I noticed that on some tracks on soundcloud stream_url points to 404 - page not found. The track is set as streamable, but still stream url is not working.
Here is an example:
http://api.soundcloud.com/tracks/129894766.json?consumer_key=KEY
returns streamable: true, embeddable_by: "all"
but: stream_url: "http://api.soundcloud.com/tracks/129894766/stream?consumer_key=KEY"
is not working.
Has anyone experienced this and maybe have some solution?