tracks
Gets the tracks found on the "Best New Releases" smart playlist
get/tracks/best_new_releases
Query parameters
user_idstring
The user ID of the user making the request
window'week' | 'month' | 'year' required
The window from now() to look back over
limitinteger
The number of tracks to get
with_usersboolean
Boolean to include user info with tracks
Response
Success
Example response
{
"data": [
{
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
},
"download_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.