Retrieve the daily playlist reach of an artist on a platform, broken down by editorial and user playlists (count and subscriber reach).
Name
get_artist_playlist_reach
Schema
Properties
| Name |
Description |
Example |
| artistId |
Unique identifier of the artist. |
11e81bd3-4a1f-de5c-8a88-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