shuffler_fm 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. data/.gitignore +21 -0
  2. data/.rspec +1 -0
  3. data/.travis.yml +10 -0
  4. data/.yardopts +2 -0
  5. data/Gemfile +4 -0
  6. data/LICENSE +22 -0
  7. data/README.md +121 -0
  8. data/Rakefile +37 -0
  9. data/lib/shuffler_fm/api/artists.rb +53 -0
  10. data/lib/shuffler_fm/api/blogs.rb +52 -0
  11. data/lib/shuffler_fm/api/channels.rb +88 -0
  12. data/lib/shuffler_fm/api/charts.rb +28 -0
  13. data/lib/shuffler_fm/api/genres.rb +28 -0
  14. data/lib/shuffler_fm/api/tracks.rb +33 -0
  15. data/lib/shuffler_fm/api.rb +54 -0
  16. data/lib/shuffler_fm/configuration.rb +44 -0
  17. data/lib/shuffler_fm/errors.rb +37 -0
  18. data/lib/shuffler_fm/http.rb +25 -0
  19. data/lib/shuffler_fm/middleware/error_handler.rb +49 -0
  20. data/lib/shuffler_fm/request.rb +25 -0
  21. data/lib/shuffler_fm/version.rb +3 -0
  22. data/lib/shuffler_fm.rb +67 -0
  23. data/shuffler_fm.gemspec +37 -0
  24. data/spec/config.yml.sample +3 -0
  25. data/spec/fixtures/vcr_cassettes/api.yml +26 -0
  26. data/spec/fixtures/vcr_cassettes/artists.yml +187 -0
  27. data/spec/fixtures/vcr_cassettes/blogs.yml +187 -0
  28. data/spec/fixtures/vcr_cassettes/channels.yml +95 -0
  29. data/spec/fixtures/vcr_cassettes/charts.yml +95 -0
  30. data/spec/fixtures/vcr_cassettes/genres.yml +95 -0
  31. data/spec/fixtures/vcr_cassettes/tracks.yml +95 -0
  32. data/spec/helper.rb +39 -0
  33. data/spec/shuffler_fm/api/artists_spec.rb +25 -0
  34. data/spec/shuffler_fm/api/blogs_spec.rb +25 -0
  35. data/spec/shuffler_fm/api/channels_spec.rb +23 -0
  36. data/spec/shuffler_fm/api/charts_spec.rb +15 -0
  37. data/spec/shuffler_fm/api/genres_spec.rb +15 -0
  38. data/spec/shuffler_fm/api/tracks_spec.rb +15 -0
  39. data/spec/shuffler_fm/api_spec.rb +15 -0
  40. data/spec/shuffler_fm/configuration_spec.rb +9 -0
  41. data/spec/shuffler_fm/middleware/error_handler_spec.rb +29 -0
  42. data/spec/shufflerfm_spec.rb +29 -0
  43. metadata +315 -0
@@ -0,0 +1,95 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.shuffler.fm/v1/tracks?api-key=<api-key>&page=1
6
+ body:
7
+ string: ""
8
+ headers:
9
+ Accept:
10
+ - "*/*"
11
+ response:
12
+ status:
13
+ code: 200
14
+ message: OK
15
+ headers:
16
+ Content-Type:
17
+ - application/json
18
+ Content-Length:
19
+ - "154164"
20
+ Server:
21
+ - TornadoServer/2.4
22
+ body:
23
+ string: "[{\"stream\": {\"url\": \"http://www.youtube.com/v/WlsahuZ_4oM\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:39:17\", \"blog\": {\"about\": \"If you're into music discovery and would like to make your music collection more interesting, you came to the right place. On my website and radio show (also available on my YouTube channel), I focus on classic alternative rock and what that music means to the music of today. \\r\\n\", \"updated_at\": \"2012-09-25T20:39:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4422/alancross_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4422, \"permalink\": \"\", \"statistics\": {\"tracks\": {\"favorited\": 90, \"total\": 716}, \"followers\": 6}, \"title\": \"A Journal of Musical Things\", \"url\": \"http://www.alancross.ca/a-journal-of-musical-things/\", \"profiles\": {\"twitter\": \"@alancross\", \"facebook\": \"http://www.facebook.com/alancross.ca\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4422?api-key=<api-key>\", \"genres\": [\"rock\", \"indie\", \"canadian\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/780df2af0d9f716fb2253d4895a140d6/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.alancross.ca/a-journal-of-musical-things/2012/9/25/theres-something-sweet-and-sad-about-this-rim-song.html\", \"description\": \"Alex Saunders is the VP for Developer Relations &amp; Ecosystem for Research in Motion. &nbsp;It's his job to keep...\", \"title\": \"There's Something Sweet and Sad About This RIM Song\"}, \"id\": 1141324, \"metadata\": {\"genres\": null, \"title\": \"Devs, BlackBerry Is Going To Keep On Loving You\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61152569/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:36:53\", \"blog\": {\"about\": \"Nightclub and musicblog in Stockholm, focusing on indie\", \"updated_at\": \"2012-09-25T20:37:00\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3483/dream_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3483, \"permalink\": \"klub-bace\", \"statistics\": {\"tracks\": {\"favorited\": 202, \"total\": 965}, \"followers\": 20}, \"title\": \"Ace\", \"url\": \"http://klubbace.se/\", \"profiles\": {\"twitter\": \"@KlubbAce \", \"facebook\": \"http://www.facebook.com/pages/Ace/23630271072\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3483?api-key=<api-key>\", \"genres\": [\"electronic\", \"remix\", \"indie\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/6404e590cb44f641dc8dd1a366264c08/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://klubbace.se/2012/09/harleylikesmusic-gor-grym-musik-pa-sin-nintendo-ds/\", \"description\": \"HarleyLikesMusic fr\\u00e5n Sheffield g\\u00f6r all sin musik p\\u00e5 en Nintendo DS. Skulle vilja boka han live till Ace s\\u00e5 han fick framf\\u00f6ra den h\\u00e4r bangern Thunder Shock p\\u00e5 sin b\\u00e4rbara Nintendo DS. Det h\\u00e4r \\u00e4r titelsp\\u00e5ret p\\u00e5 EPn som du kan ladda ned gratis H\\u00c4R!\\n\\u2193\\u2193\\u2193DOWNLOAD\\u2193\\u2193\\u2193\", \"title\": \"HARLEYLIKESMUSIC G\\u00d6R GRYM MUSIK P\\u00c5 SIN NINTENDO DS\"}, \"id\": 1141323, \"metadata\": {\"genres\": null, \"title\": \"Thunder Shock\", \"artist\": {\"name\": \"HarleyLikesMusic\", \"id\": 173837}, \"replaygain\": -11.96, \"duration\": 216, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61139777/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:36:20\", \"blog\": {\"about\": \"Nightclub and musicblog in Stockholm, focusing on indie\", \"updated_at\": \"2012-09-25T20:37:00\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3483/dream_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3483, \"permalink\": \"klub-bace\", \"statistics\": {\"tracks\": {\"favorited\": 202, \"total\": 965}, \"followers\": 20}, \"title\": \"Ace\", \"url\": \"http://klubbace.se/\", \"profiles\": {\"twitter\": \"@KlubbAce \", \"facebook\": \"http://www.facebook.com/pages/Ace/23630271072\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3483?api-key=<api-key>\", \"genres\": [\"electronic\", \"remix\", \"indie\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/800f1fb68b3dc6511f353857d885b954/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://klubbace.se/2012/09/ny-melankolisk-poplat-fran-blackbird-blackbird/\", \"description\": \"Blackbird Blackbird sl\\u00e4ppte precis den h\\u00e4r nya l\\u00e5ten All &#8211; en melankolisk popl\\u00e5t men v\\u00e5gorna finns fortfarande kvar d\\u00e4r i bakgrunden och skapar den d\\u00e4r chillwave st\\u00e4mningen som jag gillar. K\\u00f6p p\\u00e5 Beatport H\\u00c4R\\n\\u2193\\u2193\\u2193DOWNLOAD\\u2193\\u2193\\u2193\", \"title\": \"NY MELANKOLISK POPL\\u00c5T FR\\u00c5N BLACKBIRD BLACKBIRD\"}, \"id\": 1141322, \"metadata\": {\"genres\": null, \"title\": \"All\", \"artist\": {\"name\": \"BLACKBIRD BLACKBIRD\", \"id\": 19005}, \"replaygain\": -7.42, \"duration\": 307, \"external_ids\": {\"spotify\": \"spotify:track:7AMjW0hUednU5pw8FEE8G7\", \"deezer\": \"7256547\"}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/G6xGy_6hseI\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:35:51\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:35:58\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2610/Lsd prof _large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2610, \"permalink\": \"thats-deck\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 668}, \"followers\": 16}, \"title\": \"That's Deck\", \"url\": \"http://www.thatsdeck.com/\", \"profiles\": {\"twitter\": \"@thatsdeck\", \"facebook\": \"http://www.facebook.com/thatsdeck\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2610?api-key=<api-key>\", \"genres\": [\"electronic\", \"experimental\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/a4cf9066d4e0708448bb85a918bac147/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thatsdeck.com/2012/09/video-daphni-pairs.html\", \"description\": \"Daphni reveals a new cut, 'Pairs', in video form from his upcoming entitled, JIAOLONG, on his very own JIAOLONG label. Video created by Jane Eastlight\", \"title\": \"Video :: Daphni - 'Pairs'\"}, \"id\": 1141321, \"metadata\": {\"genres\": null, \"title\": \"Pairs\", \"artist\": {\"name\": \"Daphni\", \"id\": 37310}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": \"60900217\"}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/55046106/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:35:50\", \"blog\": {\"about\": \"Present new Swedish music\", \"updated_at\": \"2012-09-25T20:35:56\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2143/meadowmusiclogoc_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2143, \"permalink\": \"meadow-music\", \"statistics\": {\"tracks\": {\"favorited\": 11, \"total\": 481}, \"followers\": 1}, \"title\": \"Meadow Music\", \"url\": \"http://meadowmusic.se/en\", \"profiles\": {\"twitter\": \"@parberglund\", \"facebook\": \"http://facebook.com/meadowmusic\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2143?api-key=<api-key>\", \"genres\": [\"electronic\", \"swedish\", \"indie pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/b62390b8afe5d4b592b4bbed1a2e3c7d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://meadowmusic.se/en/2012/09/rasmus-faber-sykensugarstarr-we-go-oh-video/\", \"description\": \"Here&#8217;s a song by\\u00a0Rasmus Faber in collaboration with\\u00a0Syke&#8217;n'Sugarstarr, &#8220;We Go Oh&#8221;. The summer vibes, the fragrance of freedom and the catchy fotball choirs really got to me. The choirs are in fact &#8220;Linus Norda &amp; five other guys drinking beer and singing&#8221; as they describe it.\\u00a0Beautiful video.\\n\\n\\nRasmus Fabers hemsida &#8211; \\u00a0p\\u00e5 Facebook\\nSyke&#8217;n'Sugarstar\", \"title\": \"Rasmus Faber & Syke\\u2019n'Sugarstarr \\u2013 \\u201cWe Go Oh\\u201d \\u2013 video\"}, \"id\": 1141320, \"metadata\": {\"genres\": null, \"title\": \"We Go Oh - Stream\", \"artist\": {\"name\": \"Rasmus Faber & Syke'n'Sugarstarr\", \"id\": 167484}, \"replaygain\": -8.37, \"duration\": 286, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/GMR3lK5mgjc\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:35:44\", \"blog\": {\"about\": \"Present new Swedish music\", \"updated_at\": \"2012-09-25T20:35:56\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2143/meadowmusiclogoc_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2143, \"permalink\": \"meadow-music\", \"statistics\": {\"tracks\": {\"favorited\": 11, \"total\": 481}, \"followers\": 1}, \"title\": \"Meadow Music\", \"url\": \"http://meadowmusic.se/en\", \"profiles\": {\"twitter\": \"@parberglund\", \"facebook\": \"http://facebook.com/meadowmusic\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2143?api-key=<api-key>\", \"genres\": [\"electronic\", \"swedish\", \"indie pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/01e0ecefbb04f57b9f328380ed84af2d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://meadowmusic.se/en/2012/09/rasmus-faber-sykensugarstarr-we-go-oh-video/\", \"description\": \"Here&#8217;s a song by\\u00a0Rasmus Faber in collaboration with\\u00a0Syke&#8217;n'Sugarstarr, &#8220;We Go Oh&#8221;. The summer vibes, the fragrance of freedom and the catchy fotball choirs really got to me. The choirs are in fact &#8220;Linus Norda &amp; five other guys drinking beer and singing&#8221; as they describe it.\\u00a0Beautiful video.\\n\\n\\nRasmus Fabers hemsida &#8211; \\u00a0p\\u00e5 Facebook\\nSyke&#8217;n'Sugarstar\", \"title\": \"Rasmus Faber & Syke\\u2019n'Sugarstarr \\u2013 \\u201cWe Go Oh\\u201d \\u2013 video\"}, \"id\": 1141319, \"metadata\": {\"genres\": null, \"title\": \"Rasmus Faber & Syke'n'Sugarstarr - WE GO OH\", \"artist\": {\"name\": \"Preview of upcoming single\", \"id\": 173836}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60983582/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:35:22\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:35:26\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3442/Cover Art_large.png\", \"width\": 240, \"height\": 240}], \"id\": 3442, \"permalink\": \"pump-the-beat\", \"statistics\": {\"tracks\": {\"favorited\": 33, \"total\": 1883}, \"followers\": 12}, \"title\": \"Pump The Beat\", \"url\": \"http://pumpthebeat.com\", \"profiles\": {\"twitter\": \"@pumpthebeat\", \"facebook\": \"http://www.facebook.com/pumpthebeat\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3442?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"remix\", \"rap\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/4084c19f74c811733aee751fc12c669d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.pumpthebeat.com/one-and-only-r3hab-remix-by-cherry-cherry-boom-boom/\", \"description\": \"On the heels of previewing remixes of Taryn Manning\\u2019s \\u201cSend Me Your Love\\u201d and Meital and Sean Kingston\\u2019s \\u201cOn Ya,\\u201d R3hab is tearing his chainsaw through another pop song \\u2013 taking on Cherry Cherry Boom Boom\\u2019s \\u201cOne And Only.\\u201d This time around, R3hab injects big room synth elements alongside intricate chord and drum play to give the original a heavy dose of high-energy dancefloor appeal.\\n\\nVia: Dancing\", \"title\": \"\\u201cOne And Only (R3hab Remix)\\u201d by Cherry Cherry Boom Boom\"}, \"id\": 1141318, \"metadata\": {\"genres\": null, \"title\": \"One And Only (R3hab Remix)\", \"artist\": {\"name\": \"Cherry Cherry Boom Boom\", \"id\": 100638}, \"replaygain\": -8.16, \"duration\": 210, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://vimeo.com/50117948\", \"platform\": \"vimeo\"}, \"created_at\": \"2012-09-25T20:35:08\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:16:14\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3123/hypetrak_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3123, \"permalink\": \"hypetrak\", \"statistics\": {\"tracks\": {\"favorited\": 253, \"total\": 5148}, \"followers\": 105}, \"title\": \"HYPETRAK\", \"url\": \"http://hypetrak.com\", \"profiles\": {\"twitter\": \"@hypetrk\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3123?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"remix\", \"electronic\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://hypetrak.com/2012/09/frank-ocean-bon-iver-perform-at-vitamin-water-uncapped-concert/\", \"description\": \"Last night marked the final show in Vitamin Water's recent Uncapped concert series. New York appropriately played host to the send-off, showcasing performances from two ever-popular acts: Frank Ocean and Bon Iver. You can enjoy a bit of each showing via the presented video streams \\u2014 Frank Ocean above and Bon Iver below. Let us know which performance was your favorite.\", \"title\": \"Frank Ocean & Bon Iver Perform at Vitamin Water \\u2018Uncapped\\u2019 Concert\"}, \"id\": 1141317, \"metadata\": {\"genres\": null, \"title\": \"Bon Iver at Vitamin Water's Uncapped Concert\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://vimeo.com/50136086\", \"platform\": \"vimeo\"}, \"created_at\": \"2012-09-25T20:35:08\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:16:14\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3123/hypetrak_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3123, \"permalink\": \"hypetrak\", \"statistics\": {\"tracks\": {\"favorited\": 253, \"total\": 5148}, \"followers\": 105}, \"title\": \"HYPETRAK\", \"url\": \"http://hypetrak.com\", \"profiles\": {\"twitter\": \"@hypetrk\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3123?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"remix\", \"electronic\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/6ece08018bba42762207c831f6a184e7/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://hypetrak.com/2012/09/frank-ocean-bon-iver-perform-at-vitamin-water-uncapped-concert/\", \"description\": \"Last night marked the final show in Vitamin Water's recent Uncapped concert series. New York appropriately played host to the send-off, showcasing performances from two ever-popular acts: Frank Ocean and Bon Iver. You can enjoy a bit of each showing via the presented video streams \\u2014 Frank Ocean above and Bon Iver below. Let us know which performance was your favorite.\", \"title\": \"Frank Ocean & Bon Iver Perform at Vitamin Water \\u2018Uncapped\\u2019 Concert\"}, \"id\": 1141316, \"metadata\": {\"genres\": null, \"title\": \"Frank Ocean Performs at Vitamin Water Uncapped NYC\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/aQ8WxkSukpY\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:34:56\", \"blog\": {\"about\": \"Online Street Culture Magazine: Art, Fashion and Music\", \"updated_at\": \"2012-09-25T20:35:00\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1398/avatar_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1398, \"permalink\": \"killahbeez\", \"statistics\": {\"tracks\": {\"favorited\": 85, \"total\": 882}, \"followers\": 16}, \"title\": \"Killahbeez\", \"url\": \"http://www.killahbeez.com\", \"profiles\": {\"twitter\": \"@killahbeez\", \"facebook\": \"https://www.facebook.com/killahbeezmedia\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1398?api-key=<api-key>\", \"genres\": [\"\", \"electronic\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/ac4aa2399449740f5a116f5ae504c7bc/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.killahbeez.com/2012/09/25/afternoon-jams-leonard-cohen-philosophy-of-sound-get-people/\", \"description\": \"Image Source: The Daily Bunny Leonard Cohen &#8211; By the Rivers Dark (Philosophy of sound Rework) Get People &#8211; Cupid&#8217;s Curse dl here. Download Boner Jams 33 Join us on Rdio Join us on Twitter Join us on Facebook\\n\\nVisit Killahbeez.com for the full post.\", \"title\": \"Afternoon Jams: Leonard Cohen, Philosophy of Sound, Get People\"}, \"id\": 1141315, \"metadata\": {\"genres\": null, \"title\": \"Cupid's Curse\", \"artist\": {\"name\": \"Get People\", \"id\": 2206}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60536150/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:34:52\", \"blog\": {\"about\": \"Online Street Culture Magazine: Art, Fashion and Music\", \"updated_at\": \"2012-09-25T20:35:00\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1398/avatar_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1398, \"permalink\": \"killahbeez\", \"statistics\": {\"tracks\": {\"favorited\": 85, \"total\": 882}, \"followers\": 16}, \"title\": \"Killahbeez\", \"url\": \"http://www.killahbeez.com\", \"profiles\": {\"twitter\": \"@killahbeez\", \"facebook\": \"https://www.facebook.com/killahbeezmedia\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1398?api-key=<api-key>\", \"genres\": [\"\", \"electronic\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/e3d01b78564e0cee6e6e7b690ed50454/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.killahbeez.com/2012/09/25/afternoon-jams-leonard-cohen-philosophy-of-sound-get-people/\", \"description\": \"Image Source: The Daily Bunny Leonard Cohen &#8211; By the Rivers Dark (Philosophy of sound Rework) Get People &#8211; Cupid&#8217;s Curse dl here. Download Boner Jams 33 Join us on Rdio Join us on Twitter Join us on Facebook\\n\\nVisit Killahbeez.com for the full post.\", \"title\": \"Afternoon Jams: Leonard Cohen, Philosophy of Sound, Get People\"}, \"id\": 1141314, \"metadata\": {\"genres\": null, \"title\": \"By The Rivers Dark (Philosophy Of Sound Rework)\", \"artist\": {\"name\": \"Leonard Cohen\", \"id\": 2348}, \"replaygain\": -7.67, \"duration\": 371, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60989516/stream?secret_token=s-VnAEv&consumer_key=WFhMwGBRy2BnBBB7IK7WiQ\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:33:14\", \"blog\": {\"about\": \"Over Muziek is an indie music blog with a Dutch twist. News, videos, streams and downloads. Daily. \", \"updated_at\": \"2012-09-25T20:33:20\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4173/overmuziek_original_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4173, \"permalink\": \"over-muziek-1\", \"statistics\": {\"tracks\": {\"favorited\": 140, \"total\": 192}, \"followers\": 38}, \"title\": \"Over Muziek\", \"url\": \"http://www.overmuziek.net\", \"profiles\": {\"twitter\": \"@overmuziek\", \"facebook\": \"http://www.facebook.com/overmuziek\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4173?api-key=<api-key>\", \"genres\": [\"electronic\", \"downtempo\", \"ninja\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/59a691d66aeb9abaf12c3cdb2b223c7b/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.overmuziek.net/2012/09/stream-s-o-h-n-the-wheel/\", \"description\": \"S O H N is een veelbelovende producer uit Wenen. Op 5 november verschijnt zijn debuut-EP &#8216;The Wheel&#8217; uit en de titeltrack daarvan (hierboven te beluisteren) belooft veel goeds. Verknipte beats en dromerige vocalen; een formule waar ik keer op keer voor zwicht. Meer auraal snoepgoed van deze Oostenrijkse producer vind je op zijn soundcloud. [...]\", \"title\": \"Stream: S O H N \\u2013 The Wheel\"}, \"id\": 1141313, \"metadata\": {\"genres\": null, \"title\": \"T H E \\u30fb W H E E L\", \"artist\": {\"name\": \"S O H N\", \"id\": 161661}, \"replaygain\": -5.4, \"duration\": 233, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61108344/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:32:51\", \"blog\": {\"about\": null, \"updated_at\": \"2012-09-25T20:32:57\", \"images\": [], \"id\": 1805, \"permalink\": \"acid-ted\", \"statistics\": {\"tracks\": {\"favorited\": 77, \"total\": 1593}, \"followers\": 14}, \"title\": \"ACID TED\", \"url\": \"http://acidted.wordpress.com\", \"profiles\": {\"twitter\": \"@ctel\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1805?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/41fd960885f65db83ffb12e1ca1e0fc7/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://acidted.wordpress.com/2012/09/25/m-weber-achordarbeit/\", \"description\": \"We&#8217;ve had a few things from M Weber, both remixes and originals (here). All have been quality dub techno. He&#8217;s just released a new track, so it&#8217;d be rude not to check it out. Especially as I&#8217;ve been pining for some decent techno.\\nMr Weber is from\\u00a0Baden-W\\u00fcrttemberg in the south west of Germany, centred on Stuttgart. The track is Achordarbeit, for which google discloses no tr\", \"title\": \"M. Weber \\u2013 Achordarbeit\"}, \"id\": 1141312, \"metadata\": {\"genres\": null, \"title\": \"Achordarbeit\", \"artist\": {\"name\": \"M. Weber\", \"id\": 173835}, \"replaygain\": -5.24, \"duration\": 421, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/hLbHuMS_IkQ\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:32:19\", \"blog\": {\"about\": \"All the latest metal news and CD reviews.\", \"updated_at\": \"2012-09-25T20:32:24\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1680/roadrunnerrecords_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1680, \"permalink\": \"blabbermouthnet\", \"statistics\": {\"tracks\": {\"favorited\": 73, \"total\": 14109}, \"followers\": 20}, \"title\": \"BLABBERMOUTH.NET\", \"url\": \"http://www.roadrunnerrecords.com/blabbermouth.net/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1680?api-key=<api-key>\", \"genres\": [\"hard rock\", \"heavy metal\", \"metal\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/ec7156e8006b03e2ebc1f75adff7d881/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.blabbermouth.net/news.aspx?mode=Article&newsitemID=179917\", \"description\": \"Finnish melancholic dark metal forerunners AMORPHIS have entered the studio to begin recording their as-yet-untitled 11th album for a March/April 2013 release via Nuclear Blast Records.\", \"title\": \"AMORPHIS: Third Studio Webisode Available\"}, \"id\": 1141311, \"metadata\": {\"genres\": null, \"title\": \"Studio Report Part 3\", \"artist\": {\"name\": \"Amorphis\", \"id\": 3659}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/2IdbQaIeJlU\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:32:12\", \"blog\": {\"about\": \"All the latest metal news and CD reviews.\", \"updated_at\": \"2012-09-25T20:32:24\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1680/roadrunnerrecords_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1680, \"permalink\": \"blabbermouthnet\", \"statistics\": {\"tracks\": {\"favorited\": 73, \"total\": 14109}, \"followers\": 20}, \"title\": \"BLABBERMOUTH.NET\", \"url\": \"http://www.roadrunnerrecords.com/blabbermouth.net/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1680?api-key=<api-key>\", \"genres\": [\"hard rock\", \"heavy metal\", \"metal\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/135487dc03fbc738672bf3e2c0c23f53/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.blabbermouth.net/news.aspx?mode=Article&newsitemID=179918\", \"description\": \"KYLESA will issue a new collection, \\\"From The Vaults, Vol.\", \"title\": \"KYLESA: 'From The Vaults, Vol. 1' Trailer Available\"}, \"id\": 1141310, \"metadata\": {\"genres\": null, \"title\": \"Kylesa 'From the Vaults, Vol. 1' Trailer\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.tumblr.com/audio_file/toberated/32267717323/tumblr_mawzikvMWs1qeii60?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio\", \"platform\": \"tumblr\"}, \"created_at\": \"2012-09-25T20:31:36\", \"blog\": {\"about\": \"Music with little or no words. I think people can formulate their own decisions as to whether they like something or not. Limitless. Electronic Mostly.\", \"updated_at\": \"2012-09-25T20:32:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3336/toberated1 copyresize_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3336, \"permalink\": \"to-be-rated\", \"statistics\": {\"tracks\": {\"favorited\": 336, \"total\": 3929}, \"followers\": 42}, \"title\": \"To Be Rated\", \"url\": \"http://toberated.tumblr.com/\", \"profiles\": {\"twitter\": \"@toberatedceron\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3336?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": null, \"post\": {\"url\": \"http://toberated.tumblr.com/post/32267717323/mario-basanov-damn-girl-skywalker\", \"description\": \"Mario Basanov\\u2014Damn Girl\\nSkywalker\", \"title\": \"Mario Basanov\\u2014Damn Girl\\nSkywalker\"}, \"id\": 1141309, \"metadata\": {\"genres\": null, \"title\": \"Mario Basanov - Damn Girl 12''\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": -5.1, \"duration\": 316, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61106992/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:31:30\", \"blog\": {\"about\": \"Music with little or no words. I think people can formulate their own decisions as to whether they like something or not. Limitless. Electronic Mostly.\", \"updated_at\": \"2012-09-25T20:32:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3336/toberated1 copyresize_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3336, \"permalink\": \"to-be-rated\", \"statistics\": {\"tracks\": {\"favorited\": 336, \"total\": 3929}, \"followers\": 42}, \"title\": \"To Be Rated\", \"url\": \"http://toberated.tumblr.com/\", \"profiles\": {\"twitter\": \"@toberatedceron\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3336?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/a89332e30e924fac3e496b67fdde7bec/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://toberated.tumblr.com/post/32267717323/mario-basanov-damn-girl-skywalker\", \"description\": \"Mario Basanov\\u2014Damn Girl\\nSkywalker\", \"title\": \"Mario Basanov\\u2014Damn Girl\\nSkywalker\"}, \"id\": 1141308, \"metadata\": {\"genres\": null, \"title\": \"Skywalker 12''\", \"artist\": {\"name\": \"Mario Basanov\", \"id\": 14089}, \"replaygain\": -5.45, \"duration\": 336, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.tumblr.com/audio_file/toberated/32268532572/tumblr_max0fiy4oK1qeii60?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio\", \"platform\": \"tumblr\"}, \"created_at\": \"2012-09-25T20:31:29\", \"blog\": {\"about\": \"Music with little or no words. I think people can formulate their own decisions as to whether they like something or not. Limitless. Electronic Mostly.\", \"updated_at\": \"2012-09-25T20:32:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3336/toberated1 copyresize_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3336, \"permalink\": \"to-be-rated\", \"statistics\": {\"tracks\": {\"favorited\": 336, \"total\": 3929}, \"followers\": 42}, \"title\": \"To Be Rated\", \"url\": \"http://toberated.tumblr.com/\", \"profiles\": {\"twitter\": \"@toberatedceron\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3336?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": null, \"post\": {\"url\": \"http://toberated.tumblr.com/post/32268532572/dead-times-future-selves-i-really-like-dead\", \"description\": \"Dead Times\\u2014Future Selves\\nI really like Dead Times.\\nhttp://facebook.com/deadtimesmusic | http://dead-times.com/ |\", \"title\": \"Dead Times\\u2014Future Selves\\nI really like Dead...\"}, \"id\": 1141307, \"metadata\": {\"genres\": null, \"title\": \"Dead Times - Future Selves (Free Download)\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": -7.41, \"duration\": 272, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.tumblr.com/audio_file/toberated/32268362774/tumblr_max08sSLIz1qeii60?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio\", \"platform\": \"tumblr\"}, \"created_at\": \"2012-09-25T20:31:25\", \"blog\": {\"about\": \"Music with little or no words. I think people can formulate their own decisions as to whether they like something or not. Limitless. Electronic Mostly.\", \"updated_at\": \"2012-09-25T20:32:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3336/toberated1 copyresize_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3336, \"permalink\": \"to-be-rated\", \"statistics\": {\"tracks\": {\"favorited\": 336, \"total\": 3929}, \"followers\": 42}, \"title\": \"To Be Rated\", \"url\": \"http://toberated.tumblr.com/\", \"profiles\": {\"twitter\": \"@toberatedceron\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3336?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": null, \"post\": {\"url\": \"http://toberated.tumblr.com/post/32268362774/jamie-xx-far-nearer-kocleo-edit\", \"description\": \"Jamie XX\\u2014Far Nearer (Kocleo Edit)\\n http://www.facebook.com/pages/Kocleo/139807262710869\", \"title\": \"Jamie XX\\u2014Far Nearer (Kocleo Edit)\\n...\"}, \"id\": 1141306, \"metadata\": {\"genres\": null, \"title\": \"Jamie Xx - Far Nearer (Kocleo Edit)\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": -3.75, \"duration\": 221, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.tumblr.com/audio_file/toberated/32268236164/tumblr_max03nQMyT1qeii60?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio\", \"platform\": \"tumblr\"}, \"created_at\": \"2012-09-25T20:31:23\", \"blog\": {\"about\": \"Music with little or no words. I think people can formulate their own decisions as to whether they like something or not. Limitless. Electronic Mostly.\", \"updated_at\": \"2012-09-25T20:32:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3336/toberated1 copyresize_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3336, \"permalink\": \"to-be-rated\", \"statistics\": {\"tracks\": {\"favorited\": 336, \"total\": 3929}, \"followers\": 42}, \"title\": \"To Be Rated\", \"url\": \"http://toberated.tumblr.com/\", \"profiles\": {\"twitter\": \"@toberatedceron\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3336?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": null, \"post\": {\"url\": \"http://toberated.tumblr.com/post/32268236164/st-lucia-september-alex-metric-rmx-itunes\", \"description\": \"St. Lucia\\u2014September (Alex Metric Rmx)\\n\\u2665\\niTunes: http://smarturl.it/stluciaseptember Beatport: http://www.beatport.com/release/september-ep/972669\", \"title\": \"St. Lucia\\u2014September (Alex Metric Rmx)\\n\\u2665\\niTunes:...\"}, \"id\": 1141305, \"metadata\": {\"genres\": null, \"title\": \"St. Lucia - September (Alex Metric remix)\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": -7.94, \"duration\": 374, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.tumblr.com/audio_file/toberated/32267947878/tumblr_mawzruUvai1qeii60?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio\", \"platform\": \"tumblr\"}, \"created_at\": \"2012-09-25T20:31:22\", \"blog\": {\"about\": \"Music with little or no words. I think people can formulate their own decisions as to whether they like something or not. Limitless. Electronic Mostly.\", \"updated_at\": \"2012-09-25T20:32:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3336/toberated1 copyresize_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3336, \"permalink\": \"to-be-rated\", \"statistics\": {\"tracks\": {\"favorited\": 336, \"total\": 3929}, \"followers\": 42}, \"title\": \"To Be Rated\", \"url\": \"http://toberated.tumblr.com/\", \"profiles\": {\"twitter\": \"@toberatedceron\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3336?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": null, \"post\": {\"url\": \"http://toberated.tumblr.com/post/32267947878/sub-focus-tidal-wave-feat-alpines-flosstradamus\", \"description\": \"Sub Focus\\u2014Tidal Wave feat. Alpines (Flosstradamus Remix)\", \"title\": \"Sub Focus\\u2014Tidal Wave feat. Alpines (Flosstradamus Remix)\"}, \"id\": 1141304, \"metadata\": {\"genres\": null, \"title\": \"'Tidal Wave' feat. Alpines (Flosstradamus Remix)\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": -5.76, \"duration\": 221, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.tumblr.com/audio_file/toberated/32267804825/tumblr_mawzm5ObfA1qeii60?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio\", \"platform\": \"tumblr\"}, \"created_at\": \"2012-09-25T20:31:22\", \"blog\": {\"about\": \"Music with little or no words. I think people can formulate their own decisions as to whether they like something or not. Limitless. Electronic Mostly.\", \"updated_at\": \"2012-09-25T20:32:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3336/toberated1 copyresize_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3336, \"permalink\": \"to-be-rated\", \"statistics\": {\"tracks\": {\"favorited\": 336, \"total\": 3929}, \"followers\": 42}, \"title\": \"To Be Rated\", \"url\": \"http://toberated.tumblr.com/\", \"profiles\": {\"twitter\": \"@toberatedceron\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3336?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": null, \"post\": {\"url\": \"http://toberated.tumblr.com/post/32267804825/nero-wont-you-be-there\", \"description\": \"Nero\\u2014Won\\u2019t You (Be There)\", \"title\": \"Nero\\u2014Won\\u2019t You (Be There)\"}, \"id\": 1141303, \"metadata\": {\"genres\": null, \"title\": \"Won't You (Be There)\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": -10.03, \"duration\": 244, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/55212262/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:31:22\", \"blog\": {\"about\": \"Uniting Hip-Hop's Underground\", \"updated_at\": \"2012-09-25T20:31:42\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/862/thewordisbond.com_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 862, \"permalink\": \"thewordisbond\", \"statistics\": {\"tracks\": {\"favorited\": 126, \"total\": 7386}, \"followers\": 28}, \"title\": \"The Word Is Bond\", \"url\": \"http://www.thewordisbond.com\", \"profiles\": {\"twitter\": \"@thewordisbond\", \"facebook\": \"https://www.facebook.com/pages/Word-Is-Bond/312453331481\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:862?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"beats\", \"instrumental hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/08df32437030e3a55ef4b2375ad13f47/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thewordisbond.com/73095/b-white-the-58s-whats-the-deal-prod-swoots-underground/#utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+thewordisbond+%28Word+Is+Bond%29\", \"description\": \"B. White member from &#8220;The 58&#8242;s&#8221; slapped this track with producer &#8220;swoots&#8221; off his newly released project &#8220;The Verdict&#8221; in which is out now and it&#8217;s highly recommend you cop it.. Ok what we have here a introduction to the project and also to put you up on game with the composer &#8220;Swoots&#8221;.. He&#8217;s been choppin&#8217; it up and if yall ha\", \"title\": \"B. White (The 58\\u2032s) \\u2013 What\\u2019s The Deal (Prod. Swoots) / Underground\"}, \"id\": 1141302, \"metadata\": {\"genres\": null, \"title\": \"M.A.Dub & Swoots\", \"artist\": {\"name\": \"Underground\", \"id\": 151499}, \"replaygain\": -4.81, \"duration\": 112, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/57304085/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:31:21\", \"blog\": {\"about\": \"Uniting Hip-Hop's Underground\", \"updated_at\": \"2012-09-25T20:31:42\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/862/thewordisbond.com_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 862, \"permalink\": \"thewordisbond\", \"statistics\": {\"tracks\": {\"favorited\": 126, \"total\": 7386}, \"followers\": 28}, \"title\": \"The Word Is Bond\", \"url\": \"http://www.thewordisbond.com\", \"profiles\": {\"twitter\": \"@thewordisbond\", \"facebook\": \"https://www.facebook.com/pages/Word-Is-Bond/312453331481\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:862?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"beats\", \"instrumental hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/738edcb3f52f661a41adc69f9d4dba8e/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thewordisbond.com/73095/b-white-the-58s-whats-the-deal-prod-swoots-underground/#utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+thewordisbond+%28Word+Is+Bond%29\", \"description\": \"B. White member from &#8220;The 58&#8242;s&#8221; slapped this track with producer &#8220;swoots&#8221; off his newly released project &#8220;The Verdict&#8221; in which is out now and it&#8217;s highly recommend you cop it.. Ok what we have here a introduction to the project and also to put you up on game with the composer &#8220;Swoots&#8221;.. He&#8217;s been choppin&#8217; it up and if yall ha\", \"title\": \"B. White (The 58\\u2032s) \\u2013 What\\u2019s The Deal (Prod. Swoots) / Underground\"}, \"id\": 1141301, \"metadata\": {\"genres\": null, \"title\": \"B. White - What's The Deal (prod. by swoots)\", \"artist\": {\"name\": \"14\", \"id\": 111394}, \"replaygain\": -6.85, \"duration\": 151, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.tumblr.com/audio_file/holyradio/32266673574/tumblr_mawyb7aird1qbglne?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio\", \"platform\": \"tumblr\"}, \"created_at\": \"2012-09-25T20:29:35\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:29:44\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3286/holyradio_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3286, \"permalink\": \"hc34ly-raodio\", \"statistics\": {\"tracks\": {\"favorited\": 10, \"total\": 99}, \"followers\": 8}, \"title\": \"H\\u01feLY R\\u1eacDIO\", \"url\": \"http://holyradio.tumblr.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3286?api-key=<api-key>\", \"genres\": [\"drone\", \"experimental\", \"classical\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/5b12b510673e06cf1b26f7ea18ec628c/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://holyradio.tumblr.com/post/32266673574\", \"description\": \"HOLY OTHER\\nHELD\", \"title\": \"HOLY OTHER\\nHELD\"}, \"id\": 1141300, \"metadata\": {\"genres\": null, \"title\": \"Held\", \"artist\": {\"name\": \"HOLY OTHER\", \"id\": 16012}, \"replaygain\": -5.81, \"duration\": 367, \"external_ids\": {\"spotify\": \"spotify:track:3thWapsbzm05xwHOj9I028\", \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/YDtePFb53go\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:29:05\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:29:06\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/317/musicisamazing_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 317, \"permalink\": \"music-is-amazing\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 13}, \"followers\": 1}, \"title\": \"Music Is Amazing \", \"url\": \"http://music.is-amazing.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:317?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"indie rock\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/5f3a8e2b7e02959dc52ab0b8109dfdf7/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://music.is-amazing.com/2012/09/25/crystal-castles-plague\", \"description\": \"\", \"title\": \"Crystal Castles - Plague\"}, \"id\": 1141299, \"metadata\": {\"genres\": null, \"title\": \"Crystal Castles Plague VIDEO\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61133797/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:28:05\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/d225541dd5c069f8756c1353f1066c1f/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-dj-drama-f-rick-ross-pusha-t-currensy-miguel-clouds/\", \"description\": \"With a week to go before Quality Street Music drops, DJ Drama liberates another posse cut off his fourth album via Green Lantern. This time, Mr. Thanksgiving enlists Rick Ross, Pusha T, and Curren$y for the V12: The Hitman-produced record, which boasts a slinky hook from Miguel. Cue up the radio rip below.[HHNM]\", \"title\": \"New Music: DJ Drama f/ Rick Ross, Pusha T, Curren$y, & Miguel \\u2013 \\u2018Clouds\\u2019\"}, \"id\": 1141298, \"metadata\": {\"genres\": null, \"title\": \"Clouds (Invasion Radio)\", \"artist\": {\"name\": \"DJ Drama ft. Rick Ross, Pusha T, Miguel, Curren$y\", \"id\": 173819}, \"replaygain\": 0.93, \"duration\": 240, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096829/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:58\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141297, \"metadata\": {\"genres\": null, \"title\": \"6. 10 Minutes\", \"artist\": {\"name\": \"IamLyricaAnderson\", \"id\": 173689}, \"replaygain\": -7.1, \"duration\": 158, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096826/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:58\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141296, \"metadata\": {\"genres\": null, \"title\": \"3. Ceilin\", \"artist\": {\"name\": \"IamLyricaAnderson\", \"id\": 173689}, \"replaygain\": -8.6, \"duration\": 220, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096823/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:50\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141295, \"metadata\": {\"genres\": null, \"title\": \"1. Mixtape\", \"artist\": {\"name\": \"IamLyricaAnderson\", \"id\": 173689}, \"replaygain\": -8.91, \"duration\": 189, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096828/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:50\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141294, \"metadata\": {\"genres\": null, \"title\": \"5. Surrender\", \"artist\": {\"name\": \"IamLyricaAnderson\", \"id\": 173689}, \"replaygain\": -7.28, \"duration\": 219, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096827/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:42\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141293, \"metadata\": {\"genres\": null, \"title\": \"4. All The Way\", \"artist\": {\"name\": \"IamLyricaAnderson\", \"id\": 173689}, \"replaygain\": -7.83, \"duration\": 212, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096833/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:41\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141292, \"metadata\": {\"genres\": null, \"title\": \"9. Speed It Up\", \"artist\": {\"name\": \"IamLyricaAnderson\", \"id\": 173689}, \"replaygain\": -11.42, \"duration\": 170, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096830/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:35\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141291, \"metadata\": {\"genres\": null, \"title\": \"1 Bentley\", \"artist\": {\"name\": \"7. Miss Me Ft. A\", \"id\": 173690}, \"replaygain\": -9.32, \"duration\": 257, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096825/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:34\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141290, \"metadata\": {\"genres\": null, \"title\": \"2. I Might Like It (Diced Pineapples Remix)\", \"artist\": {\"name\": \"IamLyricaAnderson\", \"id\": 173689}, \"replaygain\": -9.81, \"duration\": 196, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096831/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:27\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141289, \"metadata\": {\"genres\": null, \"title\": \"8. Half of Me\", \"artist\": {\"name\": \"IamLyricaAnderson\", \"id\": 173689}, \"replaygain\": -8.64, \"duration\": 222, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096835/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:26\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141288, \"metadata\": {\"genres\": null, \"title\": \"11. Vampire Ft. Timbaland\", \"artist\": {\"name\": \"IamLyricaAnderson\", \"id\": 173689}, \"replaygain\": -10.51, \"duration\": 224, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61096834/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:19\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/79c51784ac264d94aae5edbed7961a8d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/new-music-lyrica-anderson-king-me-mixtape/\", \"description\": \"Lyrica Anderson has penned songs for singers including Demi Lovato and Charice, and now she steps out from the shadows with her first mixtape King Me. Signed to Mosley Music Group/Interscope Records, the singer-songwriter serves up 11 tracks including collaborations with Timbaland, J-Doe, and A1. A version of &#8220;Mixtape&#8221; without Missy Elliott also makes the cut, along with her remix to\", \"title\": \"New Music: Lyrica Anderson \\u2013 \\u2018King Me\\u2019 [Mixtape]\"}, \"id\": 1141287, \"metadata\": {\"genres\": null, \"title\": \"Doe\", \"artist\": {\"name\": \"10. Pill Ft. J\", \"id\": 173688}, \"replaygain\": -9.17, \"duration\": 234, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/qck6YA9E0Ks\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:27:18\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:28:07\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3244/rap-up_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3244, \"permalink\": \"rapupcom\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2746}, \"followers\": 21}, \"title\": \"Rap-Up.com\", \"url\": \"http://www.rap-up.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3244?api-key=<api-key>\", \"genres\": [\"rnb\", \"hip-hop\", \"pop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/0fe5911b3b926794ab83f605542aa4fe/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rap-up.com/2012/09/25/video-trey-songz-campaigns-for-obama-in-virginia/\", \"description\": \"Beyonc\\u00e9, Jay-Z, and Alicia Keys have all shown their support for President Obama by campaigning for him and hosting fundraisers in his honor. Trey Songz was the latest star to pitch in for the President&#8217;s re-election at his &#8220;Gotta Vote&#8221; concert in Richmond, Virginia, last month. The &#8220;Heart Attack&#8221; singer drew more than 1,200 supporters at the event, which promoted v\", \"title\": \"Trey Songz Campaigns for Obama in Virginia\"}, \"id\": 1141286, \"metadata\": {\"genres\": null, \"title\": \"Gotta Vote - OFA Virginia\", \"artist\": {\"name\": \"Trey Songz\", \"id\": 13325}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60987109/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:27:09\", \"blog\": {\"about\": \"Pretty Much Amazing is a music blog run by a self-proclaimed music nerd and contributed to by a handful of self-proclaimed music opinion specialists. We\\u2019re handing out music suggestions, free mp3s, reviews and news every day.\", \"updated_at\": \"2012-09-25T20:27:16\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1093/pma-logo-print_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 1093, \"permalink\": \"pretty-much-amazing\", \"statistics\": {\"tracks\": {\"favorited\": 957, \"total\": 2863}, \"followers\": 928}, \"title\": \"Pretty Much Amazing\", \"url\": \"http://prettymuchamazing.com\", \"profiles\": {\"twitter\": \"@pmablog\", \"facebook\": \"http://www.facebook.com/pages/Pretty-Much-Amazing/57588008329\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1093?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/c4817d13f9f4220d8a676fa052605d1f/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://prettymuchamazing.com/music/stream/willis-earl-beal-cosmic-queries\", \"description\": \"Next month, Willis Earl Beal will premiere an animated film he directed and wrote himself called Principles of a Protagonist. As you can imagine, Beal has also tasked himself with the recording of the film&#8217;s score. The soundtrack, it seems, will feature some re-recorded tracks from Beal&#8217;s odd, yet gripping debut, Acousmatic Sorcery. Listen to the stuck out of time, fuller, bolder, serm\", \"title\": \"Willis Earl Beal: \\u201cCosmic Queries\\u201d\"}, \"id\": 1141285, \"metadata\": {\"genres\": null, \"title\": \"Cosmic Queries\", \"artist\": {\"name\": \"Willis Earl Beal\", \"id\": 9403}, \"replaygain\": -8.4, \"duration\": 380, \"external_ids\": {\"spotify\": \"spotify:track:6km3CChk11fdCvkgv267br\", \"deezer\": \"17385214\"}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141284/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:26:36\", \"blog\": {\"about\": \"We provide the most eclectic mix of up and coming music on the web. Free streams and downloads. Party.\", \"updated_at\": \"2012-09-25T20:26:52\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3239/thechuckness_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 3239, \"permalink\": \"the-chuckness\", \"statistics\": {\"tracks\": {\"favorited\": 82, \"total\": 890}, \"followers\": 19}, \"title\": \"The Chuckness\", \"url\": \"http://www.thechuckness.com\", \"profiles\": {\"twitter\": \"@TheChuckness\", \"facebook\": \"http://www.facebook.com/TheChuckness\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3239?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"electronic\", \"remix\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/1bb5bf79be138fffcfbb5d9076434843/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thechuckness.com/2012/09/st-lucia-september-alex-metric-remix/\", \"description\": \"St. Lucia has gone ahead and officially released their single &#8220;September&#8221; today, complete with four unique remixes. The most talked about is this one, put together by acclaimed producer Alex Metric. He goes wild with analog synthesizers, making the already upbeat &#8220;September&#8221; a dancefloor anthem. Swing over to iTunes to &#8230; Read More\", \"title\": \"St. Lucia \\u2013 September (Alex Metric Remix)\"}, \"id\": 1141284, \"metadata\": {\"genres\": null, \"title\": \"September (Alex Metric Remix)\", \"artist\": {\"name\": \"St. Lucia\", \"id\": 1075}, \"replaygain\": -7.94, \"duration\": 374, \"external_ids\": {\"spotify\": \"spotify:track:5DPlbenprQQcwK8eM6Vo7v\", \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/i7R78LOpyM8\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:26:24\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:26:31\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3240/popdust_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3240, \"permalink\": \"popdust\", \"statistics\": {\"tracks\": {\"favorited\": 115, \"total\": 4274}, \"followers\": 61}, \"title\": \"Popdust\", \"url\": \"http://popdust.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3240?api-key=<api-key>\", \"genres\": [\"pop\", \"hip-hop\", \"rnb\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/f6f07a767d55dbb534352d790c4bca33/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://popdust.com/2012/09/25/madonna-says-president-obama-is-a-muslim-for-some-reason/\", \"description\": \"Madonna might the world&#8217;s only pro-Obama Birther.\\nDuring a break in her Washington D.C. tour stop Monday night, Madge gave a rousing speech in support of President Obama, drawing a historical line from the assassinations of Abraham Lincoln and Martin Luther King to Obama&#8217;s election: &#8220;It is so amazing and incredible to think that we have an African-American in the White House, so \", \"title\": \"Madonna Says President Obama Is a Muslim, For Some Reason\"}, \"id\": 1141283, \"metadata\": {\"genres\": null, \"title\": \"2nd Night Speech - MDNA Tour - Washington DC 9/24/12\", \"artist\": {\"name\": \"Madonna\", \"id\": 384}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61103581/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:26:22\", \"blog\": {\"about\": \"We provide the most eclectic mix of up and coming music on the web. Free streams and downloads. Party.\", \"updated_at\": \"2012-09-25T20:26:52\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3239/thechuckness_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 3239, \"permalink\": \"the-chuckness\", \"statistics\": {\"tracks\": {\"favorited\": 82, \"total\": 890}, \"followers\": 19}, \"title\": \"The Chuckness\", \"url\": \"http://www.thechuckness.com\", \"profiles\": {\"twitter\": \"@TheChuckness\", \"facebook\": \"http://www.facebook.com/TheChuckness\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3239?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"electronic\", \"remix\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/6d68578362abc87c0ec054fbfdcfde16/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thechuckness.com/2012/09/st-lucia-september-alex-metric-remix/\", \"description\": \"St. Lucia has gone ahead and officially released their single &#8220;September&#8221; today, complete with four unique remixes. The most talked about is this one, put together by acclaimed producer Alex Metric. He goes wild with analog synthesizers, making the already upbeat &#8220;September&#8221; a dancefloor anthem. Swing over to iTunes to &#8230; Read More\", \"title\": \"St. Lucia \\u2013 September (Alex Metric Remix)\"}, \"id\": 1141282, \"metadata\": {\"genres\": null, \"title\": \"September (Alex Metric remix)\", \"artist\": {\"name\": \"St. Lucia\", \"id\": 1075}, \"replaygain\": -7.94, \"duration\": 374, \"external_ids\": {\"spotify\": \"spotify:track:5DPlbenprQQcwK8eM6Vo7v\", \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61146365/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:24:17\", \"blog\": {\"about\": \"Waxhole is a team of four Texas producers/artists/bloggers.\", \"updated_at\": \"2012-09-25T20:24:33\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4743/542507_323243157752945_797687853_n_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 4743, \"permalink\": \"the-waxhole\", \"statistics\": {\"tracks\": {\"favorited\": 372, \"total\": 381}, \"followers\": 4}, \"title\": \"The Waxhole\", \"url\": \"http://www.thewaxhole.com/\", \"profiles\": {\"twitter\": null, \"facebook\": \"http://www.facebook.com/Waxhole\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4743?api-key=<api-key>\", \"genres\": [\"remix\", \"dubstep\", \"electronic\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/33771b7cea14149e45df85efbf355ccd/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thewaxhole.com/2012/09/michna-and-k-flay-rippin-la-again.html\", \"description\": \"Michna is one of those artists I perk my ears up for when I see newness drop. So today newness dropped and I listened, and I loved. Employing vocalist K.Flay, Michna has turned in this funky little tune that gets the head bobbin'. Truly bobbin as Michna's beats and textures really make those toes tap.Like I said I loves me some Michna, and you should follow the guy (HERE). This tune is just th\", \"title\": \"Michna and K. Flay rippin LA Again\"}, \"id\": 1141281, \"metadata\": {\"genres\": null, \"title\": \"LA Again\", \"artist\": {\"name\": \"K.Flay + Michna\", \"id\": 173834}, \"replaygain\": -7.4, \"duration\": 184, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60859127/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:24:16\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:24:31\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2309/nofearofpop_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2309, \"permalink\": \"no-fear-of-pop\", \"statistics\": {\"tracks\": {\"favorited\": 37, \"total\": 1942}, \"followers\": 49}, \"title\": \"No Fear Of Pop\", \"url\": \"http://nofearofpop.net\", \"profiles\": {\"twitter\": \"@nofop \", \"facebook\": \"http://www.facebook.com/nofearofpop\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2309?api-key=<api-key>\", \"genres\": [\"electronic\", \"psychedelic\", \"drone\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8c7c1c8bc2eb4e8723dba13effb1c7/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://nofearofpop.net/2012/09/james-ferraro-so-n2u/\", \"description\": \"Los Angeles&#8217; mastermind and NFOP regular James Ferraro returns to the moniker of his given name this fall, following another two strong releases as Bebetune$ and the Ferraro vs Teams project Bodyguard. Out on Hippos In Tanks this November, Ferraro&#8217;s Shoop2DaDope is probably that one record we&#8217;re the most excited about this fall.\", \"title\": \"James Ferraro: \\u201cSO N2U\\u201d.\"}, \"id\": 1141280, \"metadata\": {\"genres\": null, \"title\": \"SO N2U\", \"artist\": {\"name\": \"\\u2623 NEW AGE PLAYBOY \\u2623\", \"id\": 163746}, \"replaygain\": 1.36, \"duration\": 188, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/52638068/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:24:05\", \"blog\": {\"about\": \"Music and art | FACT is the UK's best online music magazine and home to the weekly FACT mix series.\", \"updated_at\": \"2012-09-25T20:24:30\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/364/fact_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 364, \"permalink\": \"fact-magazine\", \"statistics\": {\"tracks\": {\"favorited\": 281, \"total\": 3732}, \"followers\": 337}, \"title\": \"FACT magazine\", \"url\": \"http://www.factmag.com\", \"profiles\": {\"twitter\": \"@factmagazine\", \"facebook\": \"http://www.facebook.com/group.php?gid=2435502657\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:364?api-key=<api-key>\", \"genres\": [\"mixtape\", \"electronic\", \"\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/4e6c8e89435d8abc461b1e6fa0e6b764/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.factmag.com/2012/09/25/azealia-banks-pulls-scheduled-single-as-producer-munchi-lashes-out-on-twitter/\", \"description\": \"The producer says Banks&#8217; camp was set to release a track he crafted without his permission.\\nMunchi is a Rotterdam-based DJ/producer who has produced for M.I.A. and worked with Mad Decent and Trap-a-holics. First released for free in 2010, his &#8216;Esta Noche&#8217; is a soulful moombahton jam that revolves around a sample of Montell Jordan&#8217;s &#8216;Get It On Tonight&#8217;. \\nAzealia \", \"title\": \"Azealia Banks pulls scheduled single as producer Munchi lashes out on Twitter\"}, \"id\": 1141279, \"metadata\": {\"genres\": null, \"title\": \"ESTA NOCHE\", \"artist\": {\"name\": \"selftitledmag\", \"id\": 1204}, \"replaygain\": -6.98, \"duration\": 194, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141278/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:22:35\", \"blog\": {\"about\": \"Back in 2009, a couple of fat beavers came together from USC to form what is known as Chubbybeavers.com. The mission was to bring you the fattest music around. In time, the word spread of this badass blog, and the site gained a substantial and dedicated following. Today, Chubbybeavers\\u2019 mission does not deviate from its initial goal \\u2013 bring you fat music on a daily basis that makes you look like the really cool hipster kid at the party with all the crazy \\u201ctechno\\u201d remixes. Don\\u2019t front, we know who you are. Thankfully, we do the work for you, all you need to do is press play.\\r\\n\\r\\nThank you for visiting, we hope to see your ip in our cache again!\", \"updated_at\": \"2012-09-25T01:28:19\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2640/chubbybeavers_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2640, \"permalink\": \"chubbybeaverscom\", \"statistics\": {\"tracks\": {\"favorited\": 151, \"total\": 841}, \"followers\": 38}, \"title\": \"chubbybeavers.com\", \"url\": \"http://www.chubbybeavers.com\", \"profiles\": {\"twitter\": \"@Chubbybeavs\", \"facebook\": \"www.facebook.com/chubbybeavers\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2640?api-key=<api-key>\", \"genres\": [\"house\", \"remix\", \"electronic\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.chubbybeavers.com/oldies-2/\", \"description\": \"I am really looking forward to this post. Got 3 cuts that are way beyond, or should I say, behind their years. Phil Collins, Sting/The Police, and Kim Carnes should get you on your toes. Was Phil Collins better or worse than Peter Gabriel? Well, we will never get to the bottom of that, but there is one thing that&#8217;s for certain &#8211; Christian Bale could not have made Phil&#8217;s music sou\", \"title\": \"Oldies\"}, \"id\": 1141278, \"metadata\": {\"genres\": null, \"title\": \"I Remember (Original Mix)\", \"artist\": {\"name\": \"LOVERDOSE\", \"id\": 173833}, \"replaygain\": -7.45, \"duration\": 385, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/31szeGBqiNk\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:22:27\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:24:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2833/karencivil_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2833, \"permalink\": \"karencivilcom-1\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 534}, \"followers\": 6}, \"title\": \"KarenCivil.com\", \"url\": \"http://www.karencivil.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2833?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"rnb\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/0e4c7d135fb424af516df05f66022f26/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.karencivil.com/2012/09/25/kendrick-lamar-taco-tuesdays-freestyle/\", \"description\": \"With TDE MC Kendrick Lamar on the road for the BET Music Matters Tour, K Dot stops by DJ Tony\", \"title\": \"Kendrick Lamar Taco Tuesdays Freestyle\"}, \"id\": 1141277, \"metadata\": {\"genres\": null, \"title\": \"Kendrick Lamar Freestyle (feat. Cedric The Entertainer) on Toca Tuesdays\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61107531/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:22:21\", \"blog\": {\"about\": \"Documenting the evolution of alternative and experimental contemporary R&B.\", \"updated_at\": \"2012-09-25T20:24:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4330/indier&b_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4330, \"permalink\": \"indie-rb\", \"statistics\": {\"tracks\": {\"favorited\": 20, \"total\": 258}, \"followers\": 6}, \"title\": \"Indie R&B\", \"url\": \"http://indiernb.tumblr.com/\", \"profiles\": {\"twitter\": \"@TheAirBetweenUs\", \"facebook\": \"http://www.facebook.com/indiernb\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4330?api-key=<api-key>\", \"genres\": [\"electronic\", \"experimental\", \"remix\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/7e89fd5531ac199d031d55f7860e59a6/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://indiernb.tumblr.com/post/32269849314/dead-times-future-selves\", \"description\": \"Dead Times - \\u201cFuture Selves\\u201d\", \"title\": \"Dead Times - \\u201cFuture Selves\\u201d\"}, \"id\": 1141276, \"metadata\": {\"genres\": null, \"title\": \"Future Selves (Free Download)\", \"artist\": {\"name\": \"Dead Times\", \"id\": 147666}, \"replaygain\": -7.41, \"duration\": 272, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141275/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:22:19\", \"blog\": {\"about\": \"Back in 2009, a couple of fat beavers came together from USC to form what is known as Chubbybeavers.com. The mission was to bring you the fattest music around. In time, the word spread of this badass blog, and the site gained a substantial and dedicated following. Today, Chubbybeavers\\u2019 mission does not deviate from its initial goal \\u2013 bring you fat music on a daily basis that makes you look like the really cool hipster kid at the party with all the crazy \\u201ctechno\\u201d remixes. Don\\u2019t front, we know who you are. Thankfully, we do the work for you, all you need to do is press play.\\r\\n\\r\\nThank you for visiting, we hope to see your ip in our cache again!\", \"updated_at\": \"2012-09-25T01:28:19\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2640/chubbybeavers_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2640, \"permalink\": \"chubbybeaverscom\", \"statistics\": {\"tracks\": {\"favorited\": 151, \"total\": 841}, \"followers\": 38}, \"title\": \"chubbybeavers.com\", \"url\": \"http://www.chubbybeavers.com\", \"profiles\": {\"twitter\": \"@Chubbybeavs\", \"facebook\": \"www.facebook.com/chubbybeavers\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2640?api-key=<api-key>\", \"genres\": [\"house\", \"remix\", \"electronic\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.chubbybeavers.com/oldies-2/\", \"description\": \"I am really looking forward to this post. Got 3 cuts that are way beyond, or should I say, behind their years. Phil Collins, Sting/The Police, and Kim Carnes should get you on your toes. Was Phil Collins better or worse than Peter Gabriel? Well, we will never get to the bottom of that, but there is one thing that&#8217;s for certain &#8211; Christian Bale could not have made Phil&#8217;s music sou\", \"title\": \"Oldies\"}, \"id\": 1141275, \"metadata\": {\"genres\": null, \"title\": \"Bette Davis Eyes (Club Mix)\", \"artist\": {\"name\": \"Sam Obernik, Tradelove\", \"id\": 173832}, \"replaygain\": -8.35, \"duration\": 364, \"external_ids\": {\"spotify\": \"spotify:track:2SWLAIQWuUmnFFKpc8hylC\", \"deezer\": null}}}]"
24
+ http_version:
25
+ recorded_at: Tue, 25 Sep 2012 20:54:39 GMT
26
+ - request:
27
+ method: get
28
+ uri: http://api.shuffler.fm/v1/tracks?api-key=<api-key>&page=2
29
+ body:
30
+ string: ""
31
+ headers:
32
+ Accept:
33
+ - "*/*"
34
+ response:
35
+ status:
36
+ code: 200
37
+ message: OK
38
+ headers:
39
+ Content-Type:
40
+ - application/json
41
+ Content-Length:
42
+ - "162265"
43
+ Server:
44
+ - TornadoServer/2.4
45
+ body:
46
+ string: "[{\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141274/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:22:14\", \"blog\": {\"about\": \"Back in 2009, a couple of fat beavers came together from USC to form what is known as Chubbybeavers.com. The mission was to bring you the fattest music around. In time, the word spread of this badass blog, and the site gained a substantial and dedicated following. Today, Chubbybeavers\\u2019 mission does not deviate from its initial goal \\u2013 bring you fat music on a daily basis that makes you look like the really cool hipster kid at the party with all the crazy \\u201ctechno\\u201d remixes. Don\\u2019t front, we know who you are. Thankfully, we do the work for you, all you need to do is press play.\\r\\n\\r\\nThank you for visiting, we hope to see your ip in our cache again!\", \"updated_at\": \"2012-09-25T01:28:19\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2640/chubbybeavers_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2640, \"permalink\": \"chubbybeaverscom\", \"statistics\": {\"tracks\": {\"favorited\": 151, \"total\": 841}, \"followers\": 38}, \"title\": \"chubbybeavers.com\", \"url\": \"http://www.chubbybeavers.com\", \"profiles\": {\"twitter\": \"@Chubbybeavs\", \"facebook\": \"www.facebook.com/chubbybeavers\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2640?api-key=<api-key>\", \"genres\": [\"house\", \"remix\", \"electronic\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/5d6fb48dad23b325c349057b9749c3c5/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.chubbybeavers.com/oldies-2/\", \"description\": \"I am really looking forward to this post. Got 3 cuts that are way beyond, or should I say, behind their years. Phil Collins, Sting/The Police, and Kim Carnes should get you on your toes. Was Phil Collins better or worse than Peter Gabriel? Well, we will never get to the bottom of that, but there is one thing that&#8217;s for certain &#8211; Christian Bale could not have made Phil&#8217;s music sou\", \"title\": \"Oldies\"}, \"id\": 1141274, \"metadata\": {\"genres\": null, \"title\": \"Sending Out An S.O.S. feat. Joel Edwards (Original Club Mix)\", \"artist\": {\"name\": \"Kryder, Joel Edwards, Danny Howard\", \"id\": 173831}, \"replaygain\": -8.5, \"duration\": 342, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/6c0icD15h9w\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:21:14\", \"blog\": {\"about\": \"Hi, I\\u2019m Zack. Music news, insight, tours, and reviews are what you\\u2019ll see on this page. Check the site out for information on your favorite bands and what the future could hold for your eyes and ears.\", \"updated_at\": \"2012-09-25T20:21:16\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1282/propertyofzack_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 1282, \"permalink\": \"propertyofzack\", \"statistics\": {\"tracks\": {\"favorited\": 75, \"total\": 3689}, \"followers\": 13}, \"title\": \"PropertyOfZack\", \"url\": \"http://propertyofzack.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1282?api-key=<api-key>\", \"genres\": [\"pop punk\", \"indie\", \"rock\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/2cd472182f41385f5b54fc6b4876815c/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://propertyofzack.com/post/32271449598/gabe-saporta-national-voters-registration-day-video\", \"description\": \"Gabe Saporta of Cobra Starship has released a Why I Vote 2012 video for\\u00a0National Voters Registration Day. Watch it below by clicking &#8220;Read More.&#8221;\", \"title\": \"Gabe Saporta National Voters Registration Day Video\"}, \"id\": 1141273, \"metadata\": {\"genres\": null, \"title\": \"Gabe Saporta (Cobra Starship)\", \"artist\": {\"name\": \"Why I Vote 2012\", \"id\": 173830}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/VBllNOz2rhg\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:21:13\", \"blog\": {\"about\": \"Hi, I\\u2019m Zack. Music news, insight, tours, and reviews are what you\\u2019ll see on this page. Check the site out for information on your favorite bands and what the future could hold for your eyes and ears.\", \"updated_at\": \"2012-09-25T20:21:16\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1282/propertyofzack_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 1282, \"permalink\": \"propertyofzack\", \"statistics\": {\"tracks\": {\"favorited\": 75, \"total\": 3689}, \"followers\": 13}, \"title\": \"PropertyOfZack\", \"url\": \"http://propertyofzack.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1282?api-key=<api-key>\", \"genres\": [\"pop punk\", \"indie\", \"rock\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/962ff29ff1baa7589595b71e26227694/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://propertyofzack.com/post/32268884127/balance-composure-release-quake-music-video\", \"description\": \"Balance &amp; Composure have released a new music video for &#8220;Quake.&#8221; Watch it here or below by clicking &#8220;Read More.&#8221;\", \"title\": \"Balance & Composure Release \\\"Quake\\\" Music Video\"}, \"id\": 1141272, \"metadata\": {\"genres\": null, \"title\": \"Balance and Composure \\\"Quake\\\" (Official Music Video)\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/IgKicx6lA1Q\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:20:28\", \"blog\": {\"about\": \"A selection of beats from khal, the mind behind rock the dub.\", \"updated_at\": \"2012-09-25T20:20:33\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/621/rockthedub_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 621, \"permalink\": \"rockthedub\", \"statistics\": {\"tracks\": {\"favorited\": 103, \"total\": 4236}, \"followers\": 34}, \"title\": \"rockthedub\", \"url\": \"http://www.rockthedub.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:621?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"mixtape\", \"\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/fc8163a2a9633c36cf843cb6e5426524/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.rockthedub.com/2012/09/what-inspires-redman.html\", \"description\": \"Via TheBeeShine.\", \"title\": \"What Inspires Redman\"}, \"id\": 1141271, \"metadata\": {\"genres\": null, \"title\": \"What Inspires Redman\", \"artist\": {\"name\": \"TheBeeShine.com\", \"id\": 32901}, \"replaygain\": null, \"duration\": 1, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61095210/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:20:23\", \"blog\": {\"about\": \"Stereogum.com was one of the first MP3 blogs and remains a leading online community for independent and alternative music news, downloads, and videos.\", \"updated_at\": \"2012-09-25T20:40:12\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1129/stereogum_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1129, \"permalink\": \"stereogum\", \"statistics\": {\"tracks\": {\"favorited\": 282, \"total\": 4345}, \"followers\": 681}, \"title\": \"Stereogum\", \"url\": \"http://stereogum.com\", \"profiles\": {\"twitter\": \"@stereogum\", \"facebook\": \"http://www.facebook.com/Stereogum\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1129?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/4d7bd99d70caac079d6146311e29d952/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://stereogum.com/1161691/hospitality-monkey/mp3s/\", \"description\": \"Hospitality put out their debut full-length on Merge earlier this year, and according to the Soundcloud description on this new track, its support tour yielded the writing and recording of the jaunty new single &#8220;Monkey.&#8221; Amber Papini sounds utterly confident in her role marrying hooky, meandering melodies with off-kilter, vivid lyrics, and the band locks in beneath with reverby drums, \", \"title\": \"Hospitality \\u2013 \\u201cMonkey\\u201d\"}, \"id\": 1141270, \"metadata\": {\"genres\": null, \"title\": \"Monkey\", \"artist\": {\"name\": \"Hospitality\", \"id\": 2347}, \"replaygain\": -8.71, \"duration\": 254, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60313284/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:20:08\", \"blog\": {\"about\": \"Treble in Trouble is intended for use by music explorers everywhere. We think we're pretty awesome--and we think you might agree. \", \"updated_at\": \"2012-09-25T20:20:17\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4296/shufflerfm_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4296, \"permalink\": \"treble-in-trouble\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 55}, \"followers\": 1}, \"title\": \"Treble In Trouble\", \"url\": \"http://www.trebleintrouble.com/\", \"profiles\": {\"twitter\": \"@trebleintrouble\", \"facebook\": \"https://www.facebook.com/TreblenTrouble\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4296?api-key=<api-key>\", \"genres\": [\"indie\", \"lo-fi\", \"summerfeeling\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/e5f7e33627fbed644fe2ddd2833af3b7/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.trebleintrouble.com/blog/song-a-day-earlimart-10-years\", \"description\": \"Maybe I&#8217;m a sucker for melodramatically paired drum beats and echoey tambourine clashes. Or just a sucker for anything Earlimart. Either way, their latest album, System Preferences, is a literal breeding ground for Earlimart greatness. Did you just imagine catchy, earth-shattering songs multiplying? It&#8217;s a scary and awesome thought. This single, &#8220;10 years,&#8221; is another beaut\", \"title\": \"Song-a-Day: Earlimart \\u2013 10 Years\"}, \"id\": 1141269, \"metadata\": {\"genres\": null, \"title\": \"10 Years\", \"artist\": {\"name\": \"Earlimart\", \"id\": 131194}, \"replaygain\": -9.46, \"duration\": 211, \"external_ids\": {\"spotify\": \"spotify:track:3VtJuvSnpMWwkriOCJbPQK\", \"deezer\": \"55940361\"}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141268/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:20:07\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:35:58\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2610/Lsd prof _large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2610, \"permalink\": \"thats-deck\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 668}, \"followers\": 16}, \"title\": \"That's Deck\", \"url\": \"http://www.thatsdeck.com/\", \"profiles\": {\"twitter\": \"@thatsdeck\", \"facebook\": \"http://www.facebook.com/thatsdeck\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2610?api-key=<api-key>\", \"genres\": [\"electronic\", \"experimental\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thatsdeck.com/2012/09/rekchampa-self-serve-ep_25.html\", \"description\": \"New five track EP crafted by REKchampa entitled, Self-Serve. Its \\\"hybrid indigenous electronic sounds from metropolitan Atlanta\\\" at its finest. Been a while since we heard from Mr.Ringer last but he's back with a force and sound you cannot deny. Listen and purchase over at his bandcamp...Self-Serve by REKchampa_________________________________________________________________________________Previou\", \"title\": \"REKchampa - Self-Serve EP\"}, \"id\": 1141268, \"metadata\": {\"genres\": null, \"title\": \"Flitflax\", \"artist\": {\"name\": \"REKchampa\", \"id\": 5106}, \"replaygain\": -5.95, \"duration\": 353, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141267/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:20:00\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:35:58\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2610/Lsd prof _large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2610, \"permalink\": \"thats-deck\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 668}, \"followers\": 16}, \"title\": \"That's Deck\", \"url\": \"http://www.thatsdeck.com/\", \"profiles\": {\"twitter\": \"@thatsdeck\", \"facebook\": \"http://www.facebook.com/thatsdeck\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2610?api-key=<api-key>\", \"genres\": [\"electronic\", \"experimental\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thatsdeck.com/2012/09/rekchampa-self-serve-ep_25.html\", \"description\": \"New five track EP crafted by REKchampa entitled, Self-Serve. Its \\\"hybrid indigenous electronic sounds from metropolitan Atlanta\\\" at its finest. Been a while since we heard from Mr.Ringer last but he's back with a force and sound you cannot deny. Listen and purchase over at his bandcamp...Self-Serve by REKchampa_________________________________________________________________________________Previou\", \"title\": \"REKchampa - Self-Serve EP\"}, \"id\": 1141267, \"metadata\": {\"genres\": null, \"title\": \"The Comeback\", \"artist\": {\"name\": \"REKchampa\", \"id\": 5106}, \"replaygain\": -5.42, \"duration\": 357, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141266/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:19:59\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:35:58\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2610/Lsd prof _large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2610, \"permalink\": \"thats-deck\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 668}, \"followers\": 16}, \"title\": \"That's Deck\", \"url\": \"http://www.thatsdeck.com/\", \"profiles\": {\"twitter\": \"@thatsdeck\", \"facebook\": \"http://www.facebook.com/thatsdeck\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2610?api-key=<api-key>\", \"genres\": [\"electronic\", \"experimental\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thatsdeck.com/2012/09/rekchampa-self-serve-ep_25.html\", \"description\": \"New five track EP crafted by REKchampa entitled, Self-Serve. Its \\\"hybrid indigenous electronic sounds from metropolitan Atlanta\\\" at its finest. Been a while since we heard from Mr.Ringer last but he's back with a force and sound you cannot deny. Listen and purchase over at his bandcamp...Self-Serve by REKchampa_________________________________________________________________________________Previou\", \"title\": \"REKchampa - Self-Serve EP\"}, \"id\": 1141266, \"metadata\": {\"genres\": null, \"title\": \"Collapsin Ft. Brea\", \"artist\": {\"name\": \"REKchampa\", \"id\": 5106}, \"replaygain\": -7.73, \"duration\": 296, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141265/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:19:51\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:35:58\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2610/Lsd prof _large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2610, \"permalink\": \"thats-deck\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 668}, \"followers\": 16}, \"title\": \"That's Deck\", \"url\": \"http://www.thatsdeck.com/\", \"profiles\": {\"twitter\": \"@thatsdeck\", \"facebook\": \"http://www.facebook.com/thatsdeck\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2610?api-key=<api-key>\", \"genres\": [\"electronic\", \"experimental\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thatsdeck.com/2012/09/rekchampa-self-serve-ep_25.html\", \"description\": \"New five track EP crafted by REKchampa entitled, Self-Serve. Its \\\"hybrid indigenous electronic sounds from metropolitan Atlanta\\\" at its finest. Been a while since we heard from Mr.Ringer last but he's back with a force and sound you cannot deny. Listen and purchase over at his bandcamp...Self-Serve by REKchampa_________________________________________________________________________________Previou\", \"title\": \"REKchampa - Self-Serve EP\"}, \"id\": 1141265, \"metadata\": {\"genres\": null, \"title\": \"Loft\", \"artist\": {\"name\": \"REKchampa\", \"id\": 5106}, \"replaygain\": -6.36, \"duration\": 343, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141264/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:19:51\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:35:58\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2610/Lsd prof _large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2610, \"permalink\": \"thats-deck\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 668}, \"followers\": 16}, \"title\": \"That's Deck\", \"url\": \"http://www.thatsdeck.com/\", \"profiles\": {\"twitter\": \"@thatsdeck\", \"facebook\": \"http://www.facebook.com/thatsdeck\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2610?api-key=<api-key>\", \"genres\": [\"electronic\", \"experimental\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/585242172fd37d140a25c966edd8277e/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thatsdeck.com/2012/09/rekchampa-self-serve-ep_25.html\", \"description\": \"New five track EP crafted by REKchampa entitled, Self-Serve. Its \\\"hybrid indigenous electronic sounds from metropolitan Atlanta\\\" at its finest. Been a while since we heard from Mr.Ringer last but he's back with a force and sound you cannot deny. Listen and purchase over at his bandcamp...Self-Serve by REKchampa_________________________________________________________________________________Previou\", \"title\": \"REKchampa - Self-Serve EP\"}, \"id\": 1141264, \"metadata\": {\"genres\": null, \"title\": \"Bartender's Theme\", \"artist\": {\"name\": \"REKchampa\", \"id\": 5106}, \"replaygain\": -5.17, \"duration\": 360, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60934842/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:19:25\", \"blog\": {\"about\": \"Prefix is the go-to site for music news, keeping you up to date on the cutting edge worlds of indie rock and hip-hop, and every sound in between. Updated more than any other music site everyday, Prefix's coverage includes fast-paced music news, in-depth record reviews, MP3s of your soon-to-be favorite new band and unique features you won't find anywhere else on the web.\\r\\n\", \"updated_at\": \"2012-09-25T20:19:26\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1007/prefix_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1007, \"permalink\": \"prefix\", \"statistics\": {\"tracks\": {\"favorited\": 290, \"total\": 6181}, \"followers\": 203}, \"title\": \"Prefix\", \"url\": \"http://www.prefixmag.com/\", \"profiles\": {\"twitter\": \"@prefixmag\", \"facebook\": \"https://www.facebook.com/prefixmag\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1007?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"indie\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/d5d11d791162af50e5703b9ea4628dab/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.prefixmag.com/media/master-shortie/thank-you-f-the-cataracs-leaf/69660/\", \"description\": \"British MC Master Shortie burst onto the scene back in 2008 with his rap-meets-indie rock jam, \\\"\", \"title\": \"Master Shortie: \\n\\\"Thank You\\\" F. The Cataracs & Leaf\"}, \"id\": 1141263, \"metadata\": {\"genres\": null, \"title\": \"Thank You\", \"artist\": {\"name\": \"Master Shortie feat. The Cataracs & Leaf\", \"id\": 173667}, \"replaygain\": -8.35, \"duration\": 225, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/8zP4VVHKxxA\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:18:21\", \"blog\": {\"about\": \"in the middle we stay calm, we just drop bombs\", \"updated_at\": \"2012-09-25T20:44:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/674/2dopeboyz_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 674, \"permalink\": \"2dopeboyz\", \"statistics\": {\"tracks\": {\"favorited\": 220, \"total\": 8127}, \"followers\": 102}, \"title\": \"2dopeboyz\", \"url\": \"http://www.2dopeboyz.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:674?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"hip hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.2dopeboyz.com/2012/09/25/king-l-val-venis-bts-video/\", \"description\": \"The Windy City native&#8217;s ratchet ode to the WWF grappler will finally get the visual treatment, and eventually the video &#8211; which seems to have been in the works since August &#8211; will come out.\", \"title\": \"King L \\u2013 Val Venis (BTS Video)\"}, \"id\": 1141262, \"metadata\": {\"genres\": null, \"title\": \"'Val Venis' Lifestyle Piece + BTS\", \"artist\": {\"name\": \"King L\", \"id\": 173828}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/_ypBS4PHRsg\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:18:20\", \"blog\": {\"about\": \"in the middle we stay calm, we just drop bombs\", \"updated_at\": \"2012-09-25T20:44:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/674/2dopeboyz_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 674, \"permalink\": \"2dopeboyz\", \"statistics\": {\"tracks\": {\"favorited\": 220, \"total\": 8127}, \"followers\": 102}, \"title\": \"2dopeboyz\", \"url\": \"http://www.2dopeboyz.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:674?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"hip hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/471ffc5ee11e115366013d05bf3afe0a/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.2dopeboyz.com/2012/09/25/charlie-red-radiant-child-video/\", \"description\": \"Still remaining &#8220;unknown&#8221; for now, the singer/producer duo drop some visuals off their Religion EP, now dropping December 4th.\\nDOWNLOAD: Charlie Red \\u2013 Radiant Child\", \"title\": \"Charlie Red \\u2013 Radiant Child (Video)\"}, \"id\": 1141261, \"metadata\": {\"genres\": null, \"title\": \"Charlie RED \\\"Radiant Child\\\" (Official Video)\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/50682/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:18:14\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:18:54\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1019/thevinyldistrict_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1019, \"permalink\": \"the-vinyl-district\", \"statistics\": {\"tracks\": {\"favorited\": 54, \"total\": 2880}, \"followers\": 65}, \"title\": \"The Vinyl District\", \"url\": \"http://www.thevinyldistrict.com\", \"profiles\": {\"twitter\": \"@vinyldistrict\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1019?api-key=<api-key>\", \"genres\": [\"indie\", \"rock\", \"folk\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/4bd0ea0eef380b1d83a72431e7b78719/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thevinyldistrict.com/dc/2012/09/tvd-ticket-giveaway-crystal-castles-at-the-930-club-930/\", \"description\": \"After spending time in the studio this spring, Ethan Kath and Alice Glass, better known by their moniker\\u00a0Crystal Castles, announced the tentative November release of their third album earlier this month. To help spread the word about their forthcoming release, Crystal Castles is kicking off a North American tour on the 27th, performing in Charlotte. Following their Charlotte gig, Crystal Castles w\", \"title\": \"TVD Ticket Giveaway: Crystal Castles at the 9:30 Club, 9/30\"}, \"id\": 1141260, \"metadata\": {\"genres\": null, \"title\": \"Crimewave\", \"artist\": {\"name\": \"Crystal Castles vs HEATLH\", \"id\": 119156}, \"replaygain\": -7.63, \"duration\": 259, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/54035078/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:18:13\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:18:54\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1019/thevinyldistrict_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1019, \"permalink\": \"the-vinyl-district\", \"statistics\": {\"tracks\": {\"favorited\": 54, \"total\": 2880}, \"followers\": 65}, \"title\": \"The Vinyl District\", \"url\": \"http://www.thevinyldistrict.com\", \"profiles\": {\"twitter\": \"@vinyldistrict\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1019?api-key=<api-key>\", \"genres\": [\"indie\", \"rock\", \"folk\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/5ff6985f32a77b2e8eae4166ed87c3f8/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thevinyldistrict.com/dc/2012/09/tvd-ticket-giveaway-crystal-castles-at-the-930-club-930/\", \"description\": \"After spending time in the studio this spring, Ethan Kath and Alice Glass, better known by their moniker\\u00a0Crystal Castles, announced the tentative November release of their third album earlier this month. To help spread the word about their forthcoming release, Crystal Castles is kicking off a North American tour on the 27th, performing in Charlotte. Following their Charlotte gig, Crystal Castles w\", \"title\": \"TVD Ticket Giveaway: Crystal Castles at the 9:30 Club, 9/30\"}, \"id\": 1141259, \"metadata\": {\"genres\": null, \"title\": \"Plague\", \"artist\": {\"name\": \"Crystal Castles\", \"id\": 488}, \"replaygain\": -6.41, \"duration\": 297, \"external_ids\": {\"spotify\": \"spotify:track:2Kj6vY9M5jhYYy0cs2kUMj\", \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141258/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:18:05\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T17:19:40\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2534/thedropp_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2534, \"permalink\": \"the-dropp\", \"statistics\": {\"tracks\": {\"favorited\": 25, \"total\": 540}, \"followers\": 4}, \"title\": \"The Dropp\", \"url\": \"http://www.thedropp.com/index.html\", \"profiles\": {\"twitter\": \"@TheDropp\", \"facebook\": \"http://www.facebook.com/pages/wwwthedroppcom/110570258976008\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2534?api-key=<api-key>\", \"genres\": [\"electronic\", \"seen live three times\", \"instrumental hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/d5434968e34bd5f72f973f121eacae93/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://thedropp.com/news/2012/09/levek-releases-look-a-little-closer-on-lefse-plus-release-party/\", \"description\": \"Dropped by Robert Miller\\nLevek: &#8220;French Lessons&#8221;\\nThe Orlandville (Gainesville meets Orlando) group Levek, headed by daytime bus driver/night time bedroom musician David Levesque, released their full-length album, Look a Little Closer on Lefse records today, Sept. 25. \\nIf Roadkill Ghost Choir&#8217;s Quiet Light EP release wasn&#8217;t enough, then today has to be the greatest gift the \", \"title\": \"Levek releases \\u201cLook a Little Closer\\u201d on Lefse\"}, \"id\": 1141258, \"metadata\": {\"genres\": null, \"title\": \"10_Levek_LookALittleCloser_FrenchLessons_Mp3\", \"artist\": {\"name\": \"Levek\", \"id\": 17717}, \"replaygain\": -7.81, \"duration\": 228, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/q3f9ZiH6Euw\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:16:09\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:16:14\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3123/hypetrak_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3123, \"permalink\": \"hypetrak\", \"statistics\": {\"tracks\": {\"favorited\": 253, \"total\": 5148}, \"followers\": 105}, \"title\": \"HYPETRAK\", \"url\": \"http://hypetrak.com\", \"profiles\": {\"twitter\": \"@hypetrk\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3123?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"remix\", \"electronic\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/2a8ab49e87150306f54a1c85ee9128fb/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://hypetrak.com/2012/09/dum-dum-girls-lord-knows/\", \"description\": \"Alongside today's release of their End of Daze EP, Dum Dum Girls also reveal a new set of aesthetics. The above footage coincides with the California brand's lead single from the project as the clip hosts an overall dark and somewhat eery vibe. You can check out the pensive offering by pressing play above and then head here to enjoy End of Daze if you haven't yet.\", \"title\": \"Dum Dum Girls \\u2013 Lord Knows\"}, \"id\": 1141257, \"metadata\": {\"genres\": null, \"title\": \"Lord Knows [OFFICIAL VIDEO]\", \"artist\": {\"name\": \"Dum Dum Girls\", \"id\": 2535}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61031362/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:15:55\", \"blog\": {\"about\": \"international music blog about cutting edge music and hot sweaty juicy sounds and toys\", \"updated_at\": \"2012-09-25T20:16:00\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/280/audioporncentral_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 280, \"permalink\": \"audioporn-central\", \"statistics\": {\"tracks\": {\"favorited\": 146, \"total\": 2609}, \"followers\": 76}, \"title\": \"AudioPorn Central\", \"url\": \"http://audioporncentral.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:280?api-key=<api-key>\", \"genres\": [\"electronic\", \"remix\", \"mashup\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/122c483daa86f69d1cd94ca0a9512524/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://audioporncentral.com/2012/09/ruinmytune-we-found-love-out-of-space.html\", \"description\": \"RUINMYTUNE &#8211; We Found Love Out Of Space [mp3 SoundCloud]\\nRihanna &#8211; We Found Love\\nThe Prodigy &#8211; Out Of Space (Marc Ballum Bootleg)\\nout of space, out of mind\", \"title\": \"RUINMYTUNE \\u2013 We Found Love Out Of Space\"}, \"id\": 1141256, \"metadata\": {\"genres\": null, \"title\": \"We Found Love Out Of Space (RUINMYTUNE MashUp)\", \"artist\": {\"name\": \"Rihanna vs The Prodigy\", \"id\": 173829}, \"replaygain\": -2.38, \"duration\": 305, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/8zP4VVHKxxA\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:15:30\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:15:33\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/285/nahright_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 285, \"permalink\": \"nah-right\", \"statistics\": {\"tracks\": {\"favorited\": 85, \"total\": 5341}, \"followers\": 67}, \"title\": \"Nah Right\", \"url\": \"http://nahright.com/news\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:285?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"hip hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/787feab8e1eb9828c778aabf0d1d5584/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://nahright.com/news/2012/09/25/video-king-l-val-venis-behind-the-scenes-in-chicago-quad-studios-w-raekwon/\", \"description\": \"King L shoots &#8220;Val Venis&#8221; in Chicago, travels to Texas and makes a trip to Quad Studios in NY and gets some words of advice from Raekwon.\\nShouts to JD.\\nPreviously: King L \\u2013 Val Venis (Trailer)\", \"title\": \"Video: King L \\u2013 Val Venis (Behind The Scenes in Chicago) + Quad Studios w/ Raekwon\"}, \"id\": 1141255, \"metadata\": {\"genres\": null, \"title\": \"'Val Venis' Lifestyle Piece + BTS\", \"artist\": {\"name\": \"King L\", \"id\": 173828}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61049249/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:14:18\", \"blog\": {\"about\": \"Pretty Much Amazing is a music blog run by a self-proclaimed music nerd and contributed to by a handful of self-proclaimed music opinion specialists. We\\u2019re handing out music suggestions, free mp3s, reviews and news every day.\", \"updated_at\": \"2012-09-25T20:27:16\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1093/pma-logo-print_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 1093, \"permalink\": \"pretty-much-amazing\", \"statistics\": {\"tracks\": {\"favorited\": 957, \"total\": 2863}, \"followers\": 928}, \"title\": \"Pretty Much Amazing\", \"url\": \"http://prettymuchamazing.com\", \"profiles\": {\"twitter\": \"@pmablog\", \"facebook\": \"http://www.facebook.com/pages/Pretty-Much-Amazing/57588008329\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1093?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/cc831cd72c9c8ae10d6116443bf2213f/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://prettymuchamazing.com/news/animal-collective-announce-applesauce-single\", \"description\": \"On November 11th, Animal Collective will release the second single from their somewhat underappreciated new album, Centipede Hz. A-Side track &#8220;Applesauce&#8221; will be reportedly backed with non-album fan favorite and live staple, &#8220;Crimson.&#8221;Earlier this month, the band stopped by KCRW&#8217;s Mornings Becomes Eclectic and performed for them &#8220;Crimson&#8221; \\u2013\\u2013 check out a r\", \"title\": \"Animal Collective Announce \\u201cApplesauce\\u201d Single\"}, \"id\": 1141254, \"metadata\": {\"genres\": null, \"title\": \"Applesauce\", \"artist\": {\"name\": \"Animal Collective\", \"id\": 1713}, \"replaygain\": -7.5, \"duration\": 335, \"external_ids\": {\"spotify\": \"spotify:track:0aDb72grudOHiFkGG5T7BC\", \"deezer\": \"57817201\"}}}, {\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1141253/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2012-09-25T20:13:47\", \"blog\": {\"about\": \"Est. March 9, 2009\", \"updated_at\": \"2012-09-25T20:13:56\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/477/rapradar_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 477, \"permalink\": \"rap-radar\", \"statistics\": {\"tracks\": {\"favorited\": 118, \"total\": 5460}, \"followers\": 61}, \"title\": \"Rap Radar\", \"url\": \"http://rapradar.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:477?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"dirty south\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/b4b5cea9a44679af2f7c44d92e52f39d/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://rapradar.com/2012/09/25/new-music-crooked-i-the-other-side-freestyle/\", \"description\": \"Crooked I\\u00a0has his own way with the bonus cut off\\u00a0Slaughterhouse&#8217;s welcome to: Our House. Sometimes, you just gotta do things your damn self.\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\tDownload: crooked-i-_the-other-side_-freestyle.mp3\\n\\nhhnm\", \"title\": \"New Music: Crooked I \\u201cThe Other Side (Freestyle)\\u201d\"}, \"id\": 1141253, \"metadata\": {\"genres\": null, \"title\": \"Crooked I \\\"The Other Side\\\" (Freestyle)\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": -9.59, \"duration\": 183, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/qU_cDGG2CDg\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:12:35\", \"blog\": {\"about\": \"The latest headlines, videos, and blogs from thedailyswarm.com.\", \"updated_at\": \"2012-09-25T20:22:24\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1950/thedailyswarm_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1950, \"permalink\": \"the-daily-swarm\", \"statistics\": {\"tracks\": {\"favorited\": 60, \"total\": 1362}, \"followers\": 13}, \"title\": \"The Daily Swarm\", \"url\": \"http://www.thedailyswarm.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1950?api-key=<api-key>\", \"genres\": [\"electronic\", \"pop\", \"rock\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/749af7bbe67a2dd92b77765372374fa4/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.thedailyswarm.com/headlines/watch-dj-erol-alkan-gets-interviewed-parked-car/\", \"description\": \"Erol Alkan has enjoyed immense success as a DJ, but if it weren&#8217;t for his love of Indie music, the pieces of the puzzle would have never come together. Raf Daddy of The 2 Bears interviewed Alkan while sitting in a parked car. Via Dummy Mag:\\n\\nErol Alkan is known for many things. The celebrated DJ that brought dance and punk together with the early 2000s defining clubnight Trash, before launch\", \"title\": \"Watch: DJ Erol Alkan Gets Interviewed in a Parked Car...\"}, \"id\": 1141252, \"metadata\": {\"genres\": null, \"title\": \"Ob/Sessions for #Topman Ctrl w/ Raf (The 2 Bears)\", \"artist\": {\"name\": \"Erol Alkan\", \"id\": 24033}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61078457/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:12:34\", \"blog\": {\"about\": \"Indie Music Tumblr based in Portugal\", \"updated_at\": \"2012-09-25T20:12:39\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4329/ATM_2__3__large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4329, \"permalink\": \"all-tomorrow-music\", \"statistics\": {\"tracks\": {\"favorited\": 71, \"total\": 1111}, \"followers\": 16}, \"title\": \"All Tomorrow Music\", \"url\": \"http://www.alltomorrowmusic.com/\", \"profiles\": {\"twitter\": \"@alltomorrowmusi\", \"facebook\": \"https://www.facebook.com/AllTomorrowMusic\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4329?api-key=<api-key>\", \"genres\": [\"electronic\", \"indie\", \"remix\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/fadcdd96c187908bb93d4940e62fb69f/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.alltomorrowmusic.com/post/32268223225/blackbird-blackbird-all\", \"description\": \"San\\u00a0Francisco\\u00a0native electronic artist Mikey S. Maramag, aka Blackbird Blackbird just dropped a brand new track called, &#8220;All,&#8221; off his forthcoming EP, Boracay Planet, out October 16 via new label/imprint,\\u00a0Lavish Habits. Listen to it below.\", \"title\": \"Blackbird Blackbird - All\"}, \"id\": 1141251, \"metadata\": {\"genres\": null, \"title\": \"All\", \"artist\": {\"name\": \"Blackbird Blackbird\", \"id\": 19005}, \"replaygain\": -7.44, \"duration\": 307, \"external_ids\": {\"spotify\": \"spotify:track:7AMjW0hUednU5pw8FEE8G7\", \"deezer\": \"7256547\"}}}, {\"stream\": {\"url\": \"http://www.tumblr.com/audio_file/flamgirlant/32271011812/tumblr_max31a6VcP1qzul6n?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio\", \"platform\": \"tumblr\"}, \"created_at\": \"2012-09-25T20:12:20\", \"blog\": {\"about\": \"flamboyant. but with boobs.\", \"updated_at\": \"2012-09-25T20:12:31\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/832/flamgirlant_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 832, \"permalink\": \"flamgirlant\", \"statistics\": {\"tracks\": {\"favorited\": 24, \"total\": 404}, \"followers\": 2}, \"title\": \"flamgirlant\", \"url\": \"http://flamgirlant.tumblr.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:832?api-key=<api-key>\", \"genres\": [\"lo-fi\", \"indie\", \"garage rock\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/535a193d3b72f51f99c3c249ff7b39c4/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://flamgirlant.tumblr.com/post/32271011812/levek-terra-treasures-this-is-one-of-the-most\", \"description\": \"Levek - \\u201cTerra Treasures\\u201d\\nThis is one of the most wonderful songs I\\u2019ve ever heard.\\u00a0 Ever.\\u00a0 It\\u2019s the bossa nova.\\u00a0 I\\u2019m a sucker for bossa nova.\\u00a0\\n\\n\\u201cMake a golden sound to follow her around with, \\u2018til she wonders where the sound went when you\\u2019re gone.\\u201d\\n\\nJust lovely.\\u00a0\\nLevek\\u2019s debut album Look A Little Closer dropped today on Lefse Records and it is absolutely fantastic.\\u00a0 You know how the charm of Insta\", \"title\": \"Levek - \\u201cTerra Treasures\\u201d\\nThis is one of the most...\"}, \"id\": 1141250, \"metadata\": {\"genres\": null, \"title\": \"Terra Treasures\", \"artist\": {\"name\": \"Levek\", \"id\": 17717}, \"replaygain\": -7.59, \"duration\": 209, \"external_ids\": {\"spotify\": \"spotify:track:3xLVZ65LxMz1FGUeesocab\", \"deezer\": \"60575071\"}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/42236129/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:08:52\", \"blog\": {\"about\": \"WTGR - Music Blog. Mp3s. Streams. Reviews.\", \"updated_at\": \"2012-09-25T20:49:47\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3795/Shuffler FM Logo_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3795, \"permalink\": \"when-the-gramophone-rings\", \"statistics\": {\"tracks\": {\"favorited\": 80, \"total\": 371}, \"followers\": 12}, \"title\": \"When The Gramophone Rings\", \"url\": \"http://whenthegramophonerings.com\", \"profiles\": {\"twitter\": \"@gramophonerings\", \"facebook\": \"http://www.facebook.com/whenthegramophonerings\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3795?api-key=<api-key>\", \"genres\": [\"indie\", \"folk\", \"indie rock\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/99923033993886002734077482b70686/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://whenthegramophonerings.com/2012/09/25/album-review-kanye-west-cruel-summer/\", \"description\": \"&#8220;The lingering is that for Kanye, when it comes to collaboration, it appears that less is definitely more&#8230;&#8221;\\nKanye West &amp; Various Artists\\u00a0 |\\u00a0 Cruel Summer\\nKanye West is without doubt one of the most famous hip-hop artists of modern day history, but even creating Cruel Summer must have taken some organisation on his part. You see, this isn&#8217;t just Kanye&#8217;s album, this\", \"title\": \"Album Review: Kanye West \\u2013 Cruel Summer\"}, \"id\": 1141249, \"metadata\": {\"genres\": null, \"title\": \"Explicit\", \"artist\": {\"name\": \"Mercy (Kanye West feat. Big Sean, Pusha T, 2 Chainz)\", \"id\": 3121}, \"replaygain\": -5.48, \"duration\": 333, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/EB-NbV4JTjU\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:08:44\", \"blog\": {\"about\": \"All news posts.\", \"updated_at\": \"2012-09-25T20:41:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1678/absolutepunk_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1678, \"permalink\": \"absolute-punk\", \"statistics\": {\"tracks\": {\"favorited\": 99, \"total\": 4142}, \"followers\": 46}, \"title\": \"Absolute Punk\", \"url\": \"http://www.absolutepunk.net\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1678?api-key=<api-key>\", \"genres\": [\"indie\", \"pop punk\", \"post-hardcore\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/c34928172d108371f61497a6e1f49ce3/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.absolutepunk.net/showthread.php?t=2901092\", \"description\": \"On November 20, 2012, Coldplay will release a live DVD of their Mylo Xyloto tour.\\n\\nSubmitted by Beatzero\", \"title\": \"Coldplay To Release Live DVD\"}, \"id\": 1141248, \"metadata\": {\"genres\": null, \"title\": \"Coldplay Live 2012 (Official Trailer)\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60722671/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:08:41\", \"blog\": {\"about\": \"Music rules our heart and also our earth. Welcome to Racktips Music! We hope to let you enjoy good vibe.\", \"updated_at\": \"2012-09-25T20:08:50\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2324/avatars-000002726954-t0smux-crop_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2324, \"permalink\": \"racktips-music-rss\", \"statistics\": {\"tracks\": {\"favorited\": 8, \"total\": 233}, \"followers\": 4}, \"title\": \"Racktips | Music (RSS)\", \"url\": \"http://www.music.racktips.com\", \"profiles\": {\"twitter\": \"@racktips\", \"facebook\": \"http://www.facebook.com/pages/Racktips/158910680797303\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2324?api-key=<api-key>\", \"genres\": [\"idm\", \"ambient\", \"glitch\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/c66653e152813bae5f23871c78984ba9/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.music.racktips.com/post.php?pt_id=274\", \"description\": \"\", \"title\": \"\\\" Only if you wanna \\\" by Flying Lotus\"}, \"id\": 1141247, \"metadata\": {\"genres\": null, \"title\": \"Only if You Wanna\", \"artist\": {\"name\": \"Flying Lotus\", \"id\": 948}, \"replaygain\": -3.86, \"duration\": 213, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/58438890/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:08:32\", \"blog\": {\"about\": \"Music rules our heart and also our earth. Welcome to Racktips Music! We hope to let you enjoy good vibe.\", \"updated_at\": \"2012-09-25T20:08:50\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2324/avatars-000002726954-t0smux-crop_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2324, \"permalink\": \"racktips-music-rss\", \"statistics\": {\"tracks\": {\"favorited\": 8, \"total\": 233}, \"followers\": 4}, \"title\": \"Racktips | Music (RSS)\", \"url\": \"http://www.music.racktips.com\", \"profiles\": {\"twitter\": \"@racktips\", \"facebook\": \"http://www.facebook.com/pages/Racktips/158910680797303\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2324?api-key=<api-key>\", \"genres\": [\"idm\", \"ambient\", \"glitch\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/7f352ca5025de59380433c0c4726bfe3/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.music.racktips.com/post.php?pt_id=268\", \"description\": \"\", \"title\": \"\\\" Never Will \\\" by Robot Koch\"}, \"id\": 1141246, \"metadata\": {\"genres\": null, \"title\": \"Never Will\", \"artist\": {\"name\": \"Robot Koch\", \"id\": 2179}, \"replaygain\": -5.28, \"duration\": 264, \"external_ids\": {\"spotify\": \"spotify:track:32yyMDPvLOhjbG0yWrEwwj\", \"deezer\": \"56416281\"}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/PP2fR-9GPME\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:08:08\", \"blog\": {\"about\": \"Updated daily, HipHopDX not only stays current on hip hop culture but it helps to influence and impact the culture. Our insightful \\\"tell it like it is and how it should be\\\" editorials, unbiased reviews and premier hip hop audio section has garnered the most dedicated and loyal following of any hip hop site. \", \"updated_at\": \"2012-09-25T20:08:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4187/Screen shot 2012-02-27 at 12.51.24 PM_large.png\", \"width\": 240, \"height\": 240}], \"id\": 4187, \"permalink\": \"hip-hop-dx\", \"statistics\": {\"tracks\": {\"favorited\": 15, \"total\": 428}, \"followers\": 2}, \"title\": \"Hip Hop DX\", \"url\": \"http://www.hiphopdx.com/\", \"profiles\": {\"twitter\": null, \"facebook\": \"http://www.facebook.com/HipHopDX?sk=info\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4187?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"underground hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/cb3966ed0e72934466318497a104a55a/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.hiphopdx.com/index/news/id.21291/title.ludacris-eyes-early-2013-release-date-for-ludaversal\", \"description\": \"Ludacris hopes to release his new LP in the first quarter of next year.\", \"title\": \"[News] Ludacris Eyes Early 2013 Release Date For \\\"Ludaversal\\\"\"}, \"id\": 1141245, \"metadata\": {\"genres\": null, \"title\": \"Ludacris Debuts \\\"Representin\\\" feat. Kelly Rowland on @Hot1079ATL\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/oYSkJNCMtKI\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:07:20\", \"blog\": {\"about\": \"21st Century Pop Music\", \"updated_at\": \"2012-09-25T20:07:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1960/Dummy_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1960, \"permalink\": \"dummy-mag\", \"statistics\": {\"tracks\": {\"favorited\": 85, \"total\": 1947}, \"followers\": 90}, \"title\": \"Dummy Mag\", \"url\": \"http://www.dummymag.com/\", \"profiles\": {\"twitter\": \"@dummymag \", \"facebook\": \"http://www.facebook.com/DummyMag\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1960?api-key=<api-key>\", \"genres\": [\"dubstep\", \"remix\", \"hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/b858521a9e981a48a0440189b01965f6/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.dummymag.com/videos/2012/09/25/sensations-fix-dark-side-of-religion/\", \"description\": \"Watch a video from cult space rockers Sensations&#8217; Fix, taken from an extensive new compilation of their 1970s output.\", \"title\": \"Sensations' Fix - Dark Side of Religion\"}, \"id\": 1141244, \"metadata\": {\"genres\": null, \"title\": \"Dark Side of Religion\", \"artist\": {\"name\": \"Sensations' Fix\", \"id\": 85189}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://vimeo.com/48077179\", \"platform\": \"vimeo\"}, \"created_at\": \"2012-09-25T20:07:13\", \"blog\": {\"about\": \"Hi, I'm Andriana, but my friends call me Dre. I'm just a fan, with an ear for what's good.\\r\\n\\r\\n\\r\\n\\r\\nShareThis\\r\\n\\r\\n\\tvar shared_object = SHARETHIS.addEntry({\\r\\n\\ttitle: document.title,\\r\\n\\turl: document.location.href\\r\\n});\", \"updated_at\": \"2012-09-25T20:07:14\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2293/thenewblack_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2293, \"permalink\": \"gluttony-is-the-new-black\", \"statistics\": {\"tracks\": {\"favorited\": 44, \"total\": 1046}, \"followers\": 21}, \"title\": \"Gluttony Is The New Black\", \"url\": \"http://thenewblack.tumblr.com/\", \"profiles\": {\"twitter\": \"@itsadredogg\", \"facebook\": \"http://www.facebook.com/gluttony.is.the.new.black\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2293?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"dubstep\"]}, \"images\": null, \"post\": {\"url\": \"http://thenewblack.tumblr.com/post/32266208889/oscar-key-sung-its-gone-live-on-fbi-new-weird\", \"description\": \"Oscar Key Sung It\\u2019s Gone (live on FBI New Weird Aus)\\nNo secret I\\u2019m a huge fan of Oscar Key Sung. First glimpse for me of his IRLness. FAN. Bro is like an Australian version of How To Dress Well\\u2026but with less sadness and more people skillz. I have a post on Oscar coming out on Yours Truly later this week, so stay in your seat and pay attention.\", \"title\": \"Oscar Key Sung It\\u2019s Gone (live on FBI New Weird Aus)\\nNo...\"}, \"id\": 1141243, \"metadata\": {\"genres\": null, \"title\": \"Oscar Key Sung live to air at FBI New Weird Aus\", \"artist\": {\"name\": \"Its Gone\", \"id\": 173827}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.tumblr.com/audio_file/thenewblack/32264029313/tumblr_maw9loW6t51qzoqu9?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio\", \"platform\": \"tumblr\"}, \"created_at\": \"2012-09-25T20:07:10\", \"blog\": {\"about\": \"Hi, I'm Andriana, but my friends call me Dre. I'm just a fan, with an ear for what's good.\\r\\n\\r\\n\\r\\n\\r\\nShareThis\\r\\n\\r\\n\\tvar shared_object = SHARETHIS.addEntry({\\r\\n\\ttitle: document.title,\\r\\n\\turl: document.location.href\\r\\n});\", \"updated_at\": \"2012-09-25T20:07:14\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2293/thenewblack_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2293, \"permalink\": \"gluttony-is-the-new-black\", \"statistics\": {\"tracks\": {\"favorited\": 44, \"total\": 1046}, \"followers\": 21}, \"title\": \"Gluttony Is The New Black\", \"url\": \"http://thenewblack.tumblr.com/\", \"profiles\": {\"twitter\": \"@itsadredogg\", \"facebook\": \"http://www.facebook.com/gluttony.is.the.new.black\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2293?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"dubstep\"]}, \"images\": null, \"post\": {\"url\": \"http://thenewblack.tumblr.com/post/32264029313/slugabed-wake-up-feat-szjerdene-file-under\", \"description\": \"Slugabed Wake Up feat. Szjerdene\\nFile Under: Things I\\u2019m excited about\\nGuessing Slugabed\\u2019s\\u00a0forthcoming 7\\u201d (with da\\u00a0instrumental\\u00a0B side) is coming out on Ninja Tune soon.\", \"title\": \"Slugabed Wake Up feat. Szjerdene\\nFile Under: Things I\\u2019m...\"}, \"id\": 1141242, \"metadata\": {\"genres\": null, \"title\": \"WAKE UP FEAT. SZJERDENE + INSTRUMENTAL\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": -4.02, \"duration\": 212, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61000334/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:05:40\", \"blog\": {\"about\": \"We are a spanish blog about Dubstep, Moombahton, Drum & Bass, Electro, Indie, and good music.\\r\\n\\r\\nDaily updates, interviews and more.\", \"updated_at\": \"2012-09-25T20:53:41\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3807/DSPLOGO V2 1000px_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3807, \"permalink\": \"dubspain\", \"statistics\": {\"tracks\": {\"favorited\": 159, \"total\": 1551}, \"followers\": 30}, \"title\": \"DUBSPAIN\", \"url\": \"http://dubspain.com/\", \"profiles\": {\"twitter\": \"@DUBSPAIN\", \"facebook\": \"http://facebook.com/DUBSPAIN\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3807?api-key=<api-key>\", \"genres\": [\"remix\", \"dubstep\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/449d4ce007e889c22b49134fd9b92500/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://dubspain.com/2012/09/25/essbeedee-numbahencore-free-download/\", \"description\": \"El brit\\u00e1nico ESSBEEDEE\\u00a0subi\\u00f3 ayer a soundcloud una producci\\u00f3n moombahton para la que ha sampleado Numb/Encore, el track en el que Jay-Z y Linkin Park colaboraron dentro del disco Collision Course. Un aut\\u00e9ntico pepinazo que conserva algunos sampleos del MC neoyorquino en la pista vocal.\\nESSBEEDEE &#8211; NUMBAHenCORE [free download]\\n\\n&nbsp;\\n&nbsp;\", \"title\": \"ESSBEEDEE \\u2013 NUMBAHenCORE [free download]\"}, \"id\": 1141241, \"metadata\": {\"genres\": null, \"title\": \"NUMBAHenCORE (Free Download)\", \"artist\": {\"name\": \"Essbeedee\", \"id\": 7158}, \"replaygain\": -9.1, \"duration\": 285, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/59826232/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:03:52\", \"blog\": {\"about\": \"Electronic Music Blog\", \"updated_at\": \"2012-09-25T20:07:38\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/485/gottadancedirty_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 485, \"permalink\": \"gotta-dance-dirty\", \"statistics\": {\"tracks\": {\"favorited\": 243, \"total\": 2960}, \"followers\": 92}, \"title\": \"Gotta Dance Dirty\", \"url\": \"http://gottadancedirty.com\", \"profiles\": {\"twitter\": \"@gottadancedirty\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:485?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"electro\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/bbfd8835580299a892e487b060ad405a/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.gottadancedirty.com/2012/09/25/stream-velvetine-the-great-divide-seven-lions-remix/\", \"description\": \"The future of bass music, Seven Lions, keeps up the consistency with a transcendent new remix for Velvetine, out yesterday on Anjunabeats. His distinguished style shines through as bright as ever with great songwriting, incorporation of soaring synths, meditative melodies, as well as the vocals of Aruna. Listen below, support on iTunes or Beatport, and feel free to \\u2665 on the Hype Machine!\\n\\nGoogle+\", \"title\": \"[STREAM] Velvetine \\u2013 The Great Divide (Seven Lions Remix)\"}, \"id\": 1141240, \"metadata\": {\"genres\": null, \"title\": \"The Great Divide (Seven Lions Remix)\", \"artist\": {\"name\": \"Velvetine\", \"id\": 169682}, \"replaygain\": -8.69, \"duration\": 180, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/PfJgL6xEENM\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:03:24\", \"blog\": {\"about\": \"Alt-country, Americana, Folk, Weller, Country, Indie, Rock.\\r\\nNews & reviews.\", \"updated_at\": \"2012-09-25T20:03:26\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2182/beatsurrender_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2182, \"permalink\": \"beat-surrender\", \"statistics\": {\"tracks\": {\"favorited\": 49, \"total\": 1044}, \"followers\": 3}, \"title\": \"Beat Surrender\", \"url\": \"http://www.beat-surrender.com\", \"profiles\": {\"twitter\": \"@simon2307\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2182?api-key=<api-key>\", \"genres\": [\"folk\", \"alt-country\", \"singer-songwriter\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/46f70221c531b81ba760b7d63f6b819f/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.beat-surrender.com/2012/09/25/the-jar-family-getting-better/\", \"description\": \"Hartlepool&#8217;s finest The Jar Family have a new track for download and a video for another of the songs from the their self titled debut. \\nFormed in 2010 they are a collective of singer-songwriters &#8211; Max Bianco, Dali, Al Devon, Richie Docherty, Chris Hooks and former Squeeze bassist Keith Wilkinson.\\n\\n\\nTheir follow up album is due in Feb of next year &#8211; looking forward to that. \\nPre\", \"title\": \"The Jar Family \\u2013 Getting Better\"}, \"id\": 1141239, \"metadata\": {\"genres\": null, \"title\": \"Broken Minded (Official Video)\", \"artist\": {\"name\": \"The Jar Family\", \"id\": 67925}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/JxVm2_ojQtk\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:02:09\", \"blog\": {\"about\": \"Pretty Much Amazing is a music blog run by a self-proclaimed music nerd and contributed to by a handful of self-proclaimed music opinion specialists. We\\u2019re handing out music suggestions, free mp3s, reviews and news every day.\", \"updated_at\": \"2012-09-25T20:27:16\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1093/pma-logo-print_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 1093, \"permalink\": \"pretty-much-amazing\", \"statistics\": {\"tracks\": {\"favorited\": 957, \"total\": 2863}, \"followers\": 928}, \"title\": \"Pretty Much Amazing\", \"url\": \"http://prettymuchamazing.com\", \"profiles\": {\"twitter\": \"@pmablog\", \"facebook\": \"http://www.facebook.com/pages/Pretty-Much-Amazing/57588008329\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1093?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/da9fa582e4e5f396d225aaf14da712fa/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://prettymuchamazing.com/videos/plague\", \"description\": \"Crystal Castles share this Halloween-ready clip for new single, &#8220;Plague.&#8221; If it seems a bit familiar it&#8217;s because you&#8217;re one hell of a movie buff and you noticed that the band used footage from Polish film director Andrzej Zulawski&#8217;s 1981 horror film Possession.We still don&#8217;t have any information on Crystal Castles&#8217; new album\\u2013\\u2013it was supposed to be out thi\", \"title\": \"New Crystal Castles: \\u201cPlague\\u201d Video\"}, \"id\": 1141238, \"metadata\": {\"genres\": null, \"title\": \"Plague (VIDEO)\", \"artist\": {\"name\": \"Crystal Castles\", \"id\": 488}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/56962297/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:01:45\", \"blog\": {\"about\": \"Prefix is the go-to site for music news, keeping you up to date on the cutting edge worlds of indie rock and hip-hop, and every sound in between. Updated more than any other music site everyday, Prefix's coverage includes fast-paced music news, in-depth record reviews, MP3s of your soon-to-be favorite new band and unique features you won't find anywhere else on the web.\\r\\n\", \"updated_at\": \"2012-09-25T20:19:26\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1007/prefix_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1007, \"permalink\": \"prefix\", \"statistics\": {\"tracks\": {\"favorited\": 290, \"total\": 6181}, \"followers\": 203}, \"title\": \"Prefix\", \"url\": \"http://www.prefixmag.com/\", \"profiles\": {\"twitter\": \"@prefixmag\", \"facebook\": \"https://www.facebook.com/prefixmag\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1007?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"indie\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/4eb07c79812f0f077f62b35d07700388/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.prefixmag.com/media/mel/space-jam-video/69658/\", \"description\": \"It's approaching that time of year when BBC Radio 1 tastemaker Annie Mac gives us a what's what ...\\n\\tRead the full article at http://www.prefixmag.com/media/mel/space-jam-video/69658/\", \"title\": \"Mel\\u00e9: \\n\\\"Space Jam\\\" (Video)\"}, \"id\": 1141237, \"metadata\": {\"genres\": null, \"title\": \"AMP 2012 Compilation Teaser Mix\", \"artist\": {\"name\": \"Annie Mac Presents\", \"id\": 29711}, \"replaygain\": -7.48, \"duration\": 221, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/rYRjggVrVj0\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:01:42\", \"blog\": {\"about\": \"Prefix is the go-to site for music news, keeping you up to date on the cutting edge worlds of indie rock and hip-hop, and every sound in between. Updated more than any other music site everyday, Prefix's coverage includes fast-paced music news, in-depth record reviews, MP3s of your soon-to-be favorite new band and unique features you won't find anywhere else on the web.\\r\\n\", \"updated_at\": \"2012-09-25T20:19:26\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1007/prefix_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1007, \"permalink\": \"prefix\", \"statistics\": {\"tracks\": {\"favorited\": 290, \"total\": 6181}, \"followers\": 203}, \"title\": \"Prefix\", \"url\": \"http://www.prefixmag.com/\", \"profiles\": {\"twitter\": \"@prefixmag\", \"facebook\": \"https://www.facebook.com/prefixmag\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1007?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"indie\", \"mixtape\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/3b5e6bb1ccbf365f8f15cc4847ea68bb/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.prefixmag.com/media/mel/space-jam-video/69658/\", \"description\": \"It's approaching that time of year when BBC Radio 1 tastemaker Annie Mac gives us a what's what ...\\n\\tRead the full article at http://www.prefixmag.com/media/mel/space-jam-video/69658/\", \"title\": \"Mel\\u00e9: \\n\\\"Space Jam\\\" (Video)\"}, \"id\": 1141236, \"metadata\": {\"genres\": null, \"title\": \"Mel\\u00e9 - Space Jam (Exclusive Track)\", \"artist\": {\"name\": \"Annie Mac Presents 2012\", \"id\": 169462}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/9_NvawdVCME\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:01:38\", \"blog\": {\"about\": \"Pitchfork's Best New Tracks\", \"updated_at\": \"2012-09-25T20:01:42\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1449/pitchfork_large.png\", \"width\": 240, \"height\": 240}], \"id\": 1449, \"permalink\": \"pitchfork-best-new-tracks\", \"statistics\": {\"tracks\": {\"favorited\": 36, \"total\": 1725}, \"followers\": 90}, \"title\": \"Pitchfork: Best New Tracks\", \"url\": \"http://pitchfork.com/reviews/best/tracks/\", \"profiles\": {\"twitter\": \"@pitchforkmedia\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1449?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://pitchfork.com/news/47837-new-album-from-ian-mackayes-evens-on-the-way/\", \"description\": \"Dischord\\u00a0has announced a string of new releases for the fall from some of the label's key players. First, on October 23, the label will release an unearthed collection of demos from Rites of Spring, the mid-80s proto-emo band of Guy Picciotto and Brendan Canty, who would later play in Fugazi. The previously unreleased\\u00a0Six Song Demo, recorded at Inner Ear Studios with\\u00a0Ian MacKaye and\\u00a0veteran D.C. p\", \"title\": \"New Album From Ian Mackaye's Evens on the Way\"}, \"id\": 1141235, \"metadata\": {\"genres\": null, \"title\": \"Spring - Live 1985 9:30 Club\", \"artist\": {\"name\": \"Rites Of Spring\", \"id\": 46372}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/9_NvawdVCME\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:01:34\", \"blog\": {\"about\": \"Pitchfork's Latest News\", \"updated_at\": \"2012-09-25T20:01:41\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/897/pitchfork_large.png\", \"width\": 240, \"height\": 240}], \"id\": 897, \"permalink\": \"pitchfork-latest-news\", \"statistics\": {\"tracks\": {\"favorited\": 137, \"total\": 2570}, \"followers\": 135}, \"title\": \"Pitchfork: Latest News\", \"url\": \"http://pitchfork.com/news/\", \"profiles\": {\"twitter\": \"@pitchforkmedia\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:897?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://pitchfork.com/news/47837-new-album-from-ian-mackayes-evens-on-the-way/\", \"description\": \"Dischord\\u00a0has announced a string of new releases for the fall from some of the label's key players. First, on October 23, the label will release an unearthed collection of demos from Rites of Spring, the mid-80s proto-emo band of Guy Picciotto and Brendan Canty, who would later play in Fugazi. The previously unreleased\\u00a0Six Song Demo, recorded at Inner Ear Studios with\\u00a0Ian MacKaye and\\u00a0veteran D.C. p\", \"title\": \"New Album From Ian Mackaye's Evens on the Way\"}, \"id\": 1141234, \"metadata\": {\"genres\": null, \"title\": \"Spring - Live 1985 9:30 Club\", \"artist\": {\"name\": \"Rites Of Spring\", \"id\": 46372}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/9_NvawdVCME\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:01:30\", \"blog\": {\"about\": \"The essential guide to independent music and beyond.\", \"updated_at\": \"2012-09-25T20:01:38\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1448/pitchfork_large.png\", \"width\": 240, \"height\": 240}], \"id\": 1448, \"permalink\": \"pitchfork-the-playlist\", \"statistics\": {\"tracks\": {\"favorited\": 198, \"total\": 2000}, \"followers\": 1040}, \"title\": \"Pitchfork: The Playlist\", \"url\": \"http://pitchfork.com/reviews/tracks/\", \"profiles\": {\"twitter\": \"@pitchforkmedia\", \"facebook\": \"http://www.facebook.com/pages/Pitchfork-Media/103771399662213\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1448?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"hip-hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/4e81427b41329f58a7d44089a071b473/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://pitchfork.com/news/47837-new-album-from-ian-mackayes-evens-on-the-way/\", \"description\": \"Dischord\\u00a0has announced a string of new releases for the fall from some of the label's key players. First, on October 23, the label will release an unearthed collection of demos from Rites of Spring, the mid-80s proto-emo band of Guy Picciotto and Brendan Canty, who would later play in Fugazi. The previously unreleased\\u00a0Six Song Demo, recorded at Inner Ear Studios with\\u00a0Ian MacKaye and\\u00a0veteran D.C. p\", \"title\": \"New Album From Ian Mackaye's Evens on the Way\"}, \"id\": 1141233, \"metadata\": {\"genres\": null, \"title\": \"Spring - Live 1985 9:30 Club\", \"artist\": {\"name\": \"Rites Of Spring\", \"id\": 46372}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/59906584/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:01:25\", \"blog\": {\"about\": \"electronic dance music \\r\\nfrom psychedelic to urban times\\r\\n\\r\\ncurated by deepgoa since 1998\", \"updated_at\": \"2012-09-25T20:45:51\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4553/jungle-drums_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4553, \"permalink\": \"deepgoa\", \"statistics\": {\"tracks\": {\"favorited\": 541, \"total\": 3868}, \"followers\": 59}, \"title\": \"deepgoa\", \"url\": \"http://www.deepgoa.com/\", \"profiles\": {\"twitter\": \"@deepgoa\", \"facebook\": \"https://www.facebook.com/deepgoa\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4553?api-key=<api-key>\", \"genres\": [\"mixtape\", \"\", \"remix\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/0728d49b6b52b654614cc4837ff10cb5/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.deepgoa.com/2012/09/night-d4eep-2-tha-bone.html\", \"description\": \"www.deepgoa.com\\nfrom psychedelic to urban times\\n\\n\\n\\u00a9 dg, 2012\", \"title\": \"night! D4EEP 2 THA BONE\"}, \"id\": 1141232, \"metadata\": {\"genres\": null, \"title\": \"D4EEP 2 THA BONE\", \"artist\": {\"name\": \"THA DEEP MEISTER/ D4E\", \"id\": 17798}, \"replaygain\": -5.0, \"duration\": 3256, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://www.youtube.com/v/sNnIWl7DcFk\", \"platform\": \"youtube\"}, \"created_at\": \"2012-09-25T20:01:18\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:15:33\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/285/nahright_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 285, \"permalink\": \"nah-right\", \"statistics\": {\"tracks\": {\"favorited\": 85, \"total\": 5341}, \"followers\": 67}, \"title\": \"Nah Right\", \"url\": \"http://nahright.com/news\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:285?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"hip hop\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/bdb8f5bb25e62627da6cedf45e64cc1f/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://nahright.com/news/2012/09/25/video-nina-b-tar-babies/\", \"description\": \"Previously: Nina B \\u2013 Titles Are Played Out (Mixtape)\", \"title\": \"Video: Nina B \\u2013 Tar Babies\"}, \"id\": 1141231, \"metadata\": {\"genres\": null, \"title\": \"TAR BABIES by NINA B\", \"artist\": {\"name\": \"\", \"id\": 14}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60344068/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:01:18\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:01:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2537/themusicninja_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2537, \"permalink\": \"the-music-ninja\", \"statistics\": {\"tracks\": {\"favorited\": 495, \"total\": 3932}, \"followers\": 172}, \"title\": \"The Music Ninja\", \"url\": \"http://www.themusicninja.com\", \"profiles\": {\"twitter\": \"@themusicninja\", \"facebook\": \"http://www.facebook.com/themusicninjafb\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2537?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/9b4344c68afb4d92bf377fa6372129e8/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.themusicninja.com/mp3-playlist-trap-dojo-volume-6/\", \"description\": \"The last 5 weeks have had an overwhelming amount of Trap, week 6 is no different. In honor of Swedish House Mafia annoucing their last tour, it&#8217;s only appropriate to feature this massive remix of, &#8220;One&#8221;.\\u00a0Party Favor\\u00a0reworks this one in all the right ways, allowing you to once again fall in love with this tune.\\u00a0Meek Mill and Drake&#8216;s track &#8220;Amen&#8221; get hard remix fr\", \"title\": \"[MP3 Playlist] Trap Dojo Volume #6\"}, \"id\": 1141230, \"metadata\": {\"genres\": null, \"title\": \"Decisions (Blitz Gang Remix)\", \"artist\": {\"name\": \"Borgore\", \"id\": 9990}, \"replaygain\": -10.26, \"duration\": 218, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60429497/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:01:11\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:01:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2537/themusicninja_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2537, \"permalink\": \"the-music-ninja\", \"statistics\": {\"tracks\": {\"favorited\": 495, \"total\": 3932}, \"followers\": 172}, \"title\": \"The Music Ninja\", \"url\": \"http://www.themusicninja.com\", \"profiles\": {\"twitter\": \"@themusicninja\", \"facebook\": \"http://www.facebook.com/themusicninjafb\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2537?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/85f6cc33f294c782327055d0ef8dde78/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.themusicninja.com/mp3-playlist-trap-dojo-volume-6/\", \"description\": \"The last 5 weeks have had an overwhelming amount of Trap, week 6 is no different. In honor of Swedish House Mafia annoucing their last tour, it&#8217;s only appropriate to feature this massive remix of, &#8220;One&#8221;.\\u00a0Party Favor\\u00a0reworks this one in all the right ways, allowing you to once again fall in love with this tune.\\u00a0Meek Mill and Drake&#8216;s track &#8220;Amen&#8221; get hard remix fr\", \"title\": \"[MP3 Playlist] Trap Dojo Volume #6\"}, \"id\": 1141229, \"metadata\": {\"genres\": null, \"title\": \"Trap Muzik Sounds Better With You * free DL !\", \"artist\": {\"name\": \"Rico Tubbs\", \"id\": 124111}, \"replaygain\": -7.67, \"duration\": 229, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/53074334/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:01:05\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:01:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2537/themusicninja_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2537, \"permalink\": \"the-music-ninja\", \"statistics\": {\"tracks\": {\"favorited\": 495, \"total\": 3932}, \"followers\": 172}, \"title\": \"The Music Ninja\", \"url\": \"http://www.themusicninja.com\", \"profiles\": {\"twitter\": \"@themusicninja\", \"facebook\": \"http://www.facebook.com/themusicninjafb\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2537?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/0033c4dbf72b5395fafe48773cb816c3/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.themusicninja.com/mp3-playlist-trap-dojo-volume-6/\", \"description\": \"The last 5 weeks have had an overwhelming amount of Trap, week 6 is no different. In honor of Swedish House Mafia annoucing their last tour, it&#8217;s only appropriate to feature this massive remix of, &#8220;One&#8221;.\\u00a0Party Favor\\u00a0reworks this one in all the right ways, allowing you to once again fall in love with this tune.\\u00a0Meek Mill and Drake&#8216;s track &#8220;Amen&#8221; get hard remix fr\", \"title\": \"[MP3 Playlist] Trap Dojo Volume #6\"}, \"id\": 1141228, \"metadata\": {\"genres\": null, \"title\": \"Kick Out The Epic Motherfucker (ACE FUTURE Remix)\", \"artist\": {\"name\": \"Dada Life\", \"id\": 1512}, \"replaygain\": -5.96, \"duration\": 250, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60589938/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:01:05\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:01:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2537/themusicninja_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2537, \"permalink\": \"the-music-ninja\", \"statistics\": {\"tracks\": {\"favorited\": 495, \"total\": 3932}, \"followers\": 172}, \"title\": \"The Music Ninja\", \"url\": \"http://www.themusicninja.com\", \"profiles\": {\"twitter\": \"@themusicninja\", \"facebook\": \"http://www.facebook.com/themusicninjafb\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2537?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/9f8c675dc9ded202a6de01e42016e419/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.themusicninja.com/mp3-playlist-trap-dojo-volume-6/\", \"description\": \"The last 5 weeks have had an overwhelming amount of Trap, week 6 is no different. In honor of Swedish House Mafia annoucing their last tour, it&#8217;s only appropriate to feature this massive remix of, &#8220;One&#8221;.\\u00a0Party Favor\\u00a0reworks this one in all the right ways, allowing you to once again fall in love with this tune.\\u00a0Meek Mill and Drake&#8216;s track &#8220;Amen&#8221; get hard remix fr\", \"title\": \"[MP3 Playlist] Trap Dojo Volume #6\"}, \"id\": 1141227, \"metadata\": {\"genres\": null, \"title\": \"RL Grime (DL in Description)\", \"artist\": {\"name\": \"Flood\", \"id\": 113628}, \"replaygain\": -8.91, \"duration\": 220, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/61026378/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:00:57\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:01:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2537/themusicninja_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2537, \"permalink\": \"the-music-ninja\", \"statistics\": {\"tracks\": {\"favorited\": 495, \"total\": 3932}, \"followers\": 172}, \"title\": \"The Music Ninja\", \"url\": \"http://www.themusicninja.com\", \"profiles\": {\"twitter\": \"@themusicninja\", \"facebook\": \"http://www.facebook.com/themusicninjafb\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2537?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/6cc799cc14317645f6528bc94962881b/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.themusicninja.com/mp3-playlist-trap-dojo-volume-6/\", \"description\": \"The last 5 weeks have had an overwhelming amount of Trap, week 6 is no different. In honor of Swedish House Mafia annoucing their last tour, it&#8217;s only appropriate to feature this massive remix of, &#8220;One&#8221;.\\u00a0Party Favor\\u00a0reworks this one in all the right ways, allowing you to once again fall in love with this tune.\\u00a0Meek Mill and Drake&#8216;s track &#8220;Amen&#8221; get hard remix fr\", \"title\": \"[MP3 Playlist] Trap Dojo Volume #6\"}, \"id\": 1141226, \"metadata\": {\"genres\": null, \"title\": \"DumDum (mooresonny Extended mix)\", \"artist\": {\"name\": \"Baauer\", \"id\": 2822}, \"replaygain\": -5.72, \"duration\": 234, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}, {\"stream\": {\"url\": \"http://api.soundcloud.com/tracks/60938109/stream\", \"platform\": \"soundcloud\"}, \"created_at\": \"2012-09-25T20:00:54\", \"blog\": {\"about\": \"\", \"updated_at\": \"2012-09-25T20:01:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2537/themusicninja_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2537, \"permalink\": \"the-music-ninja\", \"statistics\": {\"tracks\": {\"favorited\": 495, \"total\": 3932}, \"followers\": 172}, \"title\": \"The Music Ninja\", \"url\": \"http://www.themusicninja.com\", \"profiles\": {\"twitter\": \"@themusicninja\", \"facebook\": \"http://www.facebook.com/themusicninjafb\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2537?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"indie\"]}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/320x175.jpg\", \"width\": 320, \"height\": 175}, \"640x400\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/640x400.jpg\", \"width\": 640, \"height\": 400}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/240x240.jpg\", \"width\": 240, \"height\": 240}, \"320x200\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/320x200.jpg\", \"width\": 320, \"height\": 200}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/a61be16cdbf02dbe275a9d902621edb2/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": \"http://www.themusicninja.com/mp3-playlist-trap-dojo-volume-6/\", \"description\": \"The last 5 weeks have had an overwhelming amount of Trap, week 6 is no different. In honor of Swedish House Mafia annoucing their last tour, it&#8217;s only appropriate to feature this massive remix of, &#8220;One&#8221;.\\u00a0Party Favor\\u00a0reworks this one in all the right ways, allowing you to once again fall in love with this tune.\\u00a0Meek Mill and Drake&#8216;s track &#8220;Amen&#8221; get hard remix fr\", \"title\": \"[MP3 Playlist] Trap Dojo Volume #6\"}, \"id\": 1141225, \"metadata\": {\"genres\": null, \"title\": \"Amen (Mighty Mi & Slugworth Remix)\", \"artist\": {\"name\": \"Meek Mill feat Drake\", \"id\": 173826}, \"replaygain\": -8.77, \"duration\": 173, \"external_ids\": {\"spotify\": null, \"deezer\": null}}}]"
47
+ http_version:
48
+ recorded_at: Tue, 25 Sep 2012 20:54:40 GMT
49
+ - request:
50
+ method: get
51
+ uri: http://api.shuffler.fm/v1/tracks/1?api-key=<api-key>
52
+ body:
53
+ string: ""
54
+ headers:
55
+ Accept:
56
+ - "*/*"
57
+ response:
58
+ status:
59
+ code: 200
60
+ message: OK
61
+ headers:
62
+ Content-Type:
63
+ - application/json
64
+ Content-Length:
65
+ - "1982"
66
+ Server:
67
+ - TornadoServer/2.4
68
+ body:
69
+ string: "{\"stream\": {\"url\": \"http://api.shuffler.fm/v1/tracks/1/stream\", \"platform\": \"mp3\"}, \"created_at\": \"2011-05-17T10:23:30\", \"blog\": {}, \"images\": {\"220x194\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/220x194.jpg\", \"width\": 220, \"height\": 194}, \"medium\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/medium.jpg\", \"width\": 452, \"height\": 364}, \"300x194\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/300x194.jpg\", \"width\": 300, \"height\": 194}, \"320x175\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/320x175.jpg\", \"width\": 320, \"height\": 175}, \"240x240\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/240x240.jpg\", \"width\": 240, \"height\": 240}, \"640x350\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/640x350.jpg\", \"width\": 640, \"height\": 350}, \"square\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/square.jpg\", \"width\": 200, \"height\": 200}, \"640x128\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/640x128.jpg\", \"width\": 640, \"height\": 128}, \"320x64\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/320x64.jpg\", \"width\": 320, \"height\": 64}, \"64x64\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/64x64.jpg\", \"width\": 64, \"height\": 64}, \"128x128\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/128x128.jpg\", \"width\": 128, \"height\": 128}, \"188x162\": {\"url\": \"http://assets.shuffler.fm/tracks/a74405da1d2fbf00c646d687b066564e/188x162.jpg\", \"width\": 188, \"height\": 162}}, \"post\": {\"url\": null, \"description\": null, \"title\": null}, \"id\": 1, \"metadata\": {\"genres\": null, \"title\": \"Mellow You Out\", \"artist\": {\"name\": \"Beans\", \"id\": 111245}, \"replaygain\": null, \"duration\": null, \"external_ids\": {\"spotify\": \"spotify:track:1SiJIvS8EDC3aWFzVTVn9V\", \"deezer\": null}}}"
70
+ http_version:
71
+ recorded_at: Tue, 25 Sep 2012 20:54:40 GMT
72
+ - request:
73
+ method: get
74
+ uri: http://api.shuffler.fm/v1/tracks/0?api-key=<api-key>
75
+ body:
76
+ string: ""
77
+ headers:
78
+ Accept:
79
+ - "*/*"
80
+ response:
81
+ status:
82
+ code: 404
83
+ message: NOT FOUND
84
+ headers:
85
+ Content-Type:
86
+ - text/html; charset=utf-8
87
+ Content-Length:
88
+ - "0"
89
+ Server:
90
+ - TornadoServer/2.4
91
+ body:
92
+ string: ""
93
+ http_version:
94
+ recorded_at: Tue, 25 Sep 2012 20:54:40 GMT
95
+ recorded_with: VCR 2.2.5