Get the number of radio spins for a song, broken down by radio station
Name
get_song_radio_spins
Schema
Properties
| Name |
Description |
Example |
|
songId
|
Unique identifier of the song
|
7d534228-5165-11e9-9375-549f35161576
|
|
country
|
Filter by country code
|
US
|
|
startDate
|
Start date (inclusive) in ISO format YYYY-MM-DD. Defaults to 30 days before today if omitted.
|
2026-01-01
|
|
endDate
|
End date (inclusive) in ISO format YYYY-MM-DD. Defaults to the current date when omitted.
|
2026-02-01
|
|
limit
|
Maximum number of items to return.
|
|
|
offset
|
Number of items to skip before starting to return results. Used for offset-based pagination.
|
|
Required