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.
|
11e81bcc-9c1c-ce38-b96b-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