Tracks for "The Hives" claim to be streaming, but return 404s.
Here's the JSON answer for Civilization Dying id 3644317 ( http://api.soundcloud.com/tracks/3644317.json?client_id= ):
{
"kind": "track",
"id": 3644317,
…
"sharing": "public",
"streamable": true,
"embeddable_by": "all",
"downloadable": false,
"title": "Civilization Dying",
…
"stream_url": "http://api.soundcloud.com/tracks/3644317/stream"
}
streamable is true, and it gives stream_url when trying to access it with my client_id (for example, I did with other tracks) it returns 404.
Edit: sharing is publicly available. Added information back to the payload and a link to the api page with the full answer for reference.
source
share