Retrieve the daily playlist reach of a song on a platform, broken down by editorial and user playlists (count and subscriber reach).
Name
get_song_playlist_reach
Schema
Properties
| Name |
Description |
Example |
|
songId
|
Unique identifier of the song.
|
7d534228-5165-11e9-9375-549f35161576
|
|
platform
|
Playlist platform code (e.g. spotify).
|
spotify
|
|
startDate
|
Optional start date (inclusive) in ISO format YYYY-MM-DD. Defaults to 30 days before the end date.
|
2025-01-01
|
|
endDate
|
Optional end date (inclusive) in ISO format YYYY-MM-DD. Defaults to today.
|
2025-12-31
|
|
limit
|
Maximum number of daily records to return.
|
|
|
offset
|
Number of records to skip before returning results.
|
|
Required