jammed 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. data/.gitignore +6 -0
  2. data/.rspec +1 -0
  3. data/.travis.yml +3 -0
  4. data/Gemfile +10 -0
  5. data/LICENSE +22 -0
  6. data/README.md +54 -0
  7. data/Rakefile +44 -0
  8. data/examples/basics.rb +60 -0
  9. data/lib/jammed/base.rb +182 -0
  10. data/lib/jammed/followers.rb +36 -0
  11. data/lib/jammed/following.rb +36 -0
  12. data/lib/jammed/jams.rb +34 -0
  13. data/lib/jammed/likes.rb +32 -0
  14. data/lib/jammed/people_search.rb +55 -0
  15. data/lib/jammed/person.rb +32 -0
  16. data/lib/jammed/popular_jams.rb +14 -0
  17. data/lib/jammed/suggested_people.rb +14 -0
  18. data/lib/jammed/user.rb +158 -0
  19. data/lib/jammed/version.rb +4 -0
  20. data/lib/jammed.rb +28 -0
  21. data/spec/jammed/base_spec.rb +90 -0
  22. data/spec/jammed/followers_spec.rb +55 -0
  23. data/spec/jammed/following_spec.rb +55 -0
  24. data/spec/jammed/jams_spec.rb +53 -0
  25. data/spec/jammed/likes_spec.rb +51 -0
  26. data/spec/jammed/people_search_spec.rb +79 -0
  27. data/spec/jammed/person_spec.rb +38 -0
  28. data/spec/jammed/popular_jams_spec.rb +23 -0
  29. data/spec/jammed/suggested_people_spec.rb +18 -0
  30. data/spec/jammed/user_spec.rb +205 -0
  31. data/spec/sample_responses/followers.json +1495 -0
  32. data/spec/sample_responses/followers_affinity.json +1495 -0
  33. data/spec/sample_responses/followers_date.json +1281 -0
  34. data/spec/sample_responses/followers_name.json +0 -0
  35. data/spec/sample_responses/following.json +1495 -0
  36. data/spec/sample_responses/following_affinity.json +1495 -0
  37. data/spec/sample_responses/following_date.json +1406 -0
  38. data/spec/sample_responses/following_name.json +1406 -0
  39. data/spec/sample_responses/jams.json +620 -0
  40. data/spec/sample_responses/jams_past.json +602 -0
  41. data/spec/sample_responses/likes.json +1106 -0
  42. data/spec/sample_responses/likes_current.json +224 -0
  43. data/spec/sample_responses/likes_past.json +1106 -0
  44. data/spec/sample_responses/person.json +44 -0
  45. data/spec/sample_responses/popular.json +364 -0
  46. data/spec/sample_responses/search_artist.json +1377 -0
  47. data/spec/sample_responses/search_name.json +55 -0
  48. data/spec/sample_responses/search_track.json +1333 -0
  49. data/spec/sample_responses/suggested_people.json +1427 -0
  50. data/spec/spec_helper.rb +18 -0
  51. metadata +189 -0
@@ -0,0 +1,1495 @@
1
+ {
2
+ "list": {
3
+ "hasMore": true,
4
+ "next": "http://api.thisismyjam.com/1/IFTFOM/following.json?order=affinity&page=2&key=987bcab01b929eb2c07877b224215c92"
5
+ },
6
+ "people": [
7
+ {
8
+ "apiUrl": "http://api.thisismyjam.com/1/irisopris.json?key=987bcab01b929eb2c07877b224215c92",
9
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_b1888e5e44e0c611d5c3442414573a51_128.bmp",
10
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_b1888e5e44e0c611d5c3442414573a51_small.bmp",
11
+ "bio": "witchcraft today",
12
+ "facebookID": "597766698",
13
+ "followedDate": "Tue, 18 Oct 2011 11:48:18 +0000",
14
+ "followers": "http://api.thisismyjam.com/1/irisopris/followers.json?key=987bcab01b929eb2c07877b224215c92",
15
+ "followersCount": 56,
16
+ "following": "http://api.thisismyjam.com/1/irisopris/following.json?key=987bcab01b929eb2c07877b224215c92",
17
+ "followingCount": 38,
18
+ "fullname": "iris equinox",
19
+ "hasCurrentJam": false,
20
+ "jamCount": 28,
21
+ "joinedDate": "Wed, 12 Oct 2011 22:23:24 +0000",
22
+ "lastfmName": "dotdotdash",
23
+ "name": "irisopris",
24
+ "representativeArtists": [
25
+ "E.Gold (feat. Alexis)",
26
+ "Steve Moore",
27
+ "I Start Counting",
28
+ "65daysofstatic (feat. Robert Smith)"
29
+ ],
30
+ "url": "http://www.thisismyjam.com/irisopris"
31
+ },
32
+ {
33
+ "apiUrl": "http://api.thisismyjam.com/1/seanbethard.json?key=987bcab01b929eb2c07877b224215c92",
34
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_748be3f15f267c772aac14009c238b3a_128.jpg",
35
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_748be3f15f267c772aac14009c238b3a_small.jpg",
36
+ "bio": "",
37
+ "facebookID": "1229559092",
38
+ "followedDate": "Mon, 14 Nov 2011 22:25:35 +0000",
39
+ "followers": "http://api.thisismyjam.com/1/seanbethard/followers.json?key=987bcab01b929eb2c07877b224215c92",
40
+ "followersCount": 51,
41
+ "following": "http://api.thisismyjam.com/1/seanbethard/following.json?key=987bcab01b929eb2c07877b224215c92",
42
+ "followingCount": 50,
43
+ "fullname": "Sean Bethard",
44
+ "hasCurrentJam": true,
45
+ "jamCount": 32,
46
+ "joinedDate": "Tue, 11 Oct 2011 21:22:03 +0000",
47
+ "lastfmName": "slbethard",
48
+ "name": "seanbethard",
49
+ "representativeArtists": [
50
+ "Rude 66",
51
+ "Clams Casino",
52
+ "Justin Faust",
53
+ "Model Man"
54
+ ],
55
+ "twitterName": "seanbethard",
56
+ "url": "http://www.thisismyjam.com/seanbethard"
57
+ },
58
+ {
59
+ "apiUrl": "http://api.thisismyjam.com/1/NisaMishap.json?key=987bcab01b929eb2c07877b224215c92",
60
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_b321c2d934d7cdcdb18c89789b803e87_128.jpg",
61
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_b321c2d934d7cdcdb18c89789b803e87_small.jpg",
62
+ "bio": "A droning engine",
63
+ "followedDate": "Mon, 10 Oct 2011 18:44:01 +0000",
64
+ "followers": "http://api.thisismyjam.com/1/NisaMishap/followers.json?key=987bcab01b929eb2c07877b224215c92",
65
+ "followersCount": 120,
66
+ "following": "http://api.thisismyjam.com/1/NisaMishap/following.json?key=987bcab01b929eb2c07877b224215c92",
67
+ "followingCount": 19,
68
+ "fullname": "Nisa",
69
+ "hasCurrentJam": true,
70
+ "jamCount": 32,
71
+ "joinedDate": "Fri, 30 Sep 2011 16:02:21 +0000",
72
+ "lastfmName": "NisaMishap",
73
+ "name": "NisaMishap",
74
+ "representativeArtists": [
75
+ "She Past Away",
76
+ "Max & Intro",
77
+ "Charanjit Singh",
78
+ "Kavinsky"
79
+ ],
80
+ "twitterName": "NisaMishap",
81
+ "url": "http://www.thisismyjam.com/NisaMishap"
82
+ },
83
+ {
84
+ "apiUrl": "http://api.thisismyjam.com/1/_ralph.json?key=987bcab01b929eb2c07877b224215c92",
85
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_1376a33a9c6199abe44b9f798cc5481e_128.jpg",
86
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_1376a33a9c6199abe44b9f798cc5481e_small.jpg",
87
+ "bio": "Wouldn't it make sense to have some kind of search on this is my jam?",
88
+ "facebookID": "648020340",
89
+ "followedDate": "Tue, 06 Sep 2011 09:30:57 +0000",
90
+ "followers": "http://api.thisismyjam.com/1/_ralph/followers.json?key=987bcab01b929eb2c07877b224215c92",
91
+ "followersCount": 1183,
92
+ "following": "http://api.thisismyjam.com/1/_ralph/following.json?key=987bcab01b929eb2c07877b224215c92",
93
+ "followingCount": 376,
94
+ "fullname": "Ralph",
95
+ "hasCurrentJam": true,
96
+ "jamCount": 37,
97
+ "joinedDate": "Tue, 30 Aug 2011 09:45:09 +0000",
98
+ "lastfmName": "PinkCutter",
99
+ "name": "_ralph",
100
+ "representativeArtists": [
101
+ "Prince",
102
+ "Paul Simon",
103
+ "Whitney Houston",
104
+ "Orchestral Manoeuvres in the Dark"
105
+ ],
106
+ "twitterName": "_ralph",
107
+ "url": "http://www.thisismyjam.com/_ralph"
108
+ },
109
+ {
110
+ "apiUrl": "http://api.thisismyjam.com/1/deepdisco.json?key=987bcab01b929eb2c07877b224215c92",
111
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_a472d3c0a718667a5e1d99f93520187e_128.png",
112
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_a472d3c0a718667a5e1d99f93520187e_small.png",
113
+ "bio": "Toronto, Canada",
114
+ "facebookID": "612380321",
115
+ "followedDate": "Fri, 13 Jan 2012 21:08:36 +0000",
116
+ "followers": "http://api.thisismyjam.com/1/deepdisco/followers.json?key=987bcab01b929eb2c07877b224215c92",
117
+ "followersCount": 112,
118
+ "following": "http://api.thisismyjam.com/1/deepdisco/following.json?key=987bcab01b929eb2c07877b224215c92",
119
+ "followingCount": 61,
120
+ "fullname": "Jason Stanley",
121
+ "hasCurrentJam": true,
122
+ "jamCount": 59,
123
+ "joinedDate": "Thu, 01 Dec 2011 13:34:54 +0000",
124
+ "name": "deepdisco",
125
+ "representativeArtists": [
126
+ "Orlando Johnson & Trance",
127
+ "Z Factor",
128
+ "Tony Silvester & The New Ingredient",
129
+ "Was (Not Was)"
130
+ ],
131
+ "twitterName": "deepdisko",
132
+ "url": "http://www.thisismyjam.com/deepdisco"
133
+ },
134
+ {
135
+ "apiUrl": "http://api.thisismyjam.com/1/erkjlvk.json?key=987bcab01b929eb2c07877b224215c92",
136
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_37251a87a938847e578043683a180b8b_128.gif",
137
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_37251a87a938847e578043683a180b8b_small.gif",
138
+ "bio": "Robot grooves, outer space disko and miserablist machine melodramas.",
139
+ "facebookID": "650051259",
140
+ "followedDate": "Thu, 01 Dec 2011 21:32:45 +0000",
141
+ "followers": "http://api.thisismyjam.com/1/erkjlvk/followers.json?key=987bcab01b929eb2c07877b224215c92",
142
+ "followersCount": 143,
143
+ "following": "http://api.thisismyjam.com/1/erkjlvk/following.json?key=987bcab01b929eb2c07877b224215c92",
144
+ "followingCount": 73,
145
+ "fullname": "Erik J",
146
+ "hasCurrentJam": false,
147
+ "jamCount": 26,
148
+ "joinedDate": "Fri, 30 Sep 2011 17:49:10 +0000",
149
+ "lastfmName": "sharevari",
150
+ "name": "erkjlvk",
151
+ "representativeArtists": [
152
+ "Manolo",
153
+ "EOD",
154
+ "Pyramids With Nadja",
155
+ "Koreless"
156
+ ],
157
+ "url": "http://www.thisismyjam.com/erkjlvk"
158
+ },
159
+ {
160
+ "apiUrl": "http://api.thisismyjam.com/1/boxelderMO.json?key=987bcab01b929eb2c07877b224215c92",
161
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_9601bb71744f16aed605590d43948d3e_128.jpg",
162
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_9601bb71744f16aed605590d43948d3e_small.jpg",
163
+ "bio": "",
164
+ "followedDate": "Mon, 14 Nov 2011 22:25:10 +0000",
165
+ "followers": "http://api.thisismyjam.com/1/boxelderMO/followers.json?key=987bcab01b929eb2c07877b224215c92",
166
+ "followersCount": 32,
167
+ "following": "http://api.thisismyjam.com/1/boxelderMO/following.json?key=987bcab01b929eb2c07877b224215c92",
168
+ "followingCount": 40,
169
+ "fullname": "Box Elder",
170
+ "hasCurrentJam": false,
171
+ "jamCount": 25,
172
+ "joinedDate": "Sun, 13 Nov 2011 21:31:43 +0000",
173
+ "name": "boxelderMO",
174
+ "representativeArtists": [
175
+ "The Gizmos",
176
+ "Domina",
177
+ "Alex Chilton",
178
+ "Calcinator"
179
+ ],
180
+ "twitterName": "boxelderMO",
181
+ "url": "http://www.thisismyjam.com/boxelderMO"
182
+ },
183
+ {
184
+ "apiUrl": "http://api.thisismyjam.com/1/ndreasa.json?key=987bcab01b929eb2c07877b224215c92",
185
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_457204b5c0ebb77e0b8238bd96d7d6e6_128.jpg",
186
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_457204b5c0ebb77e0b8238bd96d7d6e6_small.jpg",
187
+ "bio": "Backend on thisismyjam.com",
188
+ "followedDate": "Mon, 12 Sep 2011 21:58:52 +0000",
189
+ "followers": "http://api.thisismyjam.com/1/ndreasa/followers.json?key=987bcab01b929eb2c07877b224215c92",
190
+ "followersCount": 417,
191
+ "following": "http://api.thisismyjam.com/1/ndreasa/following.json?key=987bcab01b929eb2c07877b224215c92",
192
+ "followingCount": 204,
193
+ "fullname": "Andreas Jansson",
194
+ "hasCurrentJam": true,
195
+ "jamCount": 65,
196
+ "joinedDate": "Fri, 09 Sep 2011 15:22:52 +0000",
197
+ "name": "ndreasa",
198
+ "representativeArtists": [
199
+ "Echo & the Bunnymen",
200
+ "Powerplant / Steve Reich",
201
+ "Julia Wolfe",
202
+ "J.S. Bach"
203
+ ],
204
+ "twitterName": "ndreasa",
205
+ "url": "http://www.thisismyjam.com/ndreasa"
206
+ },
207
+ {
208
+ "apiUrl": "http://api.thisismyjam.com/1/LiteralKid.json?key=987bcab01b929eb2c07877b224215c92",
209
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_1e7080586c306f78174463ffe73ceaf3_128.jpg",
210
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_1e7080586c306f78174463ffe73ceaf3_small.jpg",
211
+ "bio": "Hi-tops, Japanese sportscars of the 1980s, transmedia narrative, ambiguous endings, lists",
212
+ "facebookID": "619421315",
213
+ "followedDate": "Mon, 23 Jan 2012 14:44:37 +0000",
214
+ "followers": "http://api.thisismyjam.com/1/LiteralKid/followers.json?key=987bcab01b929eb2c07877b224215c92",
215
+ "followersCount": 29,
216
+ "following": "http://api.thisismyjam.com/1/LiteralKid/following.json?key=987bcab01b929eb2c07877b224215c92",
217
+ "followingCount": 25,
218
+ "fullname": "Robb Green",
219
+ "hasCurrentJam": true,
220
+ "jamCount": 19,
221
+ "joinedDate": "Wed, 14 Dec 2011 21:07:56 +0000",
222
+ "name": "LiteralKid",
223
+ "representativeArtists": [
224
+ "Yeah Yeah Yeahs",
225
+ "Neil Young",
226
+ "Prince",
227
+ "Crystal Castles"
228
+ ],
229
+ "twitterName": "LiteralKid",
230
+ "url": "http://www.thisismyjam.com/LiteralKid"
231
+ },
232
+ {
233
+ "apiUrl": "http://api.thisismyjam.com/1/janfagernas.json?key=987bcab01b929eb2c07877b224215c92",
234
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_7cfc6fba145e77e896efb71af5292738_128.jpg",
235
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_7cfc6fba145e77e896efb71af5292738_small.jpg",
236
+ "bio": "Adult Contemporary",
237
+ "facebookID": "587341275",
238
+ "followedDate": "Mon, 21 Nov 2011 11:43:34 +0000",
239
+ "followers": "http://api.thisismyjam.com/1/janfagernas/followers.json?key=987bcab01b929eb2c07877b224215c92",
240
+ "followersCount": 27,
241
+ "following": "http://api.thisismyjam.com/1/janfagernas/following.json?key=987bcab01b929eb2c07877b224215c92",
242
+ "followingCount": 29,
243
+ "fullname": "Jan Fagernas",
244
+ "hasCurrentJam": false,
245
+ "jamCount": 19,
246
+ "joinedDate": "Fri, 18 Nov 2011 12:34:05 +0000",
247
+ "name": "janfagernas",
248
+ "representativeArtists": [
249
+ "Tim Cappello",
250
+ "Asia",
251
+ "Eddie Murphy",
252
+ "Cocteau Twins"
253
+ ],
254
+ "twitterName": "janfagernas",
255
+ "url": "http://www.thisismyjam.com/janfagernas"
256
+ },
257
+ {
258
+ "apiUrl": "http://api.thisismyjam.com/1/marthadear.json?key=987bcab01b929eb2c07877b224215c92",
259
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_0d95c2dce62573a949987cb005da9abe_128.jpg",
260
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_0d95c2dce62573a949987cb005da9abe_small.jpg",
261
+ "bio": "music adorer / art lover / sociable nerdette / feminista / papergirlberlin / slutwalkberlin \u2013 if the apocalypse comes, beep me!",
262
+ "facebookID": "1112364813",
263
+ "followedDate": "Tue, 08 Nov 2011 16:43:37 +0000",
264
+ "followers": "http://api.thisismyjam.com/1/marthadear/followers.json?key=987bcab01b929eb2c07877b224215c92",
265
+ "followersCount": 955,
266
+ "following": "http://api.thisismyjam.com/1/marthadear/following.json?key=987bcab01b929eb2c07877b224215c92",
267
+ "followingCount": 77,
268
+ "fullname": "anne",
269
+ "hasCurrentJam": true,
270
+ "jamCount": 42,
271
+ "joinedDate": "Sat, 08 Oct 2011 18:35:52 +0000",
272
+ "lastfmName": "marthadear",
273
+ "name": "marthadear",
274
+ "representativeArtists": [
275
+ "Peter Gabriel",
276
+ "Cyndi Lauper",
277
+ "Jon Convex",
278
+ "France Gall"
279
+ ],
280
+ "twitterName": "marthadear",
281
+ "url": "http://www.thisismyjam.com/marthadear"
282
+ },
283
+ {
284
+ "apiUrl": "http://api.thisismyjam.com/1/matt_speaks.json?key=987bcab01b929eb2c07877b224215c92",
285
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_b2ce6d7bfd5146b035f445ea9a2240d1_128.jpg",
286
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_b2ce6d7bfd5146b035f445ea9a2240d1_small.jpg",
287
+ "bio": "Designer @IDEO\r\n \r\nMy past jams on Spotify: http://open.spotify.com/user/storiesandmusic/playlist/71GYUOhRVU1wXmZzPUczPp",
288
+ "followedDate": "Wed, 12 Oct 2011 17:02:33 +0000",
289
+ "followers": "http://api.thisismyjam.com/1/matt_speaks/followers.json?key=987bcab01b929eb2c07877b224215c92",
290
+ "followersCount": 105,
291
+ "following": "http://api.thisismyjam.com/1/matt_speaks/following.json?key=987bcab01b929eb2c07877b224215c92",
292
+ "followingCount": 40,
293
+ "fullname": "Matt Cooper",
294
+ "hasCurrentJam": true,
295
+ "jamCount": 36,
296
+ "joinedDate": "Sat, 08 Oct 2011 16:28:27 +0000",
297
+ "name": "matt_speaks",
298
+ "representativeArtists": [
299
+ "A Guy Called Gerald",
300
+ "Giorgio Moroder",
301
+ "New Order",
302
+ "Japan"
303
+ ],
304
+ "twitterName": "matt_speaks",
305
+ "url": "http://www.thisismyjam.com/matt_speaks"
306
+ },
307
+ {
308
+ "apiUrl": "http://api.thisismyjam.com/1/functiontelechy.json?key=987bcab01b929eb2c07877b224215c92",
309
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_21a593a41e5d58240343e35f58e73248_128.jpg",
310
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_21a593a41e5d58240343e35f58e73248_small.jpg",
311
+ "bio": "Machine learner, music retriever",
312
+ "followedDate": "Wed, 30 Nov -001 00:00:00 +0000",
313
+ "followers": "http://api.thisismyjam.com/1/functiontelechy/followers.json?key=987bcab01b929eb2c07877b224215c92",
314
+ "followersCount": 97,
315
+ "following": "http://api.thisismyjam.com/1/functiontelechy/following.json?key=987bcab01b929eb2c07877b224215c92",
316
+ "followingCount": 142,
317
+ "fullname": "brianmcfee",
318
+ "hasCurrentJam": true,
319
+ "jamCount": 53,
320
+ "joinedDate": "Tue, 04 Oct 2011 14:07:25 +0000",
321
+ "lastfmName": "brianmcfee",
322
+ "name": "functiontelechy",
323
+ "representativeArtists": [
324
+ "RushJet1",
325
+ "Speed Caravan",
326
+ "Laika & The Cosmonauts",
327
+ "Tortoise"
328
+ ],
329
+ "twitterName": "functiontelechy",
330
+ "url": "http://www.thisismyjam.com/functiontelechy"
331
+ },
332
+ {
333
+ "apiUrl": "http://api.thisismyjam.com/1/zoelazarus.json?key=987bcab01b929eb2c07877b224215c92",
334
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_b18467181e4ecf358cea7dab9f440987_128.jpg",
335
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_b18467181e4ecf358cea7dab9f440987_small.jpg",
336
+ "bio": "Future Ideas Person. Old Hand. Occasional DJ, Influencer. Gallerist. Music, Art & Culture Enthusiast",
337
+ "followedDate": "Tue, 14 Feb 2012 01:10:54 +0000",
338
+ "followers": "http://api.thisismyjam.com/1/zoelazarus/followers.json?key=987bcab01b929eb2c07877b224215c92",
339
+ "followersCount": 91,
340
+ "following": "http://api.thisismyjam.com/1/zoelazarus/following.json?key=987bcab01b929eb2c07877b224215c92",
341
+ "followingCount": 116,
342
+ "fullname": "Zoe Lazarus",
343
+ "hasCurrentJam": true,
344
+ "jamCount": 20,
345
+ "joinedDate": "Thu, 12 Jan 2012 09:54:09 +0000",
346
+ "name": "zoelazarus",
347
+ "representativeArtists": [
348
+ "Freeez",
349
+ "Ren\u00e9 & Angela",
350
+ "The Jones Girls",
351
+ "Scott Walker"
352
+ ],
353
+ "twitterName": "zoelazarus",
354
+ "url": "http://www.thisismyjam.com/zoelazarus"
355
+ },
356
+ {
357
+ "apiUrl": "http://api.thisismyjam.com/1/yesquite.json?key=987bcab01b929eb2c07877b224215c92",
358
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_ea8d85a7f3f04952fd4c3f17fe610c89_128.jpg",
359
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_ea8d85a7f3f04952fd4c3f17fe610c89_small.jpg",
360
+ "bio": "Exactly like Gandhi, but with eating",
361
+ "followedDate": "Wed, 16 Nov 2011 22:53:07 +0000",
362
+ "followers": "http://api.thisismyjam.com/1/yesquite/followers.json?key=987bcab01b929eb2c07877b224215c92",
363
+ "followersCount": 132,
364
+ "following": "http://api.thisismyjam.com/1/yesquite/following.json?key=987bcab01b929eb2c07877b224215c92",
365
+ "followingCount": 76,
366
+ "fullname": "Teighlor Darr",
367
+ "hasCurrentJam": true,
368
+ "jamCount": 50,
369
+ "joinedDate": "Wed, 19 Oct 2011 16:42:34 +0000",
370
+ "name": "yesquite",
371
+ "representativeArtists": [
372
+ "Jupiter",
373
+ "Active Child",
374
+ "CSLSX",
375
+ "Hal Incandenza"
376
+ ],
377
+ "twitterName": "yesquite",
378
+ "url": "http://www.thisismyjam.com/yesquite"
379
+ },
380
+ {
381
+ "apiUrl": "http://api.thisismyjam.com/1/stml.json?key=987bcab01b929eb2c07877b224215c92",
382
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_65a28b75c3f8b7aa008b35c1842d32cc_128.jpg",
383
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_65a28b75c3f8b7aa008b35c1842d32cc_small.jpg",
384
+ "bio": "Books. Digital stuff. Wine. Lots of wine. [This account is for friends. Public account is @jamesbridle]",
385
+ "followedDate": "Wed, 16 Nov 2011 10:29:33 +0000",
386
+ "followers": "http://api.thisismyjam.com/1/stml/followers.json?key=987bcab01b929eb2c07877b224215c92",
387
+ "followersCount": 298,
388
+ "following": "http://api.thisismyjam.com/1/stml/following.json?key=987bcab01b929eb2c07877b224215c92",
389
+ "followingCount": 45,
390
+ "fullname": "James Bridle",
391
+ "hasCurrentJam": false,
392
+ "jamCount": 38,
393
+ "joinedDate": "Fri, 30 Sep 2011 16:45:54 +0000",
394
+ "lastfmName": "STML",
395
+ "name": "stml",
396
+ "representativeArtists": [
397
+ "John Talabot feat. Ekhi",
398
+ "Chairlift",
399
+ "Joe Goddard",
400
+ "Light Asylum"
401
+ ],
402
+ "twitterName": "stml",
403
+ "url": "http://www.thisismyjam.com/stml"
404
+ },
405
+ {
406
+ "apiUrl": "http://api.thisismyjam.com/1/henningninneh.json?key=987bcab01b929eb2c07877b224215c92",
407
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_bf2a3e2e329b04734f05943276148b38_128.jpg",
408
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_bf2a3e2e329b04734f05943276148b38_small.jpg",
409
+ "bio": "http://flamboy.antville.org/stories/2009721/",
410
+ "followedDate": "Mon, 14 Nov 2011 22:26:37 +0000",
411
+ "followers": "http://api.thisismyjam.com/1/henningninneh/followers.json?key=987bcab01b929eb2c07877b224215c92",
412
+ "followersCount": 12,
413
+ "following": "http://api.thisismyjam.com/1/henningninneh/following.json?key=987bcab01b929eb2c07877b224215c92",
414
+ "followingCount": 17,
415
+ "fullname": "fundamentalist decaf",
416
+ "hasCurrentJam": false,
417
+ "jamCount": 17,
418
+ "joinedDate": "Fri, 04 Nov 2011 22:01:15 +0000",
419
+ "name": "henningninneh",
420
+ "representativeArtists": [
421
+ "G\u00fcnther Kaufmann",
422
+ "JaK\u00f6nigJa",
423
+ "the Wirtschaftswunder",
424
+ "Belle and Sebastian"
425
+ ],
426
+ "twitterName": "henningninneh",
427
+ "url": "http://www.thisismyjam.com/henningninneh"
428
+ },
429
+ {
430
+ "apiUrl": "http://api.thisismyjam.com/1/npseaver.json?key=987bcab01b929eb2c07877b224215c92",
431
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_d45fe6fdfe8c3c19f4537d8bcc06b3bd_128.jpg",
432
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_d45fe6fdfe8c3c19f4537d8bcc06b3bd_small.jpg",
433
+ "bio": "automatic anthropologist, sound/media/technology studier",
434
+ "facebookID": "300213",
435
+ "followedDate": "Mon, 14 Nov 2011 22:26:12 +0000",
436
+ "followers": "http://api.thisismyjam.com/1/npseaver/followers.json?key=987bcab01b929eb2c07877b224215c92",
437
+ "followersCount": 69,
438
+ "following": "http://api.thisismyjam.com/1/npseaver/following.json?key=987bcab01b929eb2c07877b224215c92",
439
+ "followingCount": 69,
440
+ "fullname": "Nick Seaver",
441
+ "hasCurrentJam": true,
442
+ "jamCount": 37,
443
+ "joinedDate": "Fri, 21 Oct 2011 00:00:49 +0000",
444
+ "lastfmName": "npseaver",
445
+ "name": "npseaver",
446
+ "representativeArtists": [
447
+ "Alva Noto & Ryuichi Sakamoto",
448
+ "Gold Panda",
449
+ "Body Language",
450
+ "Chic"
451
+ ],
452
+ "twitterName": "npseaver",
453
+ "url": "http://www.thisismyjam.com/npseaver"
454
+ },
455
+ {
456
+ "apiUrl": "http://api.thisismyjam.com/1/Charlotta.json?key=987bcab01b929eb2c07877b224215c92",
457
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_bb93481ebf0a6dc6739439a72b7e13ad_128.jpg",
458
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_bb93481ebf0a6dc6739439a72b7e13ad_small.jpg",
459
+ "bio": "Cornish/Artist/Jam Addict\r\n\r\nwww.countryfried.co.uk\r\nwww.countryfried.tumblr.com\r\n",
460
+ "followedDate": "Tue, 08 Nov 2011 16:53:20 +0000",
461
+ "followers": "http://api.thisismyjam.com/1/Charlotta/followers.json?key=987bcab01b929eb2c07877b224215c92",
462
+ "followersCount": 716,
463
+ "following": "http://api.thisismyjam.com/1/Charlotta/following.json?key=987bcab01b929eb2c07877b224215c92",
464
+ "followingCount": 59,
465
+ "fullname": "Charley",
466
+ "hasCurrentJam": true,
467
+ "jamCount": 88,
468
+ "joinedDate": "Fri, 09 Sep 2011 23:01:08 +0000",
469
+ "name": "Charlotta",
470
+ "representativeArtists": [
471
+ "The Durutti Column",
472
+ "Captain Beefheart & His Magic Band",
473
+ "David Sylvian",
474
+ "Dum Dum Girls"
475
+ ],
476
+ "twitterName": "Charlotta",
477
+ "url": "http://www.thisismyjam.com/Charlotta"
478
+ },
479
+ {
480
+ "apiUrl": "http://api.thisismyjam.com/1/alsothings.json?key=987bcab01b929eb2c07877b224215c92",
481
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_b14519f5210ea0a87f6de70f24254a3b_128.jpg",
482
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_b14519f5210ea0a87f6de70f24254a3b_small.jpg",
483
+ "bio": "DJ, homebrewer, American Ex-pat, Musicmetric Data Scientist -- http://artist.musicmetric.com",
484
+ "facebookID": "10602914",
485
+ "followedDate": "Fri, 30 Sep 2011 13:39:05 +0000",
486
+ "followers": "http://api.thisismyjam.com/1/alsothings/followers.json?key=987bcab01b929eb2c07877b224215c92",
487
+ "followersCount": 129,
488
+ "following": "http://api.thisismyjam.com/1/alsothings/following.json?key=987bcab01b929eb2c07877b224215c92",
489
+ "followingCount": 99,
490
+ "fullname": "Ben Fields",
491
+ "hasCurrentJam": true,
492
+ "jamCount": 51,
493
+ "joinedDate": "Fri, 30 Sep 2011 13:21:10 +0000",
494
+ "lastfmName": "gearmonkey",
495
+ "name": "alsothings",
496
+ "representativeArtists": [
497
+ "The Slits",
498
+ "Deathface",
499
+ "M.I.A.",
500
+ "The Sugarcubes"
501
+ ],
502
+ "twitterName": "alsothings",
503
+ "url": "http://www.thisismyjam.com/alsothings"
504
+ },
505
+ {
506
+ "apiUrl": "http://api.thisismyjam.com/1/Han.json?key=987bcab01b929eb2c07877b224215c92",
507
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_39bf4b04748a679cf486d371d9d4b47a_128.jpg",
508
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_39bf4b04748a679cf486d371d9d4b47a_small.jpg",
509
+ "bio": "This song is my current obsession. Designer, currently working on this little product... with loads still to do! Glad you stopped by :)",
510
+ "followedDate": "Tue, 06 Sep 2011 09:31:01 +0000",
511
+ "followers": "http://api.thisismyjam.com/1/Han/followers.json?key=987bcab01b929eb2c07877b224215c92",
512
+ "followersCount": 2407,
513
+ "following": "http://api.thisismyjam.com/1/Han/following.json?key=987bcab01b929eb2c07877b224215c92",
514
+ "followingCount": 280,
515
+ "fullname": "Hannah Donovan",
516
+ "hasCurrentJam": true,
517
+ "jamCount": 46,
518
+ "joinedDate": "Fri, 26 Aug 2011 21:12:27 +0000",
519
+ "lastfmName": "Han",
520
+ "name": "Han",
521
+ "representativeArtists": [
522
+ "LP",
523
+ "Chuck Brown & The Soul Searchers",
524
+ "Grauzone",
525
+ "Talking Heads"
526
+ ],
527
+ "twitterName": "Han",
528
+ "url": "http://www.thisismyjam.com/Han"
529
+ },
530
+ {
531
+ "apiUrl": "http://api.thisismyjam.com/1/helloerica.json?key=987bcab01b929eb2c07877b224215c92",
532
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_cd2de522d8878928d31de100013637f1_128.jpg",
533
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_cd2de522d8878928d31de100013637f1_small.jpg",
534
+ "bio": "I post (almost) all my jams at tunes.helloerica.com.",
535
+ "followedDate": "Wed, 30 Nov -001 00:00:00 +0000",
536
+ "followers": "http://api.thisismyjam.com/1/helloerica/followers.json?key=987bcab01b929eb2c07877b224215c92",
537
+ "followersCount": 1040,
538
+ "following": "http://api.thisismyjam.com/1/helloerica/following.json?key=987bcab01b929eb2c07877b224215c92",
539
+ "followingCount": 106,
540
+ "fullname": "Erica Allison",
541
+ "hasCurrentJam": true,
542
+ "jamCount": 87,
543
+ "joinedDate": "Fri, 02 Sep 2011 15:10:40 +0000",
544
+ "lastfmName": "helloerica",
545
+ "name": "helloerica",
546
+ "representativeArtists": [
547
+ "Little Ann",
548
+ "Coolio",
549
+ "Yvonne Baker",
550
+ "The Soulettes"
551
+ ],
552
+ "twitterName": "helloerica",
553
+ "url": "http://www.thisismyjam.com/helloerica"
554
+ },
555
+ {
556
+ "apiUrl": "http://api.thisismyjam.com/1/amanda_demanda.json?key=987bcab01b929eb2c07877b224215c92",
557
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_2a1845ebcbb7511d1f2ef1c4a20cad22_128.png",
558
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_2a1845ebcbb7511d1f2ef1c4a20cad22_small.png",
559
+ "bio": null,
560
+ "followedDate": "Wed, 30 Nov -001 00:00:00 +0000",
561
+ "followers": "http://api.thisismyjam.com/1/amanda_demanda/followers.json?key=987bcab01b929eb2c07877b224215c92",
562
+ "followersCount": 94,
563
+ "following": "http://api.thisismyjam.com/1/amanda_demanda/following.json?key=987bcab01b929eb2c07877b224215c92",
564
+ "followingCount": 90,
565
+ "fullname": "Demanda",
566
+ "hasCurrentJam": true,
567
+ "jamCount": 33,
568
+ "joinedDate": "Thu, 08 Sep 2011 02:11:25 +0000",
569
+ "name": "amanda_demanda",
570
+ "representativeArtists": [
571
+ "Dan Fogelberg",
572
+ "The Sundays",
573
+ "Peaches & Herb",
574
+ "The Doobie Brothers"
575
+ ],
576
+ "twitterName": "amanda_demanda",
577
+ "url": "http://www.thisismyjam.com/amanda_demanda"
578
+ },
579
+ {
580
+ "apiUrl": "http://api.thisismyjam.com/1/arctichysteria.json?key=987bcab01b929eb2c07877b224215c92",
581
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_13cc80d5749b86909ce8e71285e80bb7_128.jpg",
582
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_13cc80d5749b86909ce8e71285e80bb7_small.jpg",
583
+ "bio": "My life in a CupCake",
584
+ "followedDate": "Wed, 15 Feb 2012 00:54:58 +0000",
585
+ "followers": "http://api.thisismyjam.com/1/arctichysteria/followers.json?key=987bcab01b929eb2c07877b224215c92",
586
+ "followersCount": 78,
587
+ "following": "http://api.thisismyjam.com/1/arctichysteria/following.json?key=987bcab01b929eb2c07877b224215c92",
588
+ "followingCount": 80,
589
+ "fullname": "arctichysteria",
590
+ "hasCurrentJam": true,
591
+ "jamCount": 34,
592
+ "joinedDate": "Thu, 09 Feb 2012 20:40:13 +0000",
593
+ "name": "arctichysteria",
594
+ "representativeArtists": [
595
+ "The Velvet Underground",
596
+ "Ennio Morricone",
597
+ "Nick Drake",
598
+ "Brian Eno"
599
+ ],
600
+ "twitterName": "arctichysteria",
601
+ "url": "http://www.thisismyjam.com/arctichysteria"
602
+ },
603
+ {
604
+ "apiUrl": "http://api.thisismyjam.com/1/alex_tea.json?key=987bcab01b929eb2c07877b224215c92",
605
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_159368c2e887262712890a273bbda853_128.png",
606
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_159368c2e887262712890a273bbda853_small.png",
607
+ "bio": "The Idiot",
608
+ "facebookID": "763730450",
609
+ "followedDate": "Mon, 13 Feb 2012 17:32:39 +0000",
610
+ "followers": "http://api.thisismyjam.com/1/alex_tea/followers.json?key=987bcab01b929eb2c07877b224215c92",
611
+ "followersCount": 124,
612
+ "following": "http://api.thisismyjam.com/1/alex_tea/following.json?key=987bcab01b929eb2c07877b224215c92",
613
+ "followingCount": 84,
614
+ "fullname": "Alex Torrance",
615
+ "hasCurrentJam": false,
616
+ "jamCount": 22,
617
+ "joinedDate": "Sat, 01 Oct 2011 00:32:02 +0000",
618
+ "lastfmName": "alex_tea",
619
+ "name": "alex_tea",
620
+ "representativeArtists": [
621
+ "Kindness",
622
+ "Steve Winwood",
623
+ "JD Twitch feat Killa P",
624
+ "Beautiful Swimmers"
625
+ ],
626
+ "twitterName": "alex_tea",
627
+ "url": "http://www.thisismyjam.com/alex_tea"
628
+ },
629
+ {
630
+ "apiUrl": "http://api.thisismyjam.com/1/frenchbloke.json?key=987bcab01b929eb2c07877b224215c92",
631
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_d142335c1b6ebf2a12e0c06bbf478b47_128.jpg",
632
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_d142335c1b6ebf2a12e0c06bbf478b47_small.jpg",
633
+ "bio": "one-half of F&S, on-third of Tauchsieder, the only one in Machars Action, husband to one and father of four. Makes noises. Likes cakes. ",
634
+ "facebookID": "689866017",
635
+ "followedDate": "Thu, 19 Jan 2012 14:28:14 +0000",
636
+ "followers": "http://api.thisismyjam.com/1/frenchbloke/followers.json?key=987bcab01b929eb2c07877b224215c92",
637
+ "followersCount": 62,
638
+ "following": "http://api.thisismyjam.com/1/frenchbloke/following.json?key=987bcab01b929eb2c07877b224215c92",
639
+ "followingCount": 41,
640
+ "fullname": "frenchbloke",
641
+ "hasCurrentJam": true,
642
+ "jamCount": 35,
643
+ "joinedDate": "Fri, 02 Dec 2011 19:53:36 +0000",
644
+ "name": "frenchbloke",
645
+ "representativeArtists": [
646
+ "\u00a0Ralf\u00a0D\u00f6rper\u00a0",
647
+ "John Came",
648
+ "Gabi Delgado",
649
+ "OMD"
650
+ ],
651
+ "twitterName": "frenchbloke",
652
+ "url": "http://www.thisismyjam.com/frenchbloke"
653
+ },
654
+ {
655
+ "apiUrl": "http://api.thisismyjam.com/1/ThingInABook.json?key=987bcab01b929eb2c07877b224215c92",
656
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_2c8a1f6f3ee99910ce3a885ca3602eaf_128.jpg",
657
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_2c8a1f6f3ee99910ce3a885ca3602eaf_small.jpg",
658
+ "bio": "designer who accidentally turned into a UI designer. likes collecting records, food and da pooch.",
659
+ "followedDate": "Fri, 06 Jan 2012 12:40:11 +0000",
660
+ "followers": "http://api.thisismyjam.com/1/ThingInABook/followers.json?key=987bcab01b929eb2c07877b224215c92",
661
+ "followersCount": 75,
662
+ "following": "http://api.thisismyjam.com/1/ThingInABook/following.json?key=987bcab01b929eb2c07877b224215c92",
663
+ "followingCount": 80,
664
+ "fullname": "Thingee",
665
+ "hasCurrentJam": true,
666
+ "jamCount": 104,
667
+ "joinedDate": "Mon, 19 Dec 2011 21:09:32 +0000",
668
+ "lastfmName": "Girlwithasign",
669
+ "name": "ThingInABook",
670
+ "representativeArtists": [
671
+ "Kraftwerk",
672
+ "Orbital ft. Zola Jesus",
673
+ "Talking Heads",
674
+ "The Beastie Boys"
675
+ ],
676
+ "twitterName": "ThingInABook",
677
+ "url": "http://www.thisismyjam.com/ThingInABook"
678
+ },
679
+ {
680
+ "apiUrl": "http://api.thisismyjam.com/1/jamesyuill.json?key=987bcab01b929eb2c07877b224215c92",
681
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_331bed96ed5ad9aa89f734495ad397e6_128.jpg",
682
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_331bed96ed5ad9aa89f734495ad397e6_small.jpg",
683
+ "bio": "Musician, Producer, Remixer, Lover of Murder She Wrote and Quincy",
684
+ "followedDate": "Thu, 05 Jan 2012 22:20:15 +0000",
685
+ "followers": "http://api.thisismyjam.com/1/jamesyuill/followers.json?key=987bcab01b929eb2c07877b224215c92",
686
+ "followersCount": 129,
687
+ "following": "http://api.thisismyjam.com/1/jamesyuill/following.json?key=987bcab01b929eb2c07877b224215c92",
688
+ "followingCount": 130,
689
+ "fullname": "James Yuill",
690
+ "hasCurrentJam": true,
691
+ "jamCount": 32,
692
+ "joinedDate": "Wed, 07 Dec 2011 20:00:27 +0000",
693
+ "name": "jamesyuill",
694
+ "representativeArtists": [
695
+ "Pantha Du Prince",
696
+ "Machinedrum",
697
+ "Leila",
698
+ "Gui Boratto"
699
+ ],
700
+ "twitterName": "jamesyuill",
701
+ "url": "http://www.thisismyjam.com/jamesyuill"
702
+ },
703
+ {
704
+ "apiUrl": "http://api.thisismyjam.com/1/djsohn.json?key=987bcab01b929eb2c07877b224215c92",
705
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_6f3fb34449f05fed069e10e7c9a833f5_128.jpg",
706
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_6f3fb34449f05fed069e10e7c9a833f5_small.jpg",
707
+ "bio": "",
708
+ "facebookID": "635440096",
709
+ "followedDate": "Mon, 21 Nov 2011 11:48:19 +0000",
710
+ "followers": "http://api.thisismyjam.com/1/djsohn/followers.json?key=987bcab01b929eb2c07877b224215c92",
711
+ "followersCount": 69,
712
+ "following": "http://api.thisismyjam.com/1/djsohn/following.json?key=987bcab01b929eb2c07877b224215c92",
713
+ "followingCount": 57,
714
+ "fullname": "d.j.sohn",
715
+ "hasCurrentJam": true,
716
+ "jamCount": 46,
717
+ "joinedDate": "Wed, 31 Aug 2011 18:28:39 +0000",
718
+ "name": "djsohn",
719
+ "representativeArtists": [
720
+ "Daft Punk",
721
+ "5 & A Dime",
722
+ "Bobby \"Blue\" Bland",
723
+ "Marlena Shaw ft. Ya Boy"
724
+ ],
725
+ "twitterName": "djsohn",
726
+ "url": "http://www.thisismyjam.com/djsohn"
727
+ },
728
+ {
729
+ "apiUrl": "http://api.thisismyjam.com/1/Zazzalina.json?key=987bcab01b929eb2c07877b224215c92",
730
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_6389f97cda150d4b91b33aaed6028ca9_128.jpg",
731
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_6389f97cda150d4b91b33aaed6028ca9_small.jpg",
732
+ "bio": "Chaos, techno & vurt.",
733
+ "facebookID": "223500480",
734
+ "followedDate": "Mon, 14 Nov 2011 22:26:56 +0000",
735
+ "followers": "http://api.thisismyjam.com/1/Zazzalina/followers.json?key=987bcab01b929eb2c07877b224215c92",
736
+ "followersCount": 53,
737
+ "following": "http://api.thisismyjam.com/1/Zazzalina/following.json?key=987bcab01b929eb2c07877b224215c92",
738
+ "followingCount": 59,
739
+ "fullname": "Zara Drei",
740
+ "hasCurrentJam": true,
741
+ "jamCount": 20,
742
+ "joinedDate": "Thu, 10 Nov 2011 22:31:44 +0000",
743
+ "lastfmName": "miss_glitch",
744
+ "name": "Zazzalina",
745
+ "representativeArtists": [
746
+ "Zlad!",
747
+ "Grimes",
748
+ "Com Truise",
749
+ "Throbbing Gristle"
750
+ ],
751
+ "twitterName": "zaradrei",
752
+ "url": "http://www.thisismyjam.com/Zazzalina"
753
+ },
754
+ {
755
+ "apiUrl": "http://api.thisismyjam.com/1/khmer_luge.json?key=987bcab01b929eb2c07877b224215c92",
756
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_8bb99423be1dd6e92546fbd054f0e6ee_128.gif",
757
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_8bb99423be1dd6e92546fbd054f0e6ee_small.gif",
758
+ "bio": "THE NIXON OF HIPSTERS",
759
+ "facebookID": "3408522",
760
+ "followedDate": "Mon, 14 Nov 2011 22:26:41 +0000",
761
+ "followers": "http://api.thisismyjam.com/1/khmer_luge/followers.json?key=987bcab01b929eb2c07877b224215c92",
762
+ "followersCount": 142,
763
+ "following": "http://api.thisismyjam.com/1/khmer_luge/following.json?key=987bcab01b929eb2c07877b224215c92",
764
+ "followingCount": 87,
765
+ "fullname": "james zetlen",
766
+ "hasCurrentJam": true,
767
+ "jamCount": 34,
768
+ "joinedDate": "Sat, 15 Oct 2011 17:49:18 +0000",
769
+ "name": "khmer_luge",
770
+ "representativeArtists": [
771
+ "Joywave",
772
+ "Madeon",
773
+ "Kurt Vile",
774
+ "Francis and the Lights"
775
+ ],
776
+ "twitterName": "khmer_luge",
777
+ "url": "http://www.thisismyjam.com/khmer_luge"
778
+ },
779
+ {
780
+ "apiUrl": "http://api.thisismyjam.com/1/moldeagle.json?key=987bcab01b929eb2c07877b224215c92",
781
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_d6fdd6421935f02327125a7cda737d50_128.png",
782
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_d6fdd6421935f02327125a7cda737d50_small.png",
783
+ "bio": "FILMED IN FRONT OF A LIVE STUDIO AUDIENCE",
784
+ "followedDate": "Fri, 11 Nov 2011 18:08:14 +0000",
785
+ "followers": "http://api.thisismyjam.com/1/moldeagle/followers.json?key=987bcab01b929eb2c07877b224215c92",
786
+ "followersCount": 12,
787
+ "following": "http://api.thisismyjam.com/1/moldeagle/following.json?key=987bcab01b929eb2c07877b224215c92",
788
+ "followingCount": 12,
789
+ "fullname": "RADIKEWL",
790
+ "hasCurrentJam": false,
791
+ "jamCount": 28,
792
+ "joinedDate": "Mon, 10 Oct 2011 22:33:25 +0000",
793
+ "lastfmName": "squidparty",
794
+ "name": "moldeagle",
795
+ "representativeArtists": [
796
+ "France Lee",
797
+ "Co La",
798
+ "tears, fur fears",
799
+ "Octave One"
800
+ ],
801
+ "twitterName": "moldeagle",
802
+ "url": "http://www.thisismyjam.com/moldeagle"
803
+ },
804
+ {
805
+ "apiUrl": "http://api.thisismyjam.com/1/infovore.json?key=987bcab01b929eb2c07877b224215c92",
806
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_c5d10b7a58de6c737240296569c02426_128.gif",
807
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_c5d10b7a58de6c737240296569c02426_small.gif",
808
+ "bio": "Morose indie. Jangly pop. Backpacky hip-hop. Boshy electronic. Nu-disco.",
809
+ "followedDate": "Tue, 08 Nov 2011 16:52:07 +0000",
810
+ "followers": "http://api.thisismyjam.com/1/infovore/followers.json?key=987bcab01b929eb2c07877b224215c92",
811
+ "followersCount": 395,
812
+ "following": "http://api.thisismyjam.com/1/infovore/following.json?key=987bcab01b929eb2c07877b224215c92",
813
+ "followingCount": 103,
814
+ "fullname": "Tom Armitage",
815
+ "hasCurrentJam": true,
816
+ "jamCount": 38,
817
+ "joinedDate": "Sun, 02 Oct 2011 14:29:49 +0000",
818
+ "lastfmName": "tajmahal",
819
+ "name": "infovore",
820
+ "representativeArtists": [
821
+ "Man Without Country",
822
+ "Brand New",
823
+ "Floating Points",
824
+ "Foals"
825
+ ],
826
+ "twitterName": "infovore",
827
+ "url": "http://www.thisismyjam.com/infovore"
828
+ },
829
+ {
830
+ "apiUrl": "http://api.thisismyjam.com/1/tezcatlipoca.json?key=987bcab01b929eb2c07877b224215c92",
831
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_f63d3697777b8cb863c9b1e37a55d6c5_128.png",
832
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_f63d3697777b8cb863c9b1e37a55d6c5_small.png",
833
+ "bio": "Artist, Curator, Design Researcher. Trustee of Boston Awesome Foundation. Crazy like a fox. ;\u0152 Feral art voice.",
834
+ "facebookID": "619848945",
835
+ "followedDate": "Tue, 08 Nov 2011 16:42:54 +0000",
836
+ "followers": "http://api.thisismyjam.com/1/tezcatlipoca/followers.json?key=987bcab01b929eb2c07877b224215c92",
837
+ "followersCount": 72,
838
+ "following": "http://api.thisismyjam.com/1/tezcatlipoca/following.json?key=987bcab01b929eb2c07877b224215c92",
839
+ "followingCount": 75,
840
+ "fullname": "Andrew Sempere",
841
+ "hasCurrentJam": false,
842
+ "jamCount": 22,
843
+ "joinedDate": "Fri, 21 Oct 2011 23:14:37 +0000",
844
+ "lastfmName": "tezcatlipoca22",
845
+ "name": "tezcatlipoca",
846
+ "representativeArtists": [
847
+ "Group Anmataff",
848
+ "Scala & Kolacny Brothers",
849
+ "Steff La Cheffe",
850
+ "Death in Vegas"
851
+ ],
852
+ "twitterName": "tezcatlipoca",
853
+ "url": "http://www.thisismyjam.com/tezcatlipoca"
854
+ },
855
+ {
856
+ "apiUrl": "http://api.thisismyjam.com/1/r5d4.json?key=987bcab01b929eb2c07877b224215c92",
857
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_6fc5ba548e43f5275893717d9d078251_128.jpg",
858
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_6fc5ba548e43f5275893717d9d078251_small.jpg",
859
+ "bio": "Astromech Droid / SQL Server Professional / Dad / Dj",
860
+ "facebookID": "767288973",
861
+ "followedDate": "Fri, 14 Oct 2011 10:26:40 +0000",
862
+ "followers": "http://api.thisismyjam.com/1/r5d4/followers.json?key=987bcab01b929eb2c07877b224215c92",
863
+ "followersCount": 7,
864
+ "following": "http://api.thisismyjam.com/1/r5d4/following.json?key=987bcab01b929eb2c07877b224215c92",
865
+ "followingCount": 5,
866
+ "fullname": "Richard Doering",
867
+ "hasCurrentJam": false,
868
+ "jamCount": 6,
869
+ "joinedDate": "Wed, 12 Oct 2011 08:55:48 +0000",
870
+ "name": "r5d4",
871
+ "representativeArtists": [
872
+ "Young MC",
873
+ "Dev",
874
+ "Sly Fox",
875
+ "Duran Duran"
876
+ ],
877
+ "twitterName": "r5d4",
878
+ "url": "http://www.thisismyjam.com/r5d4"
879
+ },
880
+ {
881
+ "apiUrl": "http://api.thisismyjam.com/1/arielwaldman.json?key=987bcab01b929eb2c07877b224215c92",
882
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_6676aafa89c0173e6ce88953d6e9e96a_128.jpg",
883
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_6676aafa89c0173e6ce88953d6e9e96a_small.jpg",
884
+ "bio": "creator of @ScienceHackDay SF + @Spacehack, a directory of ways to participate in space exploration. interaction designer + Institute For The Future researcher.",
885
+ "followedDate": "Fri, 14 Oct 2011 10:21:54 +0000",
886
+ "followers": "http://api.thisismyjam.com/1/arielwaldman/followers.json?key=987bcab01b929eb2c07877b224215c92",
887
+ "followersCount": 213,
888
+ "following": "http://api.thisismyjam.com/1/arielwaldman/following.json?key=987bcab01b929eb2c07877b224215c92",
889
+ "followingCount": 45,
890
+ "fullname": "Ariel Waldman",
891
+ "hasCurrentJam": false,
892
+ "jamCount": 16,
893
+ "joinedDate": "Mon, 03 Oct 2011 22:27:33 +0000",
894
+ "name": "arielwaldman",
895
+ "representativeArtists": [
896
+ "Madonna",
897
+ "Frank Sinatra",
898
+ "M83",
899
+ "Future Conditional"
900
+ ],
901
+ "twitterName": "arielwaldman",
902
+ "url": "http://www.thisismyjam.com/arielwaldman"
903
+ },
904
+ {
905
+ "apiUrl": "http://api.thisismyjam.com/1/aanand.json?key=987bcab01b929eb2c07877b224215c92",
906
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_7e874b08a9f5d625e0dd8eee7d37b69c_128.gif",
907
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_7e874b08a9f5d625e0dd8eee7d37b69c_small.gif",
908
+ "bio": "\u25a1\uff3f\u30fe(\uff65_\uff65 )",
909
+ "facebookID": "505157627",
910
+ "followedDate": "Wed, 12 Oct 2011 17:02:49 +0000",
911
+ "followers": "http://api.thisismyjam.com/1/aanand/followers.json?key=987bcab01b929eb2c07877b224215c92",
912
+ "followersCount": 164,
913
+ "following": "http://api.thisismyjam.com/1/aanand/following.json?key=987bcab01b929eb2c07877b224215c92",
914
+ "followingCount": 57,
915
+ "fullname": "Aanand Prasad",
916
+ "hasCurrentJam": true,
917
+ "jamCount": 41,
918
+ "joinedDate": "Sun, 02 Oct 2011 15:02:11 +0000",
919
+ "name": "aanand",
920
+ "representativeArtists": [
921
+ "Electrelane",
922
+ "Chilly Gonzales",
923
+ "Talking Heads",
924
+ "The Field"
925
+ ],
926
+ "twitterName": "aanand",
927
+ "url": "http://www.thisismyjam.com/aanand"
928
+ },
929
+ {
930
+ "apiUrl": "http://api.thisismyjam.com/1/tjehan.json?key=987bcab01b929eb2c07877b224215c92",
931
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_947516ca4b6333c59ed1f35bc91663cb_128.png",
932
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_947516ca4b6333c59ed1f35bc91663cb_small.png",
933
+ "bio": "I teach machines to listen to, and make music.",
934
+ "followedDate": "Tue, 20 Sep 2011 23:57:31 +0000",
935
+ "followers": "http://api.thisismyjam.com/1/tjehan/followers.json?key=987bcab01b929eb2c07877b224215c92",
936
+ "followersCount": 339,
937
+ "following": "http://api.thisismyjam.com/1/tjehan/following.json?key=987bcab01b929eb2c07877b224215c92",
938
+ "followingCount": 73,
939
+ "fullname": "Tristan Jehan",
940
+ "hasCurrentJam": true,
941
+ "jamCount": 49,
942
+ "joinedDate": "Fri, 02 Sep 2011 13:05:12 +0000",
943
+ "lastfmName": "TeeJayMarkII",
944
+ "name": "tjehan",
945
+ "representativeArtists": [
946
+ "The Headhunters",
947
+ "Serge Gainsbourg",
948
+ "Janet Jackson",
949
+ "Bill Withers"
950
+ ],
951
+ "twitterName": "tjehan",
952
+ "url": "http://www.thisismyjam.com/tjehan"
953
+ },
954
+ {
955
+ "apiUrl": "http://api.thisismyjam.com/1/monisaurus.json?key=987bcab01b929eb2c07877b224215c92",
956
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_d2eb674fc28f0ffc38600d3cb3350df2_128.jpg",
957
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_d2eb674fc28f0ffc38600d3cb3350df2_small.jpg",
958
+ "bio": "Accessory design, menswear and hip hop.",
959
+ "facebookID": "120408457",
960
+ "followedDate": "Tue, 20 Sep 2011 23:57:28 +0000",
961
+ "followers": "http://api.thisismyjam.com/1/monisaurus/followers.json?key=987bcab01b929eb2c07877b224215c92",
962
+ "followersCount": 611,
963
+ "following": "http://api.thisismyjam.com/1/monisaurus/following.json?key=987bcab01b929eb2c07877b224215c92",
964
+ "followingCount": 171,
965
+ "fullname": "Monika Wensel",
966
+ "hasCurrentJam": true,
967
+ "jamCount": 42,
968
+ "joinedDate": "Wed, 07 Sep 2011 06:16:01 +0000",
969
+ "lastfmName": "monistarr",
970
+ "name": "monisaurus",
971
+ "representativeArtists": [
972
+ "Balkan Beat Box",
973
+ "Dan Greenpeace",
974
+ "Mos Def",
975
+ "Lady B"
976
+ ],
977
+ "twitterName": "monisaurus",
978
+ "url": "http://www.thisismyjam.com/monisaurus"
979
+ },
980
+ {
981
+ "apiUrl": "http://api.thisismyjam.com/1/jensnikolaus.json?key=987bcab01b929eb2c07877b224215c92",
982
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_c9ff736c9e8d4aa713ff134d60ed6ad1_128.png",
983
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_c9ff736c9e8d4aa713ff134d60ed6ad1_small.png",
984
+ "bio": "24yo chap interested in design, music, words.",
985
+ "facebookID": "100001304974760",
986
+ "followedDate": "Mon, 12 Sep 2011 21:59:11 +0000",
987
+ "followers": "http://api.thisismyjam.com/1/jensnikolaus/followers.json?key=987bcab01b929eb2c07877b224215c92",
988
+ "followersCount": 437,
989
+ "following": "http://api.thisismyjam.com/1/jensnikolaus/following.json?key=987bcab01b929eb2c07877b224215c92",
990
+ "followingCount": 124,
991
+ "fullname": "Jens Nikolaus",
992
+ "hasCurrentJam": true,
993
+ "jamCount": 54,
994
+ "joinedDate": "Fri, 02 Sep 2011 11:13:23 +0000",
995
+ "lastfmName": "jensnikolaus",
996
+ "name": "jensnikolaus",
997
+ "representativeArtists": [
998
+ "MOHNA",
999
+ "Radiohead",
1000
+ "Apparat",
1001
+ "Nine Inch Nails"
1002
+ ],
1003
+ "twitterName": "jensnikolaus",
1004
+ "url": "http://www.thisismyjam.com/jensnikolaus"
1005
+ },
1006
+ {
1007
+ "apiUrl": "http://api.thisismyjam.com/1/wifeyldn.json?key=987bcab01b929eb2c07877b224215c92",
1008
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_616df1a0393e2d9275934a22adb33b75_128.jpg",
1009
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_616df1a0393e2d9275934a22adb33b75_small.jpg",
1010
+ "bio": "Club night and collective based in London.\n\nCatch the Wifey LDN show on Deja Vu fm, Tuesdays 6-8pm\n\nBookings/Dubs: wifeyldn@gmail.com",
1011
+ "followedDate": "Tue, 06 Sep 2011 09:31:05 +0000",
1012
+ "followers": "http://api.thisismyjam.com/1/wifeyldn/followers.json?key=987bcab01b929eb2c07877b224215c92",
1013
+ "followersCount": 326,
1014
+ "following": "http://api.thisismyjam.com/1/wifeyldn/following.json?key=987bcab01b929eb2c07877b224215c92",
1015
+ "followingCount": 93,
1016
+ "fullname": "Wifey London",
1017
+ "hasCurrentJam": false,
1018
+ "jamCount": 23,
1019
+ "joinedDate": "Fri, 26 Aug 2011 12:24:58 +0000",
1020
+ "name": "wifeyldn",
1021
+ "representativeArtists": [
1022
+ "F",
1023
+ "Thomas Bangalter",
1024
+ "Kenny Larkin",
1025
+ "Digital Mystikz"
1026
+ ],
1027
+ "twitterName": "wifeyldn",
1028
+ "url": "http://www.thisismyjam.com/wifeyldn"
1029
+ },
1030
+ {
1031
+ "apiUrl": "http://api.thisismyjam.com/1/casimercasimir.json?key=987bcab01b929eb2c07877b224215c92",
1032
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_e37cfd9567e88a170f0287181fbf6850_128.jpg",
1033
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_e37cfd9567e88a170f0287181fbf6850_small.jpg",
1034
+ "bio": "No one stays up for you, I had 16 stitches all around my head.\r\n\r\nhttp://casimercasimir.com",
1035
+ "followedDate": "Thu, 22 Mar 2012 17:25:42 +0000",
1036
+ "followers": "http://api.thisismyjam.com/1/casimercasimir/followers.json?key=987bcab01b929eb2c07877b224215c92",
1037
+ "followersCount": 14,
1038
+ "following": "http://api.thisismyjam.com/1/casimercasimir/following.json?key=987bcab01b929eb2c07877b224215c92",
1039
+ "followingCount": 39,
1040
+ "fullname": "casimer & casimir",
1041
+ "hasCurrentJam": true,
1042
+ "jamCount": 17,
1043
+ "joinedDate": "Thu, 22 Mar 2012 15:52:28 +0000",
1044
+ "name": "casimercasimir",
1045
+ "representativeArtists": [
1046
+ "Zebra Katz",
1047
+ "Casimer & Casimir",
1048
+ "Hundred Waters",
1049
+ "Brigitte Fontaine"
1050
+ ],
1051
+ "twitterName": "casimercasimir",
1052
+ "url": "http://www.thisismyjam.com/casimercasimir"
1053
+ },
1054
+ {
1055
+ "apiUrl": "http://api.thisismyjam.com/1/BodyInTheThames.json?key=987bcab01b929eb2c07877b224215c92",
1056
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_c6c55c2a96d9b973b44fc569f5a9669b_128.gif",
1057
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_c6c55c2a96d9b973b44fc569f5a9669b_small.gif",
1058
+ "bio": "God respects us when we work ...but LOVES us when we dance ",
1059
+ "followedDate": "Sat, 17 Mar 2012 14:13:27 +0000",
1060
+ "followers": "http://api.thisismyjam.com/1/BodyInTheThames/followers.json?key=987bcab01b929eb2c07877b224215c92",
1061
+ "followersCount": 67,
1062
+ "following": "http://api.thisismyjam.com/1/BodyInTheThames/following.json?key=987bcab01b929eb2c07877b224215c92",
1063
+ "followingCount": 54,
1064
+ "fullname": "Body In The Thames",
1065
+ "hasCurrentJam": true,
1066
+ "jamCount": 18,
1067
+ "joinedDate": "Sat, 07 Jan 2012 16:17:48 +0000",
1068
+ "name": "BodyInTheThames",
1069
+ "representativeArtists": [
1070
+ "Joe Goddard",
1071
+ "War",
1072
+ "Shina Williams & His African Percussionists",
1073
+ "Carly Simon"
1074
+ ],
1075
+ "twitterName": "BodyInTheThames",
1076
+ "url": "http://www.thisismyjam.com/BodyInTheThames"
1077
+ },
1078
+ {
1079
+ "apiUrl": "http://api.thisismyjam.com/1/attack_yourself.json?key=987bcab01b929eb2c07877b224215c92",
1080
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_19eb514d943fe324d6c5b26954ea1293_128.png",
1081
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_19eb514d943fe324d6c5b26954ea1293_small.png",
1082
+ "bio": "Tunes that I like.",
1083
+ "facebookID": "100000520863720",
1084
+ "followedDate": "Tue, 06 Mar 2012 00:06:36 +0000",
1085
+ "followers": "http://api.thisismyjam.com/1/attack_yourself/followers.json?key=987bcab01b929eb2c07877b224215c92",
1086
+ "followersCount": 30,
1087
+ "following": "http://api.thisismyjam.com/1/attack_yourself/following.json?key=987bcab01b929eb2c07877b224215c92",
1088
+ "followingCount": 12,
1089
+ "fullname": "Attack Yourself!",
1090
+ "hasCurrentJam": true,
1091
+ "jamCount": 24,
1092
+ "joinedDate": "Sun, 26 Feb 2012 20:05:19 +0000",
1093
+ "name": "attack_yourself",
1094
+ "representativeArtists": [
1095
+ "B.Traits",
1096
+ "Toro Y Moi",
1097
+ "Minority Band",
1098
+ "Hot Chip"
1099
+ ],
1100
+ "twitterName": "attack_yourself",
1101
+ "url": "http://www.thisismyjam.com/attack_yourself"
1102
+ },
1103
+ {
1104
+ "apiUrl": "http://api.thisismyjam.com/1/walt.brown.json?key=987bcab01b929eb2c07877b224215c92",
1105
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_d2c13d90e6170aff49571477c5804dfc_128.jpg",
1106
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_d2c13d90e6170aff49571477c5804dfc_small.jpg",
1107
+ "bio": "grfk dzynr | groove sycophant | deejay idolator | dallastexanoid | anti-floccinaucinihilipilificator. Tune guru/acoustic curator for pokingsmot.net My old jams live on for eternity here: jamheaven.tumblr.com",
1108
+ "followedDate": "Mon, 27 Feb 2012 18:04:28 +0000",
1109
+ "followers": "http://api.thisismyjam.com/1/walt.brown/followers.json?key=987bcab01b929eb2c07877b224215c92",
1110
+ "followersCount": 178,
1111
+ "following": "http://api.thisismyjam.com/1/walt.brown/following.json?key=987bcab01b929eb2c07877b224215c92",
1112
+ "followingCount": 293,
1113
+ "fullname": "s.u.a.d.",
1114
+ "hasCurrentJam": true,
1115
+ "jamCount": 145,
1116
+ "joinedDate": "Tue, 24 Jan 2012 19:52:18 +0000",
1117
+ "lastfmName": "swbrown777",
1118
+ "name": "walt.brown",
1119
+ "representativeArtists": [
1120
+ "Electronic",
1121
+ "Pogo",
1122
+ "Beck & Charlotte Gainsbourg",
1123
+ "Massive Attack"
1124
+ ],
1125
+ "twitterName": "twalty",
1126
+ "url": "http://www.thisismyjam.com/walt.brown"
1127
+ },
1128
+ {
1129
+ "apiUrl": "http://api.thisismyjam.com/1/hughmcguire.json?key=987bcab01b929eb2c07877b224215c92",
1130
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_b5a1e48a4939b8d52f7300f70ac4bca7_128.jpg",
1131
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_b5a1e48a4939b8d52f7300f70ac4bca7_small.jpg",
1132
+ "bio": "Books and the Internet, with some other stuff occasionally.",
1133
+ "followedDate": "Sat, 25 Feb 2012 01:56:34 +0000",
1134
+ "followers": "http://api.thisismyjam.com/1/hughmcguire/followers.json?key=987bcab01b929eb2c07877b224215c92",
1135
+ "followersCount": 414,
1136
+ "following": "http://api.thisismyjam.com/1/hughmcguire/following.json?key=987bcab01b929eb2c07877b224215c92",
1137
+ "followingCount": 108,
1138
+ "fullname": "Hugh McGuire",
1139
+ "hasCurrentJam": true,
1140
+ "jamCount": 113,
1141
+ "joinedDate": "Sun, 02 Oct 2011 13:40:55 +0000",
1142
+ "name": "hughmcguire",
1143
+ "representativeArtists": [
1144
+ "The Jam",
1145
+ "Neil Young",
1146
+ "Lightnin' Hopkins",
1147
+ "Tom Jones"
1148
+ ],
1149
+ "twitterName": "hughmcguire",
1150
+ "url": "http://www.thisismyjam.com/hughmcguire"
1151
+ },
1152
+ {
1153
+ "apiUrl": "http://api.thisismyjam.com/1/theveryevil.json?key=987bcab01b929eb2c07877b224215c92",
1154
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_454b735d0c944281b81ae494ffa3d464_128.jpg",
1155
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_454b735d0c944281b81ae494ffa3d464_small.jpg",
1156
+ "bio": "DERPY HOOVES. Never make terrestrial sense. NEVER. And THEY will never know.",
1157
+ "facebookID": "100002396448865",
1158
+ "followedDate": "Sat, 25 Feb 2012 01:31:17 +0000",
1159
+ "followers": "http://api.thisismyjam.com/1/theveryevil/followers.json?key=987bcab01b929eb2c07877b224215c92",
1160
+ "followersCount": 20,
1161
+ "following": "http://api.thisismyjam.com/1/theveryevil/following.json?key=987bcab01b929eb2c07877b224215c92",
1162
+ "followingCount": 12,
1163
+ "fullname": "I am the Grim Deeper.",
1164
+ "hasCurrentJam": true,
1165
+ "jamCount": 12,
1166
+ "joinedDate": "Sun, 09 Oct 2011 12:48:27 +0000",
1167
+ "name": "theveryevil",
1168
+ "representativeArtists": [
1169
+ "KRS-One",
1170
+ "Falco",
1171
+ "Playaz Circle",
1172
+ "GZA"
1173
+ ],
1174
+ "twitterName": "theveryevil",
1175
+ "url": "http://www.thisismyjam.com/theveryevil"
1176
+ },
1177
+ {
1178
+ "apiUrl": "http://api.thisismyjam.com/1/Thom.json?key=987bcab01b929eb2c07877b224215c92",
1179
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_cb58ba3836634ced5ea5fc8570b60ae7_128.jpg",
1180
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_cb58ba3836634ced5ea5fc8570b60ae7_small.jpg",
1181
+ "bio": "Don't expect anything you like.",
1182
+ "followedDate": "Thu, 23 Feb 2012 21:53:02 +0000",
1183
+ "followers": "http://api.thisismyjam.com/1/Thom/followers.json?key=987bcab01b929eb2c07877b224215c92",
1184
+ "followersCount": 40,
1185
+ "following": "http://api.thisismyjam.com/1/Thom/following.json?key=987bcab01b929eb2c07877b224215c92",
1186
+ "followingCount": 14,
1187
+ "fullname": "Thom Allott",
1188
+ "hasCurrentJam": true,
1189
+ "jamCount": 29,
1190
+ "joinedDate": "Wed, 14 Dec 2011 22:26:13 +0000",
1191
+ "name": "Thom",
1192
+ "representativeArtists": [
1193
+ "Dennis Wilson",
1194
+ "The Pointer Sisters",
1195
+ "Van Dyke Parks",
1196
+ "Neil Young"
1197
+ ],
1198
+ "url": "http://www.thisismyjam.com/Thom"
1199
+ },
1200
+ {
1201
+ "apiUrl": "http://api.thisismyjam.com/1/ktrey.json?key=987bcab01b929eb2c07877b224215c92",
1202
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_edc8b07d376d9c4f75174f971f13b677_128.jpg",
1203
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_edc8b07d376d9c4f75174f971f13b677_small.jpg",
1204
+ "bio": "",
1205
+ "followedDate": "Sun, 19 Feb 2012 18:25:33 +0000",
1206
+ "followers": "http://api.thisismyjam.com/1/ktrey/followers.json?key=987bcab01b929eb2c07877b224215c92",
1207
+ "followersCount": 29,
1208
+ "following": "http://api.thisismyjam.com/1/ktrey/following.json?key=987bcab01b929eb2c07877b224215c92",
1209
+ "followingCount": 38,
1210
+ "fullname": "ktrey",
1211
+ "hasCurrentJam": true,
1212
+ "jamCount": 18,
1213
+ "joinedDate": "Sun, 22 Jan 2012 15:47:08 +0000",
1214
+ "lastfmName": "ktrey",
1215
+ "name": "ktrey",
1216
+ "representativeArtists": [
1217
+ "Wire",
1218
+ "Lord Large",
1219
+ "Tommy James & The Shondells",
1220
+ "Messer Chups"
1221
+ ],
1222
+ "twitterName": "ktrey",
1223
+ "url": "http://www.thisismyjam.com/ktrey"
1224
+ },
1225
+ {
1226
+ "apiUrl": "http://api.thisismyjam.com/1/eclairfifi.json?key=987bcab01b929eb2c07877b224215c92",
1227
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_22b5f5ce8be44afc0696679380974ac9_128.jpg",
1228
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_22b5f5ce8be44afc0696679380974ac9_small.jpg",
1229
+ "bio": "I play other peoples' records and rep LuckyMe................\nBookings: info@thisisluckyme.com",
1230
+ "followedDate": "Fri, 17 Feb 2012 14:55:53 +0000",
1231
+ "followers": "http://api.thisismyjam.com/1/eclairfifi/followers.json?key=987bcab01b929eb2c07877b224215c92",
1232
+ "followersCount": 139,
1233
+ "following": "http://api.thisismyjam.com/1/eclairfifi/following.json?key=987bcab01b929eb2c07877b224215c92",
1234
+ "followingCount": 8,
1235
+ "fullname": "eclair Fifi LuckyMe",
1236
+ "hasCurrentJam": false,
1237
+ "jamCount": 16,
1238
+ "joinedDate": "Sat, 26 Nov 2011 19:32:52 +0000",
1239
+ "name": "eclairfifi",
1240
+ "representativeArtists": [
1241
+ "NOCERA",
1242
+ "n.e.r.d.",
1243
+ "Anna Domino",
1244
+ "Bobby Valentino Feat Yung Joe"
1245
+ ],
1246
+ "twitterName": "eclairfifi",
1247
+ "url": "http://www.thisismyjam.com/eclairfifi"
1248
+ },
1249
+ {
1250
+ "apiUrl": "http://api.thisismyjam.com/1/mirnanda.json?key=987bcab01b929eb2c07877b224215c92",
1251
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_4abc9bb6b38f742f789293e6ab53cdc5_128.jpg",
1252
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_4abc9bb6b38f742f789293e6ab53cdc5_small.jpg",
1253
+ "bio": "real-life girl living on the internet",
1254
+ "facebookID": "20916072",
1255
+ "followedDate": "Thu, 26 Jan 2012 23:44:02 +0000",
1256
+ "followers": "http://api.thisismyjam.com/1/mirnanda/followers.json?key=987bcab01b929eb2c07877b224215c92",
1257
+ "followersCount": 86,
1258
+ "following": "http://api.thisismyjam.com/1/mirnanda/following.json?key=987bcab01b929eb2c07877b224215c92",
1259
+ "followingCount": 44,
1260
+ "fullname": "Miranda Everitt",
1261
+ "hasCurrentJam": true,
1262
+ "jamCount": 41,
1263
+ "joinedDate": "Fri, 11 Nov 2011 17:36:28 +0000",
1264
+ "name": "mirnanda",
1265
+ "representativeArtists": [
1266
+ "Roxy Music",
1267
+ "The Beatles",
1268
+ "?",
1269
+ "Twin Shadow"
1270
+ ],
1271
+ "twitterName": "mirnanda",
1272
+ "url": "http://www.thisismyjam.com/mirnanda"
1273
+ },
1274
+ {
1275
+ "apiUrl": "http://api.thisismyjam.com/1/left_blank.json?key=987bcab01b929eb2c07877b224215c92",
1276
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_d5230f57aa9d904e3b823c8505e8e476_128.jpg",
1277
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_d5230f57aa9d904e3b823c8505e8e476_small.jpg",
1278
+ "bio": "Label run by Throwing Snow and cohorts. \r\n\r\nLB003: El Kid - Hypnosis EP Out Now",
1279
+ "followedDate": "Mon, 23 Jan 2012 23:01:55 +0000",
1280
+ "followers": "http://api.thisismyjam.com/1/left_blank/followers.json?key=987bcab01b929eb2c07877b224215c92",
1281
+ "followersCount": 27,
1282
+ "following": "http://api.thisismyjam.com/1/left_blank/following.json?key=987bcab01b929eb2c07877b224215c92",
1283
+ "followingCount": 16,
1284
+ "fullname": "Patrick (left_blank)",
1285
+ "hasCurrentJam": true,
1286
+ "jamCount": 9,
1287
+ "joinedDate": "Mon, 23 Jan 2012 21:20:11 +0000",
1288
+ "name": "left_blank",
1289
+ "representativeArtists": [
1290
+ "Newworldaquarium",
1291
+ "Anne Clark",
1292
+ "Hype Williams",
1293
+ "Fockewulf 190"
1294
+ ],
1295
+ "twitterName": "leftblankuk",
1296
+ "url": "http://www.thisismyjam.com/left_blank"
1297
+ },
1298
+ {
1299
+ "apiUrl": "http://api.thisismyjam.com/1/givp.json?key=987bcab01b929eb2c07877b224215c92",
1300
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_b5c53a90a74b9acfab8bb9d94079d734_128.jpg",
1301
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_b5c53a90a74b9acfab8bb9d94079d734_small.jpg",
1302
+ "bio": "I like stuff, lots of stuff.",
1303
+ "facebookID": "525788592",
1304
+ "followedDate": "Thu, 19 Jan 2012 14:24:38 +0000",
1305
+ "followers": "http://api.thisismyjam.com/1/givp/followers.json?key=987bcab01b929eb2c07877b224215c92",
1306
+ "followersCount": 40,
1307
+ "following": "http://api.thisismyjam.com/1/givp/following.json?key=987bcab01b929eb2c07877b224215c92",
1308
+ "followingCount": 51,
1309
+ "fullname": "Giv Parvaneh",
1310
+ "hasCurrentJam": true,
1311
+ "jamCount": 29,
1312
+ "joinedDate": "Wed, 07 Dec 2011 08:18:27 +0000",
1313
+ "name": "givp",
1314
+ "representativeArtists": [
1315
+ "Anika",
1316
+ "Ministry",
1317
+ "Modern Art",
1318
+ "Ariel Pink's Haunted Graffiti"
1319
+ ],
1320
+ "twitterName": "givp",
1321
+ "url": "http://www.thisismyjam.com/givp"
1322
+ },
1323
+ {
1324
+ "apiUrl": "http://api.thisismyjam.com/1/neave.json?key=987bcab01b929eb2c07877b224215c92",
1325
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_2e117786f3177a7e9804ebdbf98a4ab9_128.png",
1326
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_2e117786f3177a7e9804ebdbf98a4ab9_small.png",
1327
+ "bio": "",
1328
+ "followedDate": "Wed, 18 Jan 2012 16:33:47 +0000",
1329
+ "followers": "http://api.thisismyjam.com/1/neave/followers.json?key=987bcab01b929eb2c07877b224215c92",
1330
+ "followersCount": 120,
1331
+ "following": "http://api.thisismyjam.com/1/neave/following.json?key=987bcab01b929eb2c07877b224215c92",
1332
+ "followingCount": 34,
1333
+ "fullname": "Paul Neave",
1334
+ "hasCurrentJam": false,
1335
+ "jamCount": 15,
1336
+ "joinedDate": "Wed, 04 Jan 2012 19:23:42 +0000",
1337
+ "name": "neave",
1338
+ "representativeArtists": [
1339
+ "DAT Politics",
1340
+ "tUnE-YaRdS",
1341
+ "Chuck Norris",
1342
+ "Animotion"
1343
+ ],
1344
+ "twitterName": "neave",
1345
+ "url": "http://www.thisismyjam.com/neave"
1346
+ },
1347
+ {
1348
+ "apiUrl": "http://api.thisismyjam.com/1/tomobedlam.json?key=987bcab01b929eb2c07877b224215c92",
1349
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_4fa07d0074455f50e0ce329e030ac2ed_128.jpg",
1350
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_4fa07d0074455f50e0ce329e030ac2ed_small.jpg",
1351
+ "bio": "I'm a bad babysitter",
1352
+ "facebookID": "61110242",
1353
+ "followedDate": "Sun, 18 Dec 2011 12:51:13 +0000",
1354
+ "followers": "http://api.thisismyjam.com/1/tomobedlam/followers.json?key=987bcab01b929eb2c07877b224215c92",
1355
+ "followersCount": 34,
1356
+ "following": "http://api.thisismyjam.com/1/tomobedlam/following.json?key=987bcab01b929eb2c07877b224215c92",
1357
+ "followingCount": 27,
1358
+ "fullname": "Tom O'Bedlam",
1359
+ "hasCurrentJam": true,
1360
+ "jamCount": 67,
1361
+ "joinedDate": "Mon, 05 Dec 2011 22:34:36 +0000",
1362
+ "name": "tomobedlam",
1363
+ "representativeArtists": [
1364
+ "The Fall",
1365
+ "Althea & Donna",
1366
+ "Internet Forever",
1367
+ ""
1368
+ ],
1369
+ "twitterName": "Tom_OBedlam",
1370
+ "url": "http://www.thisismyjam.com/tomobedlam"
1371
+ },
1372
+ {
1373
+ "apiUrl": "http://api.thisismyjam.com/1/klaushubben.json?key=987bcab01b929eb2c07877b224215c92",
1374
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_26f0e6e6af921c59970eb439e308bb88_128.gif",
1375
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_26f0e6e6af921c59970eb439e308bb88_small.gif",
1376
+ "bio": "Software developer at Genuine Interactive, general OOP enthusiast. Multi-instrumentalist. One of the only people you know from Delaware.",
1377
+ "followedDate": "Thu, 08 Dec 2011 14:33:09 +0000",
1378
+ "followers": "http://api.thisismyjam.com/1/klaushubben/followers.json?key=987bcab01b929eb2c07877b224215c92",
1379
+ "followersCount": 11,
1380
+ "following": "http://api.thisismyjam.com/1/klaushubben/following.json?key=987bcab01b929eb2c07877b224215c92",
1381
+ "followingCount": 2,
1382
+ "fullname": "Nicklaus Hubben",
1383
+ "hasCurrentJam": false,
1384
+ "jamCount": 9,
1385
+ "joinedDate": "Fri, 02 Dec 2011 14:22:19 +0000",
1386
+ "name": "klaushubben",
1387
+ "representativeArtists": [
1388
+ "Can",
1389
+ "Ted Leo and The Pharmacists",
1390
+ "Dead Or Alive",
1391
+ "Giorgio Moroder"
1392
+ ],
1393
+ "twitterName": "klaushubben",
1394
+ "url": "http://www.thisismyjam.com/klaushubben"
1395
+ },
1396
+ {
1397
+ "apiUrl": "http://api.thisismyjam.com/1/theremina.json?key=987bcab01b929eb2c07877b224215c92",
1398
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_e2b4959f6f53a649e91a74cd6020bab3_128.jpg",
1399
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_e2b4959f6f53a649e91a74cd6020bab3_small.jpg",
1400
+ "bio": "I make music and Coilhouse Magazine.",
1401
+ "facebookID": "1506137565",
1402
+ "followedDate": "Thu, 01 Dec 2011 21:24:20 +0000",
1403
+ "followers": "http://api.thisismyjam.com/1/theremina/followers.json?key=987bcab01b929eb2c07877b224215c92",
1404
+ "followersCount": 205,
1405
+ "following": "http://api.thisismyjam.com/1/theremina/following.json?key=987bcab01b929eb2c07877b224215c92",
1406
+ "followingCount": 62,
1407
+ "fullname": "Meredith Yayanos",
1408
+ "hasCurrentJam": true,
1409
+ "jamCount": 37,
1410
+ "joinedDate": "Thu, 01 Dec 2011 21:18:31 +0000",
1411
+ "name": "theremina",
1412
+ "representativeArtists": [
1413
+ "Faust",
1414
+ "Os Mutantes",
1415
+ "Jo Lemaire + Flouze",
1416
+ "Bjork"
1417
+ ],
1418
+ "twitterName": "Theremina",
1419
+ "url": "http://www.thisismyjam.com/theremina"
1420
+ },
1421
+ {
1422
+ "apiUrl": "http://api.thisismyjam.com/1/sierramarinara.json?key=987bcab01b929eb2c07877b224215c92",
1423
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_9984ebd701d89f039a934d921a660452_128.jpg",
1424
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_9984ebd701d89f039a934d921a660452_small.jpg",
1425
+ "bio": "A mild-mannered French and English major by day, an aspiring cartoonist by night. Enjoy the egocentric tweets I scream into the void that is The Internet.",
1426
+ "followedDate": "Thu, 01 Dec 2011 21:23:22 +0000",
1427
+ "followers": "http://api.thisismyjam.com/1/sierramarinara/followers.json?key=987bcab01b929eb2c07877b224215c92",
1428
+ "followersCount": 15,
1429
+ "following": "http://api.thisismyjam.com/1/sierramarinara/following.json?key=987bcab01b929eb2c07877b224215c92",
1430
+ "followingCount": 3,
1431
+ "fullname": "Sierra Moore",
1432
+ "hasCurrentJam": true,
1433
+ "jamCount": 23,
1434
+ "joinedDate": "Thu, 01 Dec 2011 20:50:41 +0000",
1435
+ "name": "sierramarinara",
1436
+ "representativeArtists": [
1437
+ "Gotye",
1438
+ "Madeon",
1439
+ "Miracles of Modern Science",
1440
+ "The Glitch Mob"
1441
+ ],
1442
+ "twitterName": "sierramarinara",
1443
+ "url": "http://www.thisismyjam.com/sierramarinara"
1444
+ },
1445
+ {
1446
+ "apiUrl": "http://api.thisismyjam.com/1/therobot.json?key=987bcab01b929eb2c07877b224215c92",
1447
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_aeaf8e901e19fb5df8b0f62d841ea7fe_128.jpg",
1448
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_aeaf8e901e19fb5df8b0f62d841ea7fe_small.jpg",
1449
+ "bio": "Sysadmin, chef, dj and lately a beattaster.",
1450
+ "facebookID": "715172063",
1451
+ "followedDate": "Sun, 20 Nov 2011 16:17:28 +0000",
1452
+ "followers": "http://api.thisismyjam.com/1/therobot/followers.json?key=987bcab01b929eb2c07877b224215c92",
1453
+ "followersCount": 17,
1454
+ "following": "http://api.thisismyjam.com/1/therobot/following.json?key=987bcab01b929eb2c07877b224215c92",
1455
+ "followingCount": 22,
1456
+ "fullname": "Jacobo Garc\u00eda",
1457
+ "hasCurrentJam": true,
1458
+ "jamCount": 14,
1459
+ "joinedDate": "Fri, 18 Nov 2011 11:06:52 +0000",
1460
+ "name": "therobot",
1461
+ "representativeArtists": [
1462
+ "The Black Keys",
1463
+ "Escort",
1464
+ "TODD TERJE",
1465
+ "Ray Mang"
1466
+ ],
1467
+ "twitterName": "therobot",
1468
+ "url": "http://www.thisismyjam.com/therobot"
1469
+ },
1470
+ {
1471
+ "apiUrl": "http://api.thisismyjam.com/1/bassclefbass.json?key=987bcab01b929eb2c07877b224215c92",
1472
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_8d24533fd058e7cb90ab2552c0f5aba9_128.jpg",
1473
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_8d24533fd058e7cb90ab2552c0f5aba9_small.jpg",
1474
+ "bio": "itinerant trombonist and sonic adventurer",
1475
+ "followedDate": "Sun, 20 Nov 2011 16:06:46 +0000",
1476
+ "followers": "http://api.thisismyjam.com/1/bassclefbass/followers.json?key=987bcab01b929eb2c07877b224215c92",
1477
+ "followersCount": 189,
1478
+ "following": "http://api.thisismyjam.com/1/bassclefbass/following.json?key=987bcab01b929eb2c07877b224215c92",
1479
+ "followingCount": 67,
1480
+ "fullname": "Bass Clef",
1481
+ "hasCurrentJam": false,
1482
+ "jamCount": 12,
1483
+ "joinedDate": "Sat, 29 Oct 2011 12:27:03 +0000",
1484
+ "name": "bassclefbass",
1485
+ "representativeArtists": [
1486
+ "Chris Watson",
1487
+ "Lee Perry",
1488
+ "The Fall",
1489
+ "Orchestre de la Paillote"
1490
+ ],
1491
+ "twitterName": "bassclefbass",
1492
+ "url": "http://www.thisismyjam.com/bassclefbass"
1493
+ }
1494
+ ]
1495
+ }