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. |
11e82612-052b-f4f4-a20c-a0369fe50396 |
| 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