Get the global listening audience of an artist on a given streaming platform over time: views, streams and monthly listeners.
Name
get_artist_platform_streaming_audience
Schema
Properties
| Name |
Description |
Example |
| artistId |
Unique identifier of the artist |
11e81bd3-4a1f-de5c-8a88-a0369fe50396 |
| platform |
Platform used to retrieve audience metrics for the artist. Use the list_artist_streaming_platforms tool to retrieve available platform. |
spotify |
| startDate |
Optional Start date (inclusive) in ISO format YYYY-MM-DD. Defaults to 30 days before today if omitted. |
2026-01-01 |
| endDate |
Optional end date (inclusive) in ISO format YYYY-MM-DD. Defaults to the current date when omitted. |
2026-02-01 |
| limit |
Maximum number of results to return |
|
| offset |
Number of results to skip before starting to return results. Used for offset-based pagination. |
|
Required