I can get lots of information nicely wrapped up in JSON about a track using a request like this:
https://api.soundcloud.com/tracks/47531317.json?consumer_key=apigee
It also returns the overall playback_count, favoritings_count and comment_count. But I would like to have a small table on the side, that also shows the weekly statistics, like SoundCloud does it on the track's detailed page.
Is there a way to grab those, too?