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,187 @@
1
+ ---
2
+ recorded_with: VCR 2.2.5
3
+ http_interactions:
4
+ - request:
5
+ method: get
6
+ uri: http://api.shuffler.fm/v1/blogs?api-key=<api-key>&filter=featured&page=1
7
+ body:
8
+ string: ""
9
+ headers:
10
+ Accept:
11
+ - "*/*"
12
+ response:
13
+ status:
14
+ code: 200
15
+ message: OK
16
+ headers:
17
+ Server:
18
+ - TornadoServer/2.4
19
+ Content-Type:
20
+ - application/json
21
+ Content-Length:
22
+ - "10148"
23
+ body:
24
+ string: "[{\"about\": \"Slingin' music since 2009 / Founder of Forest Family Records.\", \"updated_at\": \"2012-09-25T16:21:03\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/46/weeklytapedeck_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 46, \"permalink\": \"weekly-tape-deck\", \"statistics\": {\"tracks\": {\"favorited\": 5, \"total\": 283}, \"followers\": 93}, \"title\": \"Weekly Tape Deck\", \"url\": \"http://weeklytapedeck.com\", \"profiles\": {\"twitter\": \"@weeklytapedeck\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:46?api-key=<api-key>\", \"genres\": [\"experimental\", \"hip-hop\", \"lo-fi\"]}, {\"about\": \"Music Evangelist. Baltimore/DC-based music-blog where I share my taste in sounds & visuals. I appreciate bands and artists that kill it.\", \"updated_at\": \"2012-09-23T22:39:49\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/868/headunderwater_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 868, \"permalink\": \"head-underwater\", \"statistics\": {\"tracks\": {\"favorited\": 17, \"total\": 118}, \"followers\": 56}, \"title\": \"Head Underwater\", \"url\": \"http://www.headunderwater.com/\", \"profiles\": {\"twitter\": \"@jimmy_morris\", \"facebook\": \"http://www.facebook.com/headunderwaterblog\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:868?api-key=<api-key>\", \"genres\": [\"indie\", \"psychedelic rock\", \"female vocalists\"]}, {\"about\": \"HearYa is an indie music blog that gives indie music enthusiasts a destination to cut through the clutter when discovering new music. We\\u2019re a community of fans that want to see the music we love reach the ears of new friends and survive. Your thoughts and comments are always welcomed and encouraged. In addition to providing album reviews, South By Southwest coverage, and offering daily mp3 downloads, we also record live sessions at Shirk Music and Sound in downtown Chicago.\", \"updated_at\": \"2012-09-24T21:53:56\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/265/hearya_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 265, \"permalink\": \"hearya\", \"statistics\": {\"tracks\": {\"favorited\": 32, \"total\": 804}, \"followers\": 83}, \"title\": \"HearYa\", \"url\": \"http://www.hearya.com\", \"profiles\": {\"twitter\": \"@hearya\", \"facebook\": \"https://www.facebook.com/hearya\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:265?api-key=<api-key>\", \"genres\": [\"folk\", \"alt-country\", \"soul\"]}, {\"about\": \"Music for the modern enthusiast. LFTF was founded in 2008 with the simple vision of having a communal place to rave about the music we love. Since then, nothing's changed.\", \"updated_at\": \"2012-09-23T22:14:16\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1493/liveforthefunk_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1493, \"permalink\": \"live-for-the-funk\", \"statistics\": {\"tracks\": {\"favorited\": 25, \"total\": 1311}, \"followers\": 105}, \"title\": \"LIVE FOR THE FUNK\", \"url\": \"http://www.liveforthefunk.com\", \"profiles\": {\"twitter\": \"@lftfblog\", \"facebook\": \"https://www.facebook.com/LFTFMAG\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1493?api-key=<api-key>\", \"genres\": [\"electronic\", \"dubstep\", \"hip-hop\"]}, {\"about\": \"Totally Free beats & pieces, by artists you\\u2019ll soon know.\\r\\n\\r\\nBi-weekly live radio show Monday night 12-2am GMT (4-6pm PDT) on NTS Live\", \"updated_at\": \"2012-09-23T22:49:13\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/645/youllsoonknow_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 645, \"permalink\": \"youll-soon-know\", \"statistics\": {\"tracks\": {\"favorited\": 6, \"total\": 195}, \"followers\": 31}, \"title\": \"You'll Soon Know\", \"url\": \"http://youllsoonknow.us/\", \"profiles\": {\"twitter\": \"@Youllsoonknow\", \"facebook\": \"http://www.facebook.com/youllsoonknow\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:645?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"funk\"]}, {\"about\": \"London based online magazine focused on electronic music and visual art.\", \"updated_at\": \"2012-09-25T12:02:29\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4294/invertedaudio_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4294, \"permalink\": \"inverted-audio\", \"statistics\": {\"tracks\": {\"favorited\": 7, \"total\": 143}, \"followers\": 34}, \"title\": \"Inverted Audio\", \"url\": \"http://www.inverted-audio.com/\", \"profiles\": {\"twitter\": \"@InvertedAudio\", \"facebook\": \"http://www.facebook.com/InvertedAudio\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4294?api-key=<api-key>\", \"genres\": [\"electronic\", \"house\", \"deep house\"]}, {\"about\": \"Blog posts and feature articles from Mad Decent\", \"updated_at\": \"2012-09-25T10:23:50\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/25/maddecent_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 25, \"permalink\": \"mad-decent-blog\", \"statistics\": {\"tracks\": {\"favorited\": 37, \"total\": 617}, \"followers\": 183}, \"title\": \"Mad Decent Blog\", \"url\": \"http://maddecent.com/blog\", \"profiles\": {\"twitter\": \"@maddecent\", \"facebook\": \"http://www.facebook.com/maddecent\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:25?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"moombahton\"]}, {\"about\": \"It's about living with soundness of mind in an electronic age.\", \"updated_at\": \"2012-09-24T14:26:35\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/741/keytarsandviolins_large.png\", \"width\": 240, \"height\": 240}], \"id\": 741, \"permalink\": \"keytars-violins\", \"statistics\": {\"tracks\": {\"favorited\": 28, \"total\": 662}, \"followers\": 41}, \"title\": \"Keytars & Violins\", \"url\": \"http://keytarsandviolins.blogspot.com/\", \"profiles\": {\"twitter\": \"@leightonkv\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:741?api-key=<api-key>\", \"genres\": [\"mixtape\", \"electronic\", \"techno\"]}, {\"about\": \"An audio diary.\", \"updated_at\": \"2012-09-23T22:13:13\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1530/electricadolescence_large.png\", \"width\": 240, \"height\": 240}], \"id\": 1530, \"permalink\": \"electric-adolescence\", \"statistics\": {\"tracks\": {\"favorited\": 20, \"total\": 328}, \"followers\": 26}, \"title\": \"Electric Adolescence\", \"url\": \"http://www.electricadolescence.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1530?api-key=<api-key>\", \"genres\": [\"classic rock\", \"electronic\", \"space rock\"]}, {\"about\": \"Awesome Tapes From Africa\", \"updated_at\": \"2012-09-24T10:03:01\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/527/awesometapesfromafrica_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 527, \"permalink\": \"awesome-tapes-from-africa\", \"statistics\": {\"tracks\": {\"favorited\": 5, \"total\": 279}, \"followers\": 77}, \"title\": \"Awesome Tapes from Africa\", \"url\": \"http://www.awesometapes.com/\", \"profiles\": {\"twitter\": \"@awesometapes\", \"facebook\": \"http://www.facebook.com/awesometapesfromafrica\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:527?api-key=<api-key>\", \"genres\": [\"world\", \"mixtape\", \"jazz\"]}, {\"about\": \"Waxidermy is one of the web's premier weblogs featuring obscure and out-of-print vinyl recordings. The site has been online for over 5 years, and has close to 1,000 reviews in its ever-growing database.\", \"updated_at\": \"2012-09-23T23:19:02\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/26/waxidermy_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 26, \"permalink\": \"waxidermy\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 32}, \"followers\": 32}, \"title\": \"Waxidermy\", \"url\": \"http://waxidermy.com\", \"profiles\": {\"twitter\": \"@waxidermy\", \"facebook\": \"http://www.facebook.com/group.php?gid=4994585851\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:26?api-key=<api-key>\", \"genres\": [\"south korea\", \"wilson and wickham\", \"likely story\"]}, {\"about\": \"A daily-curated musical selection.\", \"updated_at\": \"2012-09-25T10:40:42\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1576/avant-avant_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1576, \"permalink\": \"avant-avant\", \"statistics\": {\"tracks\": {\"favorited\": 27, \"total\": 424}, \"followers\": 80}, \"title\": \"Avant-Avant\", \"url\": \"http://avant-avant.net\", \"profiles\": {\"twitter\": \"@avant_avant\", \"facebook\": \"http://www.facebook.com/pages/Avant-Avant/339977747660\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1576?api-key=<api-key>\", \"genres\": [\"electronic\", \"remix\", \"under 2000 listeners\"]}, {\"about\": \"THINk MUSIK! \\u2605 we \\u2112\\u2134\\u0475\\u212f Disco, Indie Rock & Electronic Music.\\r\\n\\r\\nWe\\u2019re a bunch of people living in Mexico City looking for more cool people from all around the world.\\r\\n\\r\\nWe\\u2019ve set up an agency that focuses mainly in producing music events and parties that currently dictate some of the tendencies in Mexico City, we usually work with different kinds of people, including friends and partners while others simply join us for single projects.\\r\\n\", \"updated_at\": \"2012-09-25T11:38:47\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4320/rocketsmusik_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4320, \"permalink\": \"rocket-musik\", \"statistics\": {\"tracks\": {\"favorited\": 24, \"total\": 275}, \"followers\": 34}, \"title\": \"Rocket Musik\", \"url\": \"http://rocketsmusik.com/\", \"profiles\": {\"twitter\": \"@ROCKETSmusik\", \"facebook\": \"http://www.facebook.com/rocketsmusik\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4320?api-key=<api-key>\", \"genres\": [\"electronic\", \"remix\", \"minimal\"]}, {\"about\": \"Tiny Mix Tapes is an online music and film magazine with news, reviews, features, and hot replica watches.\", \"updated_at\": \"2012-09-25T17:31:17\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/589/tinymixtapes_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 589, \"permalink\": \"tiny-mix-tapes\", \"statistics\": {\"tracks\": {\"favorited\": 43, \"total\": 1158}, \"followers\": 209}, \"title\": \"Tiny Mix Tapes\", \"url\": \"http://www.tinymixtapes.com/\", \"profiles\": {\"twitter\": \"@tinymixtapes\", \"facebook\": \"http://www.facebook.com/tinymixtapes\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:589?api-key=<api-key>\", \"genres\": [\"experimental\", \"electronic\", \"indie\"]}]"
25
+ http_version:
26
+ recorded_at: Tue, 25 Sep 2012 20:54:41 GMT
27
+ - request:
28
+ method: get
29
+ uri: http://api.shuffler.fm/v1/blogs?api-key=<api-key>&filter=featured&page=2
30
+ body:
31
+ string: ""
32
+ headers:
33
+ Accept:
34
+ - "*/*"
35
+ response:
36
+ status:
37
+ code: 200
38
+ message: OK
39
+ headers:
40
+ Server:
41
+ - TornadoServer/2.4
42
+ Content-Type:
43
+ - application/json
44
+ Content-Length:
45
+ - "2"
46
+ body:
47
+ string: "[]"
48
+ http_version:
49
+ recorded_at: Tue, 25 Sep 2012 20:54:41 GMT
50
+ - request:
51
+ method: get
52
+ uri: http://api.shuffler.fm/v1/blogs/1?api-key=<api-key>
53
+ body:
54
+ string: ""
55
+ headers:
56
+ Accept:
57
+ - "*/*"
58
+ response:
59
+ status:
60
+ code: 200
61
+ message: OK
62
+ headers:
63
+ Server:
64
+ - TornadoServer/2.4
65
+ Content-Type:
66
+ - application/json
67
+ Content-Length:
68
+ - "542"
69
+ body:
70
+ string: "{\"about\": \"\", \"updated_at\": \"2012-09-23T23:19:38\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1/tsururadio_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1, \"permalink\": \"tsururadio\", \"statistics\": {\"tracks\": {\"favorited\": 1, \"total\": 453}, \"followers\": 21}, \"title\": \"tsururadio\", \"url\": \"http://tsururadio.com\", \"profiles\": {\"twitter\": \"@tsururadio\", \"facebook\": \"http://facebook.com/tsururadio\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1?api-key=<api-key>\", \"genres\": [\"indie\", \"folk\", \"indie rock\"]}"
71
+ http_version:
72
+ recorded_at: Tue, 25 Sep 2012 20:54:41 GMT
73
+ - request:
74
+ method: get
75
+ uri: http://api.shuffler.fm/v1/blogs/0?api-key=<api-key>
76
+ body:
77
+ string: ""
78
+ headers:
79
+ Accept:
80
+ - "*/*"
81
+ response:
82
+ status:
83
+ code: 404
84
+ message: NOT FOUND
85
+ headers:
86
+ Server:
87
+ - TornadoServer/2.4
88
+ Content-Type:
89
+ - text/html; charset=utf-8
90
+ Content-Length:
91
+ - "0"
92
+ body:
93
+ string: ""
94
+ http_version:
95
+ recorded_at: Tue, 25 Sep 2012 20:54:41 GMT
96
+ - request:
97
+ method: get
98
+ uri: http://api.shuffler.fm/v1/blogs?api-key=<api-key>&page=1&q=queen
99
+ body:
100
+ string: ""
101
+ headers:
102
+ Accept:
103
+ - "*/*"
104
+ response:
105
+ status:
106
+ code: 200
107
+ message: OK
108
+ headers:
109
+ Server:
110
+ - TornadoServer/2.4
111
+ Content-Type:
112
+ - application/json
113
+ Content-Length:
114
+ - "2"
115
+ body:
116
+ string: "[]"
117
+ http_version:
118
+ recorded_at: Tue, 25 Sep 2012 20:54:41 GMT
119
+ - request:
120
+ method: get
121
+ uri: http://api.shuffler.fm/v1/blogs?api-key=<api-key>&page=3&q=queen
122
+ body:
123
+ string: ""
124
+ headers:
125
+ Accept:
126
+ - "*/*"
127
+ response:
128
+ status:
129
+ code: 200
130
+ message: OK
131
+ headers:
132
+ Server:
133
+ - TornadoServer/2.4
134
+ Content-Type:
135
+ - application/json
136
+ Content-Length:
137
+ - "2"
138
+ body:
139
+ string: "[]"
140
+ http_version:
141
+ recorded_at: Tue, 25 Sep 2012 20:54:42 GMT
142
+ - request:
143
+ method: get
144
+ uri: http://api.shuffler.fm/v1/blogs?api-key=<api-key>&page=1
145
+ body:
146
+ string: ""
147
+ headers:
148
+ Accept:
149
+ - "*/*"
150
+ response:
151
+ status:
152
+ code: 200
153
+ message: OK
154
+ headers:
155
+ Server:
156
+ - TornadoServer/2.4
157
+ Content-Type:
158
+ - application/json
159
+ Content-Length:
160
+ - "30010"
161
+ body:
162
+ string: "[{\"about\": \"a music blog for music's sake\", \"updated_at\": \"2012-09-24T00:21:22\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2311/mindfulearful_large.png\", \"width\": 240, \"height\": 240}], \"id\": 2311, \"permalink\": \"a-mindful-earful\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 20}, \"followers\": 0}, \"title\": \"A Mindful Earful\", \"url\": \"http://mindfulearful.wordpress.com\", \"profiles\": {\"twitter\": \"@MindfulEarful\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2311?api-key=<api-key>\", \"genres\": [\"indie\", \"dream pop\", \"indie pop\"]}, {\"about\": \"On A New Band A Day you\\u2019ll find - huh! - a new band a day posted for you to investigate. Keep it simple, stupid.\", \"updated_at\": \"2012-09-25T14:08:30\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2220/ANBADlogolargeSquare300_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2220, \"permalink\": \"a-new-band-a-day\", \"statistics\": {\"tracks\": {\"favorited\": 9, \"total\": 272}, \"followers\": 4}, \"title\": \"A New Band A Day!\", \"url\": \"http://www.anewbandaday.com\", \"profiles\": {\"twitter\": \"@anewbandaday\", \"facebook\": \"http://www.facebook.com/pages/A-New-Band-A-Day/327544365645?v=info&ref=ts\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2220?api-key=<api-key>\", \"genres\": [\"indie\", \"ambient\", \"experimental\"]}, {\"about\": \"A Pocket Full Of Seeds is a UK music blog run by 2 brothers about every genre under the sun.\", \"updated_at\": \"2012-09-09T18:48:50\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1533/large icon fried egg_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1533, \"permalink\": \"a-pocket-full-of-seeds\", \"statistics\": {\"tracks\": {\"favorited\": 36, \"total\": 360}, \"followers\": 18}, \"title\": \"A Pocket Full Of Seeds\", \"url\": \"http://apocketfullofseeds.com\", \"profiles\": {\"twitter\": \"@SeedPocket\", \"facebook\": \"facebook.com/apocketfullofseeds\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1533?api-key=<api-key>\", \"genres\": [\"electronic\", \"indie\", \"ambient\"]}, {\"about\": \"A celebration of the music, spirit, antecedents and descendants of the post punk era. A mix of classic tracks, forgotten favorites and obscure antiques.\\r\\n\\r\\nThe Top 35 Songs or So of the 80\\u2019s\\r\\n\\r\\nThis is a TJ Mahr tumblr. [Email] \\r\\n\\r\\n Submissions are welcome.\", \"updated_at\": \"2012-09-23T23:17:26\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/77/postpunktumblr_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 77, \"permalink\": \"a-post-punk-tumblr\", \"statistics\": {\"tracks\": {\"favorited\": 1, \"total\": 47}, \"followers\": 23}, \"title\": \"A Post Punk Tumblr\", \"url\": \"http://postpunk.tumblr.com/\", \"profiles\": {\"twitter\": \"@tjmahr\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:77?api-key=<api-key>\", \"genres\": [\"post-punk\", \"classic rock\", \"new wave\"]}, {\"about\": \"Curating the best in popular music and culture - A Proper Opinion is edited and operated by an urban planner that lives in Los Angeles.\", \"updated_at\": \"2012-09-25T11:43:09\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4371/logo_large.png\", \"width\": 240, \"height\": 240}], \"id\": 4371, \"permalink\": \"a-proper-opinion\", \"statistics\": {\"tracks\": {\"favorited\": 19, \"total\": 120}, \"followers\": 1}, \"title\": \"A Proper Opinion\", \"url\": \"http://aproperopinion.com/\", \"profiles\": {\"twitter\": \"@aproperopinion\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4371?api-key=<api-key>\", \"genres\": [\"indie\", \"chillwave\", \"electronic\"]}, {\"about\": \"A Strangely Isolated Place is a music community and label, dedicated to bringing you inspirational electronica and ambient music. Created in 2008, the name of the site wasn\\u2019t picked on the brilliance of Ulrich Schnauss\\u2019 album alone, but also because of the belief that everyone is inspired by their own strangely isolated place. From big to small, from the surreal to the real, from the instantaneous moments to the epic journeys; the music that\\u2019s posted here is what I deem to be the perfect spark, partner or prelude to defining a strangely isolated place.\", \"updated_at\": \"2012-09-25T05:58:24\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2168/twitterlogo_clouds_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2168, \"permalink\": \"a-strangely-isolated-place\", \"statistics\": {\"tracks\": {\"favorited\": 24, \"total\": 339}, \"followers\": 21}, \"title\": \"A Strangely Isolated Place\", \"url\": \"http://astrangelyisolatedplace.com\", \"profiles\": {\"twitter\": \"@asip\", \"facebook\": \"https://www.facebook.com/astrangelyisolatedplace\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2168?api-key=<api-key>\", \"genres\": [\"mixtape\", \"ambient\", \"idm\"]}, {\"about\": \"Truer Sound is a southwest Virginia located music blog. We* cover all music we like, but specifically music with strong roots.\", \"updated_at\": \"2012-09-23T23:14:43\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/153/893512049909944167_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 153, \"permalink\": \"a-truer-sound\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 0}, \"followers\": 0}, \"title\": \"A Truer Sound\", \"url\": \"http://atruersound.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:153?api-key=<api-key>\", \"genres\": []}, {\"about\": \"This tumblr is specifically for EVERYTHING and anything A Day to Remember.\\r\\n\\r\\nIf you have any submissions in relation to A Day to Remember feel free to email all submissions to:FYADTR@yahoo.com\\r\\nor submit here: http://fyadtr.tumblr.com/submit#44\\r\\n \\r\\nIvana\\u2019s TumblrGina\\u2019s Twitterusers online\", \"updated_at\": \"2012-09-23T22:23:59\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1260/fyadtr_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1260, \"permalink\": \"a-tumblr-to-remember\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 126}, \"followers\": 2}, \"title\": \"A Tumblr to Remember!\", \"url\": \"http://fyadtr.tumblr.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1260?api-key=<api-key>\", \"genres\": [\"post-hardcore\", \"acoustic\", \"hardcore\"]}, {\"about\": \"Hip Hop / RnB / Rap / Electronic / Alt Rock / Dustep / Chill / Trill Wave\", \"updated_at\": \"2012-09-25T15:10:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3692/avolta_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3692, \"permalink\": \"a-volta\", \"statistics\": {\"tracks\": {\"favorited\": 41, \"total\": 371}, \"followers\": 7}, \"title\": \"A Volta\", \"url\": \"http://avoltabr.com/\", \"profiles\": {\"twitter\": \"@avoltabr\", \"facebook\": \"http://www.facebook.com/avoltabr\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3692?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"electronic\", \"remix\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-25T12:23:37\", \"images\": [], \"id\": 4648, \"permalink\": \"boom-bap\", \"statistics\": {\"tracks\": {\"favorited\": 29, \"total\": 203}, \"followers\": 3}, \"title\": \"A Warped Exercise in Listening\", \"url\": \"http://boom-bap.tumblr.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4648?api-key=<api-key>\", \"genres\": [\"dubstep\", \"electronic\", \"remix\"]}, {\"about\": \"Just another WordPress weblog\", \"updated_at\": \"2012-09-24T19:14:27\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2058/djatrak_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2058, \"permalink\": \"atrak-fatfree-since-1982\", \"statistics\": {\"tracks\": {\"favorited\": 2, \"total\": 67}, \"followers\": 5}, \"title\": \"A-Trak : Fat-free since 1982!\", \"url\": \"http://djatrak.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2058?api-key=<api-key>\", \"genres\": [\"\", \"rock\", \"remix\"]}, {\"about\": \"All Things Good in Entertainmnet Media Fashion and Music\", \"updated_at\": \"2012-09-25T19:21:52\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1198/2011_LOGO_SMALL_invert_large.png\", \"width\": 240, \"height\": 240}], \"id\": 1198, \"permalink\": \"a07-entertainment-media\", \"statistics\": {\"tracks\": {\"favorited\": 35, \"total\": 1230}, \"followers\": 3}, \"title\": \"A07 Entertainment & Media\", \"url\": \"http://risea07.com\", \"profiles\": {\"twitter\": \"@a07ENT\", \"facebook\": \"http://www.facebook.com/SocalofSD\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1198?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"experimental\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-24T22:05:38\", \"images\": [], \"id\": 2300, \"permalink\": \"a1hiphop-4-years-and-running\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 1049}, \"followers\": 2}, \"title\": \"A1HipHop 4 Years And Running\", \"url\": \"http://a1hh.com/wordpress\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2300?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"rnb\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-24T00:00:27\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3284/abeano_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3284, \"permalink\": \"abeano\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 107}, \"followers\": 7}, \"title\": \"ABEANO\", \"url\": \"http://www.abeano.com\", \"profiles\": {\"twitter\": \"@abeano\", \"facebook\": \"http://www.facebook.com/abeanomusic\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3284?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"mixtape\"]}, {\"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\"]}, {\"about\": \"Just like being there! Country music news, videos, exclusive interviews, artist bios, concert tickets, concert photos, concert reviews, and more\", \"updated_at\": \"2012-09-23T22:42:19\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/820/179622695220616064_large.png\", \"width\": 240, \"height\": 240}], \"id\": 820, \"permalink\": \"acountrycom-country-music-news\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 0}, \"followers\": 0}, \"title\": \"ACountry.com :: Country Music News\", \"url\": \"http://www.acountry.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:820?api-key=<api-key>\", \"genres\": []}, {\"about\": null, \"updated_at\": \"2012-09-24T00:16:36\", \"images\": [], \"id\": 2437, \"permalink\": \"adamhoek\", \"statistics\": {\"tracks\": {\"favorited\": 1, \"total\": 34}, \"followers\": 0}, \"title\": \"ADAMHOEK\", \"url\": \"http://www.adamhoek.com\", \"profiles\": {\"twitter\": \"@adamhoekmusic\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2437?api-key=<api-key>\", \"genres\": [\"singer-songwriter\", \"indie\", \"female vocalists\"]}, {\"about\": \"AJANAKU was founded by Maurice Ajanaku to talk about the latest creative trends in fashion, design, art, music, and more, while seeking to inspire an international readership.\", \"updated_at\": \"2012-09-24T05:29:24\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/40/ajanaku_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 40, \"permalink\": \"ajanaku\", \"statistics\": {\"tracks\": {\"favorited\": 1, \"total\": 21}, \"followers\": 5}, \"title\": \"AJANAKU\", \"url\": \"http://ajanaku.com/\", \"profiles\": {\"twitter\": \"@majanaku\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:40?api-key=<api-key>\", \"genres\": [\"\", \"mixtape\", \"house\"]}, {\"about\": null, \"updated_at\": \"2012-09-24T00:10:22\", \"images\": [], \"id\": 2625, \"permalink\": \"ak-jigga\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 81}, \"followers\": 4}, \"title\": \"AK JIGGA\", \"url\": \"http://akjigga.com\", \"profiles\": {\"twitter\": \"@akjigga\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2625?api-key=<api-key>\", \"genres\": [\"remix\", \"hip-hop\", \"indie pop\"]}, {\"about\": \"Music & Art Beyond Comparison\", \"updated_at\": \"2012-09-23T22:10:01\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1629/alarmpress_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1629, \"permalink\": \"alarm-press\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 285}, \"followers\": 4}, \"title\": \"ALARM Press\", \"url\": \"http://alarmpress.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1629?api-key=<api-key>\", \"genres\": [\"electronic\", \"indie\", \"folk\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-24T16:18:38\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/610/amthenfm_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 610, \"permalink\": \"am-then-fm\", \"statistics\": {\"tracks\": {\"favorited\": 10, \"total\": 132}, \"followers\": 7}, \"title\": \"AM, Then FM\", \"url\": \"http://amthenfm.wordpress.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:610?api-key=<api-key>\", \"genres\": [\"comedy\", \"funk\", \"jazz\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-23T23:47:16\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3834/ampsoul_large.png\", \"width\": 240, \"height\": 240}], \"id\": 3834, \"permalink\": \"ampsoul\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 12}, \"followers\": 0}, \"title\": \"AMPSOUL\", \"url\": \"http://ampsoul.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3834?api-key=<api-key>\", \"genres\": [\"\", \"glitch-hop\", \"remix\"]}, {\"about\": \"666\", \"updated_at\": \"2012-09-23T22:18:36\", \"images\": [], \"id\": 1389, \"permalink\": \"analogholiday-paul-nguyen\", \"statistics\": {\"tracks\": {\"favorited\": 4, \"total\": 22}, \"followers\": 0}, \"title\": \"ANALOGHOLIDAY [PAUL NGUYEN]\", \"url\": \"http://analogholiday.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1389?api-key=<api-key>\", \"genres\": [\"female vocalists\", \"cover\", \"electronic\"]}, {\"about\": \"my name\\u2019s meghan ellie smith. i created this here tumblr to allow you to benefit from my quest for musical gooodness. if you can dig that, then you can dig this & i can dig youuu.\\r\\n\\r\\nsend me your tunes: meghanellie@gmail.com\\r\\n\\r\\n\\r\\n\\r\\nvar sc_project=6393069; \\r\\nvar sc_invisible=1; \\r\\nvar sc_security=\\\"60d7976a\\\";\", \"updated_at\": \"2012-09-24T00:22:43\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2273/antleredpigeons_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2273, \"permalink\": \"antlered-pigeons\", \"statistics\": {\"tracks\": {\"favorited\": 5, \"total\": 93}, \"followers\": 3}, \"title\": \"ANTLERED PIGEONS\", \"url\": \"http://antleredpigeons.tumblr.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2273?api-key=<api-key>\", \"genres\": [\"folk\", \"indie\", \"indie pop\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-23T23:26:05\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4573/AO-AO_copy_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4573, \"permalink\": \"aoaoblog\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 6}, \"followers\": 1}, \"title\": \"AO-AO\", \"url\": \"http://aoaoblog.wordpress.com\", \"profiles\": {\"twitter\": \"@aoaoblog\", \"facebook\": \"https://www.facebook.com/pages/AO-AO/249298377616\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4573?api-key=<api-key>\", \"genres\": [\"future garage\", \"electronic\", \"beats\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-23T23:27:20\", \"images\": [], \"id\": 4548, \"permalink\": \"aor-disco\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 27}, \"followers\": 1}, \"title\": \"AOR DISCO\", \"url\": \"http://aordisco.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4548?api-key=<api-key>\", \"genres\": [\"remix\", \"classic rock\", \"mixtape\"]}, {\"about\": \"News, Reviews, Interviews, and Photos!\", \"updated_at\": \"2012-09-25T08:12:16\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1145/apeshit_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1145, \"permalink\": \"apeshit-an-extreme-metal-webzine\", \"statistics\": {\"tracks\": {\"favorited\": 2, \"total\": 178}, \"followers\": 0}, \"title\": \"APESHIT - An Extreme Metal Webzine\", \"url\": \"http://www.apeshit.org\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1145?api-key=<api-key>\", \"genres\": [\"grindcore\", \"thrash metal\", \"black metal\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-25T15:14:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4506/AU_logo_2012_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4506, \"permalink\": \"aumagazine\", \"statistics\": {\"tracks\": {\"favorited\": 18, \"total\": 227}, \"followers\": 3}, \"title\": \"AU Magazine\", \"url\": \"http://iheartau.com\", \"profiles\": {\"twitter\": \"@aumagazine\", \"facebook\": \"https://www.facebook.com/aumagazine\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4506?api-key=<api-key>\", \"genres\": [\"indie\", \"richter collective\", \"electronic\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-25T02:17:17\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4434/577206_218495601587131_218490264920998_268418_1402482774_n_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4434, \"permalink\": \"avassalle\", \"statistics\": {\"tracks\": {\"favorited\": 11, \"total\": 141}, \"followers\": 2}, \"title\": \"AVASSALLE\", \"url\": \"http://avassalle.blogspot.com/\", \"profiles\": {\"twitter\": \"@Avassalle\", \"facebook\": \"https://www.facebook.com/avassalle.nw\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4434?api-key=<api-key>\", \"genres\": [\"remix\", \"house\", \"instrumental hip-hop\"]}, {\"about\": \"A Toronto-based mp3 blog w/ daily reviews, albums, concerts etc.\", \"updated_at\": \"2012-09-23T23:19:16\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/19/awmusic_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 19, \"permalink\": \"awmusic\", \"statistics\": {\"tracks\": {\"favorited\": 21, \"total\": 510}, \"followers\": 27}, \"title\": \"AWmusic\", \"url\": \"http://awmusic.ca\", \"profiles\": {\"twitter\": \"@awmusicblog\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:19?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"hip-hop\"]}, {\"about\": \"A World of Visual and Auditory Delights!\", \"updated_at\": \"2012-09-23T23:03:56\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/314/azltron_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 314, \"permalink\": \"azltron\", \"statistics\": {\"tracks\": {\"favorited\": 10, \"total\": 217}, \"followers\": 0}, \"title\": \"AZLTRON\", \"url\": \"http://blog.azltron.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:314?api-key=<api-key>\", \"genres\": [\"indie\", \"new wave\", \"minimal electronic\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-25T14:38:46\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3886/abouttoblow_large.png\", \"width\": 240, \"height\": 240}], \"id\": 3886, \"permalink\": \"about-to-blow\", \"statistics\": {\"tracks\": {\"favorited\": 7, \"total\": 146}, \"followers\": 1}, \"title\": \"About To Blow\", \"url\": \"http://www.abouttoblow.com/\", \"profiles\": {\"twitter\": \"@AboutToBlowBlog\", \"facebook\": \"http://www.facebook.com/pages/AbouttoBlowcom/191176280963928\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3886?api-key=<api-key>\", \"genres\": [\"electronic\", \"hip-hop\", \"house\"]}, {\"about\": \"Le Frenglish mp3blog about Swedish music\", \"updated_at\": \"2012-09-23T23:25:21\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/774/absolutnoise_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 774, \"permalink\": \"absolut-noise\", \"statistics\": {\"tracks\": {\"favorited\": 3, \"total\": 172}, \"followers\": 4}, \"title\": \"Absolut Noise\", \"url\": \"http://www.absolutnoise.com\", \"profiles\": {\"twitter\": \"@absolutnoise\", \"facebook\": \"http://www.facebook.com/absolutnoise\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:774?api-key=<api-key>\", \"genres\": [\"electronic\", \"indie\", \"electroclash\"]}, {\"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\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-24T00:01:52\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3260/header_antialgorithms_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3260, \"permalink\": \"accuradio-blog\", \"statistics\": {\"tracks\": {\"favorited\": 1, \"total\": 26}, \"followers\": 0}, \"title\": \"AccuRadio Blog\", \"url\": \"http://accuradio1.blogspot.com/\", \"profiles\": {\"twitter\": \"@accuradio\", \"facebook\": \"http://www.facebook.com/accuradio\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3260?api-key=<api-key>\", \"genres\": [\"classic rock\", \"rock\", \"mixtape\"]}, {\"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\"]}, {\"about\": \"Love + Lunacy + Lust: A Magazine of My Mind\", \"updated_at\": \"2012-09-25T12:48:57\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1210/luna_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1210, \"permalink\": \"achtung-baby\", \"statistics\": {\"tracks\": {\"favorited\": 115, \"total\": 645}, \"followers\": 40}, \"title\": \"Achtung Baby!\", \"url\": \"http://luna.typepad.com/weblog/\", \"profiles\": {\"twitter\": \"@achtungbabyblog\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1210?api-key=<api-key>\", \"genres\": [\"rock\", \"indie\", \"female vocalists\"]}, {\"about\": null, \"updated_at\": \"2012-09-24T00:03:57\", \"images\": [], \"id\": 3170, \"permalink\": \"acura-articles\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 0}, \"followers\": 0}, \"title\": \"Acura Articles\", \"url\": \"http://nashvillenights.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3170?api-key=<api-key>\", \"genres\": []}, {\"about\": \"\", \"updated_at\": \"2012-09-25T16:21:28\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1184/addictmusic_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1184, \"permalink\": \"addict-music\", \"statistics\": {\"tracks\": {\"favorited\": 18, \"total\": 601}, \"followers\": 13}, \"title\": \"Addict Music\", \"url\": \"http://www.addictmusic.co.uk\", \"profiles\": {\"twitter\": \"@addictmusic\", \"facebook\": \"https://www.facebook.com/addictmusicuk\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1184?api-key=<api-key>\", \"genres\": [\"remix\", \"folk\", \"indie\"]}, {\"about\": \"Musical thoughts from the open road, with headphones on\", \"updated_at\": \"2012-09-23T22:37:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/950/addictedtovinyl_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 950, \"permalink\": \"addicted-to-vinyl\", \"statistics\": {\"tracks\": {\"favorited\": 0, \"total\": 119}, \"followers\": 4}, \"title\": \"Addicted To Vinyl\", \"url\": \"http://addictedtovinyl.com/blog\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:950?api-key=<api-key>\", \"genres\": [\"acoustic\", \"indie rock\", \"folk\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-25T16:17:22\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1080/adventoutpost._large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1080, \"permalink\": \"advent-outpost\", \"statistics\": {\"tracks\": {\"favorited\": 40, \"total\": 2190}, \"followers\": 21}, \"title\": \"Advent Outpost\", \"url\": \"http://adventoutpost.com\", \"profiles\": {\"twitter\": \"@AdventOutpost\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1080?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"rnb\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-23T22:30:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1117/aerialnoise_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1117, \"permalink\": \"aerial-noise\", \"statistics\": {\"tracks\": {\"favorited\": 165, \"total\": 4088}, \"followers\": 60}, \"title\": \"Aerial Noise\", \"url\": \"http://www.aerialnoise.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1117?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"house\"]}, {\"about\": \"Featuring the best sounds of independent pop culture. Inspired to release world-conscious music and flying over only the highest quility production, with a playlist of indie,dubstep, and electro. Explore and discover you\\u2019re soon to be favorites and verge upon a blast of futuristic sounds and beyond.For every genuine work of art has as much reason for being as the earth and the sun.\", \"updated_at\": \"2012-09-23T23:33:22\", \"images\": [], \"id\": 4381, \"permalink\": \"aessos\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 0}, \"followers\": 0}, \"title\": \"Aessos\", \"url\": \"http://aessos.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4381?api-key=<api-key>\", \"genres\": []}, {\"about\": \"melodic & melancholic\", \"updated_at\": \"2012-09-23T22:47:08\", \"images\": [], \"id\": 708, \"permalink\": \"alankomaat\", \"statistics\": {\"tracks\": {\"favorited\": 13, \"total\": 61}, \"followers\": 5}, \"title\": \"Alankomaat\", \"url\": \"http://www.alankomaat.org/\", \"profiles\": {\"twitter\": \"@henrico\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:708?api-key=<api-key>\", \"genres\": [\"indie\", \"folk\", \"singer-songwriter\"]}, {\"about\": \"Insight and opinions about Alizee. A little something for everyone, including Alizee\", \"updated_at\": \"2012-09-24T00:29:15\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2105/alizee_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2105, \"permalink\": \"alizee-nation\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 189}, \"followers\": 1}, \"title\": \"Alizee Nation\", \"url\": \"http://alizee-music.blogspot.com/\", \"profiles\": {\"twitter\": \"@AlizeeNation\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2105?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"nice\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-25T10:12:34\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1520/allaboutjazz_large.png\", \"width\": 240, \"height\": 240}], \"id\": 1520, \"permalink\": \"all-about-jazz\", \"statistics\": {\"tracks\": {\"favorited\": 41, \"total\": 829}, \"followers\": 12}, \"title\": \"All About Jazz\", \"url\": \"http://www.allaboutjazz.com\", \"profiles\": {\"twitter\": \"@AllAboutJazz\", \"facebook\": \"http://www.facebook.com/allaboutjazz\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1520?api-key=<api-key>\", \"genres\": [\"jazz\", \"indie\", \"fusion\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-23T23:28:31\", \"images\": [], \"id\": 4505, \"permalink\": \"all-frank-everything\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 0}, \"followers\": 1}, \"title\": \"All Frank Everything\", \"url\": \"http://www.frankiefrank.co.uk/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4505?api-key=<api-key>\", \"genres\": []}, {\"about\": \"\", \"updated_at\": \"2012-09-24T00:01:58\", \"images\": [], \"id\": 3255, \"permalink\": \"all-our-noise\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 11}, \"followers\": 0}, \"title\": \"All Our Noise\", \"url\": \"http://www.allournoise.com\", \"profiles\": {\"twitter\": \"@allournoise\", \"facebook\": \"http://www.facebook.com/group.php?gid=47602332120\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3255?api-key=<api-key>\", \"genres\": [\"ambient\", \"singer-songwriter\", \"synth pop\"]}, {\"about\": \"ALL SCANDINAVIAN is dedicated to Scandinavian music and run by two Danish journalists, who believe themselves competent to filter your needs when it comes to the cool and thriving music scenes in Norway, Sweden, Finland, Denmark, Iceland and the Faroe Islands.\\r\\n\\r\\n\", \"updated_at\": \"2012-09-25T14:36:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3264/Screen shot 2012-02-27 at 6.21.31 PM_large.png\", \"width\": 240, \"height\": 240}], \"id\": 3264, \"permalink\": \"all-scandanavian\", \"statistics\": {\"tracks\": {\"favorited\": 43, \"total\": 436}, \"followers\": 4}, \"title\": \"All Scandanavian \", \"url\": \"http://allscandinavian.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3264?api-key=<api-key>\", \"genres\": [\"electronic\", \"indie\", \"drum and bass\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-23T23:21:22\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4691/asc_hd_large.gif\", \"width\": 240, \"height\": 240}], \"id\": 4691, \"permalink\": \"all-songs-considered-blog\", \"statistics\": {\"tracks\": {\"favorited\": 5, \"total\": 34}, \"followers\": 5}, \"title\": \"All Songs Considered Blog\", \"url\": \"http://www.npr.org/blogs/allsongs/\", \"profiles\": {\"twitter\": \"@nprmusic\", \"facebook\": \"http://www.facebook.com/nprmusic\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4691?api-key=<api-key>\", \"genres\": [\"drone\", \"ambient\", \"krautrock\"]}]"
163
+ http_version:
164
+ recorded_at: Tue, 25 Sep 2012 20:55:17 GMT
165
+ - request:
166
+ method: get
167
+ uri: http://api.shuffler.fm/v1/blogs?api-key=<api-key>&page=2
168
+ body:
169
+ string: ""
170
+ headers:
171
+ Accept:
172
+ - "*/*"
173
+ response:
174
+ status:
175
+ code: 200
176
+ message: OK
177
+ headers:
178
+ Server:
179
+ - TornadoServer/2.4
180
+ Content-Type:
181
+ - application/json
182
+ Content-Length:
183
+ - "30811"
184
+ body:
185
+ string: "[{\"about\": \"Music and culture.\", \"updated_at\": \"2012-09-25T20:32:13\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2199/allthingsgomusic_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2199, \"permalink\": \"all-things-go\", \"statistics\": {\"tracks\": {\"favorited\": 150, \"total\": 1730}, \"followers\": 86}, \"title\": \"All Things Go\", \"url\": \"http://allthingsgomusic.com\", \"profiles\": {\"twitter\": \"@AllThingsGo\", \"facebook\": \"facebook.com/allthingsgomusic\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2199?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"remix\"]}, {\"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\"]}, {\"about\": \"Une poign\\u00e9e de Soul, une pinc\\u00e9e de Pop, quelques cuill\\u00e8res de R&B; , le tout saupoudr\\u00e9 de Hip Hop et enrob\\u00e9 de Culture\", \"updated_at\": \"2012-09-24T00:20:20\", \"images\": [], \"id\": 2333, \"permalink\": \"all-you-need-is-soul\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 24}, \"followers\": 0}, \"title\": \"All You Need Is Soul\", \"url\": \"http://www.allyouneedissoul.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2333?api-key=<api-key>\", \"genres\": [\"classic rock\", \"blues\", \"female vocalists\"]}, {\"about\": \"romantic howls with narcotic nudges\", \"updated_at\": \"2012-09-24T21:14:14\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2256/alleveryone_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2256, \"permalink\": \"all-everyone-united\", \"statistics\": {\"tracks\": {\"favorited\": 27, \"total\": 2444}, \"followers\": 32}, \"title\": \"All, Everyone, United\", \"url\": \"http://alleveryone.blogspot.com/\", \"profiles\": {\"twitter\": \"@All_Everyone\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2256?api-key=<api-key>\", \"genres\": [\"\", \"electronic\", \"dubstep\"]}, {\"about\": \"Allure of Sound is a music blog reporting on all things pop, dance and electronic from around the world. The site is run by myself, Jared \\u2013 an avid music fan and all around nice guy.\\r\\n\\r\\n\", \"updated_at\": \"2012-09-24T10:59:43\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4337/394783_294511297280595_208791305852595_687546_1707587137_n_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4337, \"permalink\": \"allure-of-music\", \"statistics\": {\"tracks\": {\"favorited\": 87, \"total\": 467}, \"followers\": 7}, \"title\": \"Allure of Music\", \"url\": \"http://www.allureofsound.com/\", \"profiles\": {\"twitter\": null, \"facebook\": \"http://www.facebook.com/AllureOfSound\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4337?api-key=<api-key>\", \"genres\": [\"pop\", \"remix\", \"electronic\"]}, {\"about\": \"Almost Mainstream is a podcast, radio show, and blog. It hunts down fresh new music from around the internet every week and shares it with you, the listener. It skews towards electro-pop, Canadian indie rock, and hip-hop, but not really.\", \"updated_at\": \"2012-09-23T23:53:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3520/12142_239338370020_239338005020_4656988_893269_n_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3520, \"permalink\": \"almost-mainstream\", \"statistics\": {\"tracks\": {\"favorited\": 18, \"total\": 48}, \"followers\": 4}, \"title\": \"Almost Mainstream\", \"url\": \"http://almostmainstream.com/\", \"profiles\": {\"twitter\": \"@almstmnstrm\", \"facebook\": \"http://www.facebook.com/almostmainstream?ref=mf\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3520?api-key=<api-key>\", \"genres\": [\"mixtape\", \"indie\", \"reggae\"]}, {\"about\": \"Alt Press:\", \"updated_at\": \"2012-09-25T19:35:31\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1552/altpress_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1552, \"permalink\": \"alt-press\", \"statistics\": {\"tracks\": {\"favorited\": 75, \"total\": 2272}, \"followers\": 18}, \"title\": \"Alt Press\", \"url\": \"http://www.altpress.com/news/entry/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1552?api-key=<api-key>\", \"genres\": [\"emo\", \"hardcore\", \"post-hardcore\"]}, {\"about\": \"Music news, tour dates, and reviews.\", \"updated_at\": \"2012-09-23T23:16:30\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/100/249662274436815169_large.png\", \"width\": 240, \"height\": 240}], \"id\": 100, \"permalink\": \"altuk\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 33}, \"followers\": 3}, \"title\": \"Alt-UK\", \"url\": \"http://www.alt-uk.net\", \"profiles\": {\"twitter\": \"@altukdotnet\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:100?api-key=<api-key>\", \"genres\": [\"jazz\", \"soul\", \"indie rock\"]}, {\"about\": \"Music, Fashion and Entertainment\", \"updated_at\": \"2012-09-23T23:10:31\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/238/alwayzfunkyfresh_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 238, \"permalink\": \"alwayzfunkyfreshcom\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 216}, \"followers\": 8}, \"title\": \"AlwayzFunkyFresh.com\", \"url\": \"http://www.alwayzfunkyfresh.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:238?api-key=<api-key>\", \"genres\": [\"soul\", \"hip-hop\", \"r&b\"]}, {\"about\": \"Daily Nu Disco, Disco House and many other funky sound data particles for your groovy needings. \", \"updated_at\": \"2012-09-23T23:53:02\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3525/223047_132592650166062_132591336832860_200860_5933933_n_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3525, \"permalink\": \"ambient-data\", \"statistics\": {\"tracks\": {\"favorited\": 6, \"total\": 106}, \"followers\": 1}, \"title\": \"Ambient Data\", \"url\": \"http://ambientdata.org/\", \"profiles\": {\"twitter\": null, \"facebook\": \"http://www.facebook.com/AmbientData\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3525?api-key=<api-key>\", \"genres\": [\"remix\", \"electro\", \"electronic\"]}, {\"about\": \"MPLIFYDESTROY are a group of individuals with a shared love of music, cool parties, art and design. We bring old and new friends together for the hottest music from around the globe\", \"updated_at\": \"2012-09-23T23:54:14\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3464/417315_360956870601924_119755674722046_1116272_1503524525_n_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3464, \"permalink\": \"amplify-destroy\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 0}, \"followers\": 0}, \"title\": \"Amplify Destroy\", \"url\": \"http://www.amplifydestroy.com/ad/music.htm\", \"profiles\": {\"twitter\": null, \"facebook\": \"http://www.facebook.com/pages/AmplifyDestroy/119755674722046\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3464?api-key=<api-key>\", \"genres\": []}, {\"about\": \"\", \"updated_at\": \"2012-09-24T00:05:27\", \"images\": [], \"id\": 3117, \"permalink\": \"amplify-this-1\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 1}, \"followers\": 0}, \"title\": \"Amplify This!\", \"url\": \"http://amplifythis.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3117?api-key=<api-key>\", \"genres\": [\"indie\"]}, {\"about\": \"For the love of music.\\n\\nWebsiteFlickrTwitterFacebook\", \"updated_at\": \"2012-09-23T22:09:59\", \"images\": [], \"id\": 1630, \"permalink\": \"amplify-this\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 1}, \"followers\": 0}, \"title\": \"Amplify This!\", \"url\": \"http://amplify-this.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1630?api-key=<api-key>\", \"genres\": [\"folk\", \"indie\", \"indie rock\"]}, {\"about\": \"The Blogging equivalent of an acid tattoo scare\", \"updated_at\": \"2012-09-23T22:47:24\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/702/anidiotsguidetodreaming_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 702, \"permalink\": \"an-idiots-guide-to-dreaming\", \"statistics\": {\"tracks\": {\"favorited\": 39, \"total\": 182}, \"followers\": 4}, \"title\": \"An Idiot's Guide to Dreaming\", \"url\": \"http://loki23.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:702?api-key=<api-key>\", \"genres\": [\"electronic\", \"experimental\", \"post-rock\"]}, {\"about\": \"Part Chicago, part Seattle - music, art and culture weblog. Est. 2005.\", \"updated_at\": \"2012-09-24T04:56:36\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1244/analoggiant_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1244, \"permalink\": \"analog-giant\", \"statistics\": {\"tracks\": {\"favorited\": 16, \"total\": 509}, \"followers\": 14}, \"title\": \"Analog Giant\", \"url\": \"http://analoggiant.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1244?api-key=<api-key>\", \"genres\": [\"remix\", \"house\", \"electronic\"]}, {\"about\": \"Generally casual thoughts on albums, songs, musicians, music news, concerts and visual artists.\", \"updated_at\": \"2012-09-24T00:16:38\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2434/andre-sider-af-jackson-rag-iii_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2434, \"permalink\": \"andre-sider-af-jackson-a-ragg-iii\", \"statistics\": {\"tracks\": {\"favorited\": 10, \"total\": 229}, \"followers\": 3}, \"title\": \"Andre Sider af Jackson A. Ragg III\", \"url\": \"http://andresider.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2434?api-key=<api-key>\", \"genres\": [\"rock\", \"post-punk\", \"punk\"]}, {\"about\": \"A little bit of this, and a little bit of that. These are the things I like. \\r\\n\\r\\nYou can also find me at Got a Girl Crush.\\r\\n\\r\\n\\r\\nHere are the ways to reach me:email | twitter\\r\\n\\r\\nHere are some other fun stuff:flickr | last.fm | pinterest | svpply\\r\\n\\r\\n\\r\\n\\r\\nHere are some mixtapes for you:and more\\u2026\\r\\n\\r\\n\\r\\nvar gaJsHost = ((\\\"https:\\\" == document.location.protocol) ? \\\"https://ssl.\\\" : \\\"http://www.\\\");\\r\\ndocument.write(unescape(\\\"%3Cscript src='\\\" + gaJsHost + \\\"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\\\"));\\r\\n\\r\\ntry {\\r\\nvar pageTracker = _gat._getTracker(\\\"UA-10332437-2\\\");\\r\\npageTracker._trackPageview();\\r\\n} catch(err) {}\", \"updated_at\": \"2012-09-23T22:43:35\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/801/andreainspired_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 801, \"permalink\": \"andrea-inspired\", \"statistics\": {\"tracks\": {\"favorited\": 2, \"total\": 104}, \"followers\": 2}, \"title\": \"Andrea Inspired >>\", \"url\": \"http://andreainspired.tumblr.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:801?api-key=<api-key>\", \"genres\": [\"ambient\", \"lo-fi\", \"mad alice halloween\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-24T21:09:04\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4935/AMP2012Packshot_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 4935, \"permalink\": \"annie-mac-presents\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 14}, \"followers\": 0}, \"title\": \"Annie Mac Presents\", \"url\": \"http://www.anniemacpresents.com/\", \"profiles\": {\"twitter\": \"@anniemacdj\", \"facebook\": \"http://www.facebook.com/anniemac\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4935?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"disco\"]}, {\"about\": \"---Dedicated To Promoting and Keeping The LP Alive---\", \"updated_at\": \"2012-09-24T00:19:18\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2359/anotherdyingartform_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 2359, \"permalink\": \"another-dying-artform\", \"statistics\": {\"tracks\": {\"favorited\": 26, \"total\": 654}, \"followers\": 2}, \"title\": \"Another Dying Artform...\", \"url\": \"http://anotherdyingartform.com/\", \"profiles\": {\"twitter\": \"@anotherdyingart\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2359?api-key=<api-key>\", \"genres\": [\"indie\", \"electronic\", \"experimental\"]}, {\"about\": \"Anthem - Homepage (RSS Feed)\", \"updated_at\": \"2012-09-23T22:09:57\", \"images\": [], \"id\": 1631, \"permalink\": \"anthem-homepage\", \"statistics\": {\"tracks\": {\"favorited\": 1, \"total\": 38}, \"followers\": 1}, \"title\": \"Anthem - Homepage\", \"url\": \"http://anthemmagazine.com/updates/all\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1631?api-key=<api-key>\", \"genres\": [\"hardcore\", \"electronic\", \"hard rock\"]}, {\"about\": \"I wake up in the morning to get people excited about music. I do this with a team and a website.\", \"updated_at\": \"2012-09-23T22:45:03\", \"images\": [], \"id\": 764, \"permalink\": \"anthony-volodkin-is-fascinated\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 13}, \"followers\": 0}, \"title\": \"Anthony Volodkin is Fascinated\", \"url\": \"http://fascinated.fm/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:764?api-key=<api-key>\", \"genres\": [\"space rock\", \"shoegaze\", \"electronic\"]}, {\"about\": \"Ants in My Trance\", \"updated_at\": \"2012-09-23T22:50:08\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/618/aim_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 618, \"permalink\": \"ants-in-my-trance\", \"statistics\": {\"tracks\": {\"favorited\": 1, \"total\": 688}, \"followers\": 8}, \"title\": \"Ants in My Trance\", \"url\": \"http://aimt.us/blog/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:618?api-key=<api-key>\", \"genres\": [\"electronic\", \"dubstep\", \"hip-hop\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-24T00:22:27\", \"images\": [], \"id\": 2280, \"permalink\": \"apathetic-arousal\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 83}, \"followers\": 15}, \"title\": \"Apathetic Arousal\", \"url\": \"http://apatheticarousal.tumblr.com/\", \"profiles\": {\"twitter\": \"@apathyarouse\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2280?api-key=<api-key>\", \"genres\": [\"instrumental hip-hop\", \"minimal\", \"dream pop\"]}, {\"about\": \"We present various sounds from independent, up and coming, and all kind of great artist in hip-hop, contemporary soul, jazz, electronica, and experimental music\", \"updated_at\": \"2012-09-23T22:34:10\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1022/logoajb_large.png\", \"width\": 240, \"height\": 240}], \"id\": 1022, \"permalink\": \"apple-juice-break\", \"statistics\": {\"tracks\": {\"favorited\": 15, \"total\": 60}, \"followers\": 3}, \"title\": \"Apple Juice Break\", \"url\": \"http://applejbreak.blogspot.com/\", \"profiles\": {\"twitter\": \"@AppleJuiceBBlog\", \"facebook\": \"http://www.facebook.com/AppleJuiceBreakBlog\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1022?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"hip hop\"]}, {\"about\": \"An eclectic, independent audio blog featuring daily music, reviews, featured, MP3s, sessions, interviews and more.\", \"updated_at\": \"2012-09-25T19:11:41\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/436/quariumdrunkard_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 436, \"permalink\": \"aquarium-drunkard\", \"statistics\": {\"tracks\": {\"favorited\": 18, \"total\": 230}, \"followers\": 205}, \"title\": \"Aquarium Drunkard\", \"url\": \"http://www.aquariumdrunkard.com\", \"profiles\": {\"twitter\": \"@aquadrunkard\", \"facebook\": \"https://www.facebook.com/pages/Aquarium-Drunkard/370693383415\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:436?api-key=<api-key>\", \"genres\": [\"indie rock\", \"americana\", \"indie\"]}, {\"about\": \"Song of the Day Music Tumblr with free music downloads, album art and insight.\", \"updated_at\": \"2012-09-23T23:33:40\", \"images\": [], \"id\": 4367, \"permalink\": \"are-of-the-song\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 0}, \"followers\": 0}, \"title\": \"Are of the Song\", \"url\": \"http://artofthesong.tumblr.com/\", \"profiles\": {\"twitter\": null, \"facebook\": \"http://www.facebook.com/ArtoftheSongblog\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4367?api-key=<api-key>\", \"genres\": []}, {\"about\": \"specializing in music of the \\\"long seventies\\\"\", \"updated_at\": \"2012-09-23T22:24:49\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1237/artdecade_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1237, \"permalink\": \"art-decade\", \"statistics\": {\"tracks\": {\"favorited\": 12, \"total\": 216}, \"followers\": 12}, \"title\": \"Art Decade\", \"url\": \"http://artdecade.blogspot.com/\", \"profiles\": {\"twitter\": \"@artdecade\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1237?api-key=<api-key>\", \"genres\": [\"reggae\", \"classic rock\", \"80s\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-25T18:26:39\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/21/ashleyoutrageous_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 21, \"permalink\": \"ashley-outrageous\", \"statistics\": {\"tracks\": {\"favorited\": 29, \"total\": 6548}, \"followers\": 45}, \"title\": \"Ashley Outrageous\", \"url\": \"http://ashleyoutrageous.com\", \"profiles\": {\"twitter\": \"@aoutrageous\", \"facebook\": \"http://www.facebook.com/AshleyOutrageous\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:21?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"hip hop\"]}, {\"about\": \"Go Big Or Go Home\", \"updated_at\": \"2012-09-25T17:08:23\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/751/asianmandan_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 751, \"permalink\": \"asian-dan\", \"statistics\": {\"tracks\": {\"favorited\": 50, \"total\": 308}, \"followers\": 13}, \"title\": \"Asian Dan\", \"url\": \"http://www.asianmandan.com/blog\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:751?api-key=<api-key>\", \"genres\": [\"electronic\", \"remix\", \"\"]}, {\"about\": \"Curren$y &amp; Wiz Khalifa. jets international. taylor gang\", \"updated_at\": \"2012-09-25T18:56:58\", \"images\": [], \"id\": 584, \"permalink\": \"ask-how-fly\", \"statistics\": {\"tracks\": {\"favorited\": 10, \"total\": 436}, \"followers\": 3}, \"title\": \"Ask How Fly\", \"url\": \"http://www.askhowfly.com/music/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:584?api-key=<api-key>\", \"genres\": [\"hip hop\", \"hip-hop\", \"rap\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-25T12:19:06\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/45/ataricoolkidsforever_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 45, \"permalink\": \"ataricoolkids\", \"statistics\": {\"tracks\": {\"favorited\": 44, \"total\": 1517}, \"followers\": 21}, \"title\": \"AtariCoolKids \", \"url\": \"http://ataricoolkidsforever.blogspot.com/\", \"profiles\": {\"twitter\": \"@ataricoolkids\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:45?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"hip-hop\"]}, {\"about\": \"Normal Town. Now that's an ironic name.\", \"updated_at\": \"2012-09-23T22:42:39\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/810/531391926749430556_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 810, \"permalink\": \"athens-music-junkie\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 115}, \"followers\": 5}, \"title\": \"Athens Music Junkie\", \"url\": \"http://www.athensmusicjunkie.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:810?api-key=<api-key>\", \"genres\": [\"rock\", \"southern rock\", \"athens\"]}, {\"about\": \"Music, Movies and all that Remains\", \"updated_at\": \"2012-09-23T22:09:54\", \"images\": [], \"id\": 1632, \"permalink\": \"athens66\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 34}, \"followers\": 0}, \"title\": \"Athens66\", \"url\": \"http://www.athens66.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1632?api-key=<api-key>\", \"genres\": [\"folk\", \"aor\", \"rap\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-23T23:16:38\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/96/atl_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 96, \"permalink\": \"atlantaurbanmix\", \"statistics\": {\"tracks\": {\"favorited\": 3, \"total\": 261}, \"followers\": 7}, \"title\": \"AtlantaUrbanMix\", \"url\": \"http://atlantaurbanmix.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:96?api-key=<api-key>\", \"genres\": [\"rap\", \"hip-hop\", \"under 2000 listeners\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-23T22:32:55\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1062/attorneyst_com_large.png\", \"width\": 240, \"height\": 240}], \"id\": 1062, \"permalink\": \"attorney-street\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 29}, \"followers\": 0}, \"title\": \"Attorney Street\", \"url\": \"http://www.attorneyst.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1062?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"rap\", \"dubstep\"]}, {\"about\": \"First of all things Au Remixe means Gold Remixes,now leggo,AR is a remix music blog made by the founders at THE MUSIC ROVER dedicated to all our party people.\\r\\n\\r\\nThe music here are usually remixes,dance anthems and possibly everything that makes your booty shuffle,so if your grandma has hip problems,please keep her away from all this,and we aint being sarcastic,just being helpful,all puns intended. \", \"updated_at\": \"2012-09-23T23:38:34\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4299/JP Boneyard_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4299, \"permalink\": \"au-remixes\", \"statistics\": {\"tracks\": {\"favorited\": 20, \"total\": 82}, \"followers\": 2}, \"title\": \"Au Remixe\", \"url\": \"http://auremixes.tumblr.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4299?api-key=<api-key>\", \"genres\": [\"remix\", \"electronic\", \"house\"]}, {\"about\": \"\", \"updated_at\": \"2012-09-23T23:40:45\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4212/AA-Events-Logo_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4212, \"permalink\": \"audio-absinthe-music\", \"statistics\": {\"tracks\": {\"favorited\": 5, \"total\": 38}, \"followers\": 0}, \"title\": \"Audio Absinthe - Music\", \"url\": \"http://audioabsinthe.com/blog\", \"profiles\": {\"twitter\": \"@audioabsinthe\", \"facebook\": \"http://facebook.com/audioabsinthe\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4212?api-key=<api-key>\", \"genres\": [\"hip-hop\", \"remix\", \"mixtape\"]}, {\"about\": \"A Collection Of Sounds\", \"updated_at\": \"2012-09-24T00:25:49\", \"images\": [], \"id\": 2192, \"permalink\": \"audio-log\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 56}, \"followers\": 0}, \"title\": \"Audio Log\", \"url\": \"http://audio.dailym.net\", \"profiles\": {\"twitter\": \"@differentieel\", \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2192?api-key=<api-key>\", \"genres\": [\"noise\", \"ambient\", \"instrumental\"]}, {\"about\": \"AudioCred provides you with insightful, intelligent writing about music, past and present. We\\u2019ve got essentials, new album reviews, playlists, the latest news, and plenty of bones to pick with mainstream music websites. We want you to have access to quality, interactive content in every post you read here \\u2013 streaming mp3s, videos, and playlists. We are here to enlighten and entertain.\", \"updated_at\": \"2012-09-25T19:34:50\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/4314/audiocred_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 4314, \"permalink\": \"audiocred\", \"statistics\": {\"tracks\": {\"favorited\": 82, \"total\": 540}, \"followers\": 9}, \"title\": \"AudioCred\", \"url\": \"http://www.audiocred.com/\", \"profiles\": {\"twitter\": null, \"facebook\": \"http://www.facebook.com/pages/AudioCred/141070709275931\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:4314?api-key=<api-key>\", \"genres\": [\"indie\", \"hip-hop\", \"remix\"]}, {\"about\": \"A blog for rare, possibly overlooked, maybe forgotten gems of music with a emphasis on electronic and indie genres.\", \"updated_at\": \"2012-09-25T08:57:32\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1152/audiodrums_com_large.jpeg\", \"width\": 240, \"height\": 240}], \"id\": 1152, \"permalink\": \"audiodrums\", \"statistics\": {\"tracks\": {\"favorited\": 34, \"total\": 477}, \"followers\": 20}, \"title\": \"AudioDrums\", \"url\": \"http://www.audiodrums.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1152?api-key=<api-key>\", \"genres\": [\"electronic\", \"new wave\", \"indie\"]}, {\"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\"]}, {\"about\": \"Ein Musikblog\", \"updated_at\": \"2012-09-23T22:19:40\", \"images\": [], \"id\": 1361, \"permalink\": \"auf-ein-neues-ein-musikblog\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 8}, \"followers\": 0}, \"title\": \"Auf ein neues... (Ein Musikblog)\", \"url\": \"http://uliuli.twoday.net/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1361?api-key=<api-key>\", \"genres\": [\"progressive house\", \"rock\", \"alternative\"]}, {\"about\": \"your favorite music you\\\\'ve never heard\", \"updated_at\": \"2012-09-23T22:27:29\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1181/hdr_aurgasm_us_large.png\", \"width\": 240, \"height\": 240}], \"id\": 1181, \"permalink\": \"aurgasm\", \"statistics\": {\"tracks\": {\"favorited\": 22, \"total\": 108}, \"followers\": 13}, \"title\": \"Aurgasm\", \"url\": \"http://aurgasm.us\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1181?api-key=<api-key>\", \"genres\": [\"folk\", \"jazz\", \"singer-songwriter\"]}, {\"about\": \"Free Australian Music and Links - Australianmusictv.com\", \"updated_at\": \"2012-09-23T22:57:58\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/467/australianmusic_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 467, \"permalink\": \"australian-music\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 0}, \"followers\": 0}, \"title\": \"Australian Music\", \"url\": \"http://australianmusictv.com\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:467?api-key=<api-key>\", \"genres\": []}, {\"about\": \"A daily-curated musical selection.\", \"updated_at\": \"2012-09-25T10:40:42\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/1576/avant-avant_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 1576, \"permalink\": \"avant-avant\", \"statistics\": {\"tracks\": {\"favorited\": 27, \"total\": 424}, \"followers\": 80}, \"title\": \"Avant-Avant\", \"url\": \"http://avant-avant.net\", \"profiles\": {\"twitter\": \"@avant_avant\", \"facebook\": \"http://www.facebook.com/pages/Avant-Avant/339977747660\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1576?api-key=<api-key>\", \"genres\": [\"electronic\", \"remix\", \"under 2000 listeners\"]}, {\"about\": \"Electronic & Hip Hop Music Blog | Deflowering your ears on a daily basis\", \"updated_at\": \"2012-09-24T03:26:26\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/3865/atvlogo_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 3865, \"permalink\": \"avenge-the-virgins\", \"statistics\": {\"tracks\": {\"favorited\": 55, \"total\": 741}, \"followers\": 21}, \"title\": \"Avenge the Virgins\", \"url\": \"http://avengethevirgins.blogspot.com/\", \"profiles\": {\"twitter\": \"@atvirginsmtl\", \"facebook\": \"http://www.facebook.com/avengethevirgins\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3865?api-key=<api-key>\", \"genres\": [\"remix\", \"hip-hop\", \"electronic\"]}, {\"about\": \"Awesome Tapes From Africa\", \"updated_at\": \"2012-09-24T10:03:01\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/527/awesometapesfromafrica_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 527, \"permalink\": \"awesome-tapes-from-africa\", \"statistics\": {\"tracks\": {\"favorited\": 5, \"total\": 279}, \"followers\": 77}, \"title\": \"Awesome Tapes from Africa\", \"url\": \"http://www.awesometapes.com/\", \"profiles\": {\"twitter\": \"@awesometapes\", \"facebook\": \"http://www.facebook.com/awesometapesfromafrica\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:527?api-key=<api-key>\", \"genres\": [\"world\", \"mixtape\", \"jazz\"]}, {\"about\": \"Scottish music blog, that sometimes ventures elsewhere too.\", \"updated_at\": \"2012-09-24T00:14:01\", \"images\": [{\"url\": \"http://assets.shuffler.fm/feeds/2509/ayetunes_large.jpg\", \"width\": 240, \"height\": 240}], \"id\": 2509, \"permalink\": \"aye-tunes\", \"statistics\": {\"tracks\": {\"favorited\": 29, \"total\": 488}, \"followers\": 1}, \"title\": \"Aye Tunes\", \"url\": \"http://blog.ayetunes.org.uk/\", \"profiles\": {\"twitter\": \"@ayetunes\", \"facebook\": \"http://www.facebook.com/AyeTunes\"}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:2509?api-key=<api-key>\", \"genres\": [\"rock\", \"electronic\", \"alternative\"]}, {\"about\": \"Music blog from Reykjavik, Iceland.\", \"updated_at\": \"2012-09-23T22:30:25\", \"images\": [], \"id\": 1109, \"permalink\": \"btown-hit-parade\", \"statistics\": {\"tracks\": {\"favorited\": 2, \"total\": 31}, \"followers\": 0}, \"title\": \"B-Town Hit Parade\", \"url\": \"http://breidholt.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:1109?api-key=<api-key>\", \"genres\": [\"mixtape\", \"jazz\", \"electronic\"]}, {\"about\": null, \"updated_at\": \"2012-09-24T00:04:29\", \"images\": [], \"id\": 3148, \"permalink\": \"bangers-and-trash\", \"statistics\": {\"tracks\": {\"favorited\": null, \"total\": 39}, \"followers\": 0}, \"title\": \"BANGERS AND TRASH\", \"url\": \"http://bangersandtrash.blogspot.com/\", \"profiles\": {\"twitter\": null, \"facebook\": null}, \"channel_url\": \"http://api.shuffler.fm/v1/channels/blog:3148?api-key=<api-key>\", \"genres\": [\"indie\", \"indie rock\", \"chamber pop\"]}]"
186
+ http_version:
187
+ recorded_at: Tue, 25 Sep 2012 20:55:17 GMT