Get the number of radio spins for an artist, broken down by radio station
Name
get_artist_radio_spins
Schema
Properties
| Name |
Description |
Example |
|
artistId
|
Unique identifier of the artist
|
11e81bcc-9c1c-ce38-b96b-a0369fe50396
|
|
country
|
Filter by country code
|
US
|
|
startDate
|
Start date (inclusive) in ISO format YYYY-MM-DD
|
2026-01-01
|
|
endDate
|
Start date (inclusive) in ISO format YYYY-MM-DD
|
2026-02-01
|
|
limit
|
Maximum number of songs to return (default 10)
|
|
|
offset
|
Number of items to skip before starting to return results. Used for offset-based pagination.
|
|
Required