From: http://developers.soundcloud.com/docs/api/tracks#filtering
I'm not sure from the docs if this functionality is available. I want to be able to:
use a range filter for comment_count, download_count, playback_count, favoritings_count, e.g. favoritings_count[from]=100
Is there a way I can use a range filter on # of favoritings with the current API?
I also see there are filters for "genres" and "types", but no examples are given. How do I use these filters?