Get audience metrics for a song on a specific music or social platform.
Name
get_song_platform_audience
Schema
Properties
| Name |
Description |
Example |
| songId |
Unique identifier of the song |
11e82612-052b-f4f4-a20c-a0369fe50396 |
| platform |
Platform used to retrieve audience metrics for the song. |
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