jammed 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
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,1333 @@
1
+ {
2
+ "list": {
3
+ "hasMore": true,
4
+ "next": "http://api.thisismyjam.com/1/search/person.json?q=Lana del Rey|Video games&by=track&page=2&key=987bcab01b929eb2c07877b224215c92"
5
+ },
6
+ "people": [
7
+ {
8
+ "apiUrl": "http://api.thisismyjam.com/1/katjafeldtmann.json?key=987bcab01b929eb2c07877b224215c92",
9
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_e70d7df5e936652e76372a7aa222217b_128.jpg",
10
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_e70d7df5e936652e76372a7aa222217b_small.jpg",
11
+ "bio": "Hard working and determined but always up for some fun! \nLove my baby boy Chopper (GSD) and in general mad about dogs!\nIf it's not 100% I am not happy.",
12
+ "facebookID": "689830349",
13
+ "followers": "http://api.thisismyjam.com/1/katjafeldtmann/followers.json?key=987bcab01b929eb2c07877b224215c92",
14
+ "followersCount": 1,
15
+ "following": "http://api.thisismyjam.com/1/katjafeldtmann/following.json?key=987bcab01b929eb2c07877b224215c92",
16
+ "followingCount": 1,
17
+ "fullname": "Katja Feldtmann",
18
+ "hasCurrentJam": true,
19
+ "jamCount": 2,
20
+ "joinedDate": "Wed, 28 Mar 2012 19:36:05 +0000",
21
+ "name": "katjafeldtmann",
22
+ "representativeArtists": [
23
+ "Lana Del Rey"
24
+ ],
25
+ "url": "http://www.thisismyjam.com/katjafeldtmann"
26
+ },
27
+ {
28
+ "apiUrl": "http://api.thisismyjam.com/1/JulianaXavier.json?key=987bcab01b929eb2c07877b224215c92",
29
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_ea201799cd3b58ddfabb912ee4fccd46_128.jpg",
30
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_ea201799cd3b58ddfabb912ee4fccd46_small.jpg",
31
+ "bio": "",
32
+ "facebookID": "531094881",
33
+ "followers": "http://api.thisismyjam.com/1/JulianaXavier/followers.json?key=987bcab01b929eb2c07877b224215c92",
34
+ "followersCount": 0,
35
+ "following": "http://api.thisismyjam.com/1/JulianaXavier/following.json?key=987bcab01b929eb2c07877b224215c92",
36
+ "followingCount": 1,
37
+ "fullname": "Juliana Xavier",
38
+ "hasCurrentJam": false,
39
+ "jamCount": 1,
40
+ "joinedDate": "Wed, 28 Mar 2012 11:06:24 +0000",
41
+ "name": "JulianaXavier",
42
+ "representativeArtists": [
43
+ "Lana Del Rey"
44
+ ],
45
+ "url": "http://www.thisismyjam.com/JulianaXavier"
46
+ },
47
+ {
48
+ "apiUrl": "http://api.thisismyjam.com/1/sojneb.json?key=987bcab01b929eb2c07877b224215c92",
49
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_466b4decac85edf7692cbed20125cf14_128.png",
50
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_466b4decac85edf7692cbed20125cf14_small.png",
51
+ "bio": null,
52
+ "followers": "http://api.thisismyjam.com/1/sojneb/followers.json?key=987bcab01b929eb2c07877b224215c92",
53
+ "followersCount": 4,
54
+ "following": "http://api.thisismyjam.com/1/sojneb/following.json?key=987bcab01b929eb2c07877b224215c92",
55
+ "followingCount": 1,
56
+ "fullname": null,
57
+ "hasCurrentJam": false,
58
+ "jamCount": 2,
59
+ "joinedDate": "Sat, 24 Mar 2012 11:58:53 +0000",
60
+ "name": "sojneb",
61
+ "representativeArtists": [
62
+ "Lana Del Rey",
63
+ "Adele"
64
+ ],
65
+ "url": "http://www.thisismyjam.com/sojneb"
66
+ },
67
+ {
68
+ "apiUrl": "http://api.thisismyjam.com/1/AlexandraFoley.json?key=987bcab01b929eb2c07877b224215c92",
69
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_b26a23f4df19a31ee40de351fe8f662e_128.jpg",
70
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_b26a23f4df19a31ee40de351fe8f662e_small.jpg",
71
+ "bio": "",
72
+ "facebookID": "617719602",
73
+ "followers": "http://api.thisismyjam.com/1/AlexandraFoley/followers.json?key=987bcab01b929eb2c07877b224215c92",
74
+ "followersCount": 0,
75
+ "following": "http://api.thisismyjam.com/1/AlexandraFoley/following.json?key=987bcab01b929eb2c07877b224215c92",
76
+ "followingCount": 0,
77
+ "fullname": "Alexandra Foley",
78
+ "hasCurrentJam": false,
79
+ "jamCount": 1,
80
+ "joinedDate": "Tue, 27 Mar 2012 10:42:39 +0000",
81
+ "name": "AlexandraFoley",
82
+ "representativeArtists": [
83
+ "Lana Del Rey"
84
+ ],
85
+ "twitterName": "missallyfoley",
86
+ "url": "http://www.thisismyjam.com/AlexandraFoley"
87
+ },
88
+ {
89
+ "apiUrl": "http://api.thisismyjam.com/1/MostBoringGirl.json?key=987bcab01b929eb2c07877b224215c92",
90
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_632c96f16f18f652f01f94dfbbe8f2a5_128.jpg",
91
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_632c96f16f18f652f01f94dfbbe8f2a5_small.jpg",
92
+ "bio": "I'd tell you why I'm the world's most boring girl, but it's so boring. I'm tired.",
93
+ "followers": "http://api.thisismyjam.com/1/MostBoringGirl/followers.json?key=987bcab01b929eb2c07877b224215c92",
94
+ "followersCount": 4,
95
+ "following": "http://api.thisismyjam.com/1/MostBoringGirl/following.json?key=987bcab01b929eb2c07877b224215c92",
96
+ "followingCount": 7,
97
+ "fullname": "Your Mom",
98
+ "hasCurrentJam": false,
99
+ "jamCount": 5,
100
+ "joinedDate": "Sun, 18 Mar 2012 22:46:18 +0000",
101
+ "name": "MostBoringGirl",
102
+ "representativeArtists": [
103
+ "Lana Del Rey",
104
+ "Julia Nunes",
105
+ "Gotye",
106
+ "fun."
107
+ ],
108
+ "twitterName": "MostBoringGirl",
109
+ "url": "http://www.thisismyjam.com/MostBoringGirl"
110
+ },
111
+ {
112
+ "apiUrl": "http://api.thisismyjam.com/1/Ms_Asifa.json?key=987bcab01b929eb2c07877b224215c92",
113
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_8777370afd86d1481bc103407c746891_128.jpg",
114
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_8777370afd86d1481bc103407c746891_small.jpg",
115
+ "bio": "Hard to pin down...I like surprising people :)",
116
+ "followers": "http://api.thisismyjam.com/1/Ms_Asifa/followers.json?key=987bcab01b929eb2c07877b224215c92",
117
+ "followersCount": 3,
118
+ "following": "http://api.thisismyjam.com/1/Ms_Asifa/following.json?key=987bcab01b929eb2c07877b224215c92",
119
+ "followingCount": 0,
120
+ "fullname": "Asifa Patel",
121
+ "hasCurrentJam": false,
122
+ "jamCount": 6,
123
+ "joinedDate": "Wed, 22 Feb 2012 23:08:23 +0000",
124
+ "name": "Ms_Asifa",
125
+ "representativeArtists": [
126
+ "Lana Del Rey",
127
+ "Joyce Sims",
128
+ "Lauryn Hill"
129
+ ],
130
+ "url": "http://www.thisismyjam.com/Ms_Asifa"
131
+ },
132
+ {
133
+ "apiUrl": "http://api.thisismyjam.com/1/bounder.json?key=987bcab01b929eb2c07877b224215c92",
134
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_ddb132f183ae014d900195447da57c65_128.png",
135
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_ddb132f183ae014d900195447da57c65_small.png",
136
+ "bio": "Too dashing to be poor, too interesting to work for his money. cf @DirtyBristowMag @BirminghamINS, @PierReview. ",
137
+ "facebookID": "636361166",
138
+ "followers": "http://api.thisismyjam.com/1/bounder/followers.json?key=987bcab01b929eb2c07877b224215c92",
139
+ "followersCount": 38,
140
+ "following": "http://api.thisismyjam.com/1/bounder/following.json?key=987bcab01b929eb2c07877b224215c92",
141
+ "followingCount": 11,
142
+ "fullname": "Jon Bounds",
143
+ "hasCurrentJam": true,
144
+ "jamCount": 17,
145
+ "joinedDate": "Fri, 06 Jan 2012 15:10:54 +0000",
146
+ "name": "bounder",
147
+ "representativeArtists": [
148
+ "Lana Del Rey",
149
+ "The Chocolate Watch Band",
150
+ "Dolly Parton",
151
+ "Cliff Richards"
152
+ ],
153
+ "twitterName": "bounder",
154
+ "url": "http://www.thisismyjam.com/bounder"
155
+ },
156
+ {
157
+ "apiUrl": "http://api.thisismyjam.com/1/_Everything_Zen.json?key=987bcab01b929eb2c07877b224215c92",
158
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_96126815f168c9c35c09666c5beeefc8_128.jpg",
159
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_96126815f168c9c35c09666c5beeefc8_small.jpg",
160
+ "bio": "What did you expect? To get all you compromised back?",
161
+ "followers": "http://api.thisismyjam.com/1/_Everything_Zen/followers.json?key=987bcab01b929eb2c07877b224215c92",
162
+ "followersCount": 11,
163
+ "following": "http://api.thisismyjam.com/1/_Everything_Zen/following.json?key=987bcab01b929eb2c07877b224215c92",
164
+ "followingCount": 13,
165
+ "fullname": "KCK",
166
+ "hasCurrentJam": true,
167
+ "jamCount": 31,
168
+ "joinedDate": "Tue, 06 Mar 2012 17:43:08 +0000",
169
+ "name": "_Everything_Zen",
170
+ "representativeArtists": [
171
+ "Lana Del Rey",
172
+ "The Avett Brothers",
173
+ "Crash Kings",
174
+ "MUTEMATH"
175
+ ],
176
+ "twitterName": "_Everything_Zen",
177
+ "url": "http://www.thisismyjam.com/_Everything_Zen"
178
+ },
179
+ {
180
+ "apiUrl": "http://api.thisismyjam.com/1/zprteam.json?key=987bcab01b929eb2c07877b224215c92",
181
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_390f901058b2677f390ae12a7f328bd7_128.jpg",
182
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_390f901058b2677f390ae12a7f328bd7_small.jpg",
183
+ "bio": "22 retail PR girls based in Soho.",
184
+ "followers": "http://api.thisismyjam.com/1/zprteam/followers.json?key=987bcab01b929eb2c07877b224215c92",
185
+ "followersCount": 0,
186
+ "following": "http://api.thisismyjam.com/1/zprteam/following.json?key=987bcab01b929eb2c07877b224215c92",
187
+ "followingCount": 6,
188
+ "fullname": "ZPR Girls",
189
+ "hasCurrentJam": false,
190
+ "jamCount": 2,
191
+ "joinedDate": "Tue, 20 Mar 2012 10:00:36 +0000",
192
+ "name": "zprteam",
193
+ "representativeArtists": [
194
+ "Lana Del Rey",
195
+ "2012"
196
+ ],
197
+ "url": "http://www.thisismyjam.com/zprteam"
198
+ },
199
+ {
200
+ "apiUrl": "http://api.thisismyjam.com/1/KarinaPortugal.json?key=987bcab01b929eb2c07877b224215c92",
201
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_57813f72646a7f2f848b530177f46cbf_128.jpg",
202
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_57813f72646a7f2f848b530177f46cbf_small.jpg",
203
+ "bio": "",
204
+ "facebookID": "616010503",
205
+ "followers": "http://api.thisismyjam.com/1/KarinaPortugal/followers.json?key=987bcab01b929eb2c07877b224215c92",
206
+ "followersCount": 12,
207
+ "following": "http://api.thisismyjam.com/1/KarinaPortugal/following.json?key=987bcab01b929eb2c07877b224215c92",
208
+ "followingCount": 17,
209
+ "fullname": "Karina Portugal",
210
+ "hasCurrentJam": false,
211
+ "jamCount": 12,
212
+ "joinedDate": "Sun, 15 Jan 2012 13:31:01 +0000",
213
+ "name": "KarinaPortugal",
214
+ "representativeArtists": [
215
+ "Lana Del Rey",
216
+ "Young The Giant",
217
+ "Washington Square",
218
+ "College"
219
+ ],
220
+ "twitterName": "kaportugal",
221
+ "url": "http://www.thisismyjam.com/KarinaPortugal"
222
+ },
223
+ {
224
+ "apiUrl": "http://api.thisismyjam.com/1/woodie.json?key=987bcab01b929eb2c07877b224215c92",
225
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_e7422431210cbeeeb9eb9b1cb92a97a2_128.jpg",
226
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_e7422431210cbeeeb9eb9b1cb92a97a2_small.jpg",
227
+ "bio": "",
228
+ "followers": "http://api.thisismyjam.com/1/woodie/followers.json?key=987bcab01b929eb2c07877b224215c92",
229
+ "followersCount": 0,
230
+ "following": "http://api.thisismyjam.com/1/woodie/following.json?key=987bcab01b929eb2c07877b224215c92",
231
+ "followingCount": 5,
232
+ "fullname": "Josh Wood",
233
+ "hasCurrentJam": false,
234
+ "jamCount": 8,
235
+ "joinedDate": "Sat, 17 Mar 2012 01:19:43 +0000",
236
+ "name": "woodie",
237
+ "representativeArtists": [
238
+ "Lana Del Rey",
239
+ "Iko Iko",
240
+ "Olly Hite"
241
+ ],
242
+ "twitterName": "jdwoodr",
243
+ "url": "http://www.thisismyjam.com/woodie"
244
+ },
245
+ {
246
+ "apiUrl": "http://api.thisismyjam.com/1/Riff_Raff.json?key=987bcab01b929eb2c07877b224215c92",
247
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_ac7dc5eefc8b7844be4e72989df9b7a6_128.jpg",
248
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_ac7dc5eefc8b7844be4e72989df9b7a6_small.jpg",
249
+ "bio": "self confessed girl geek working in pharma public relations (Porter Novelli - I may occasionally tweet about clients)",
250
+ "followers": "http://api.thisismyjam.com/1/Riff_Raff/followers.json?key=987bcab01b929eb2c07877b224215c92",
251
+ "followersCount": 4,
252
+ "following": "http://api.thisismyjam.com/1/Riff_Raff/following.json?key=987bcab01b929eb2c07877b224215c92",
253
+ "followingCount": 4,
254
+ "fullname": "Hayley Jayawardene",
255
+ "hasCurrentJam": false,
256
+ "jamCount": 4,
257
+ "joinedDate": "Tue, 07 Feb 2012 17:45:04 +0000",
258
+ "name": "Riff_Raff",
259
+ "representativeArtists": [
260
+ "Lana Del Rey",
261
+ "Billy Joel",
262
+ "Lou Reed"
263
+ ],
264
+ "twitterName": "Riff_Raff",
265
+ "url": "http://www.thisismyjam.com/Riff_Raff"
266
+ },
267
+ {
268
+ "apiUrl": "http://api.thisismyjam.com/1/loversandhaters.json?key=987bcab01b929eb2c07877b224215c92",
269
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_fccc4f9880a3662455fd74bbf8470181_128.jpg",
270
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_fccc4f9880a3662455fd74bbf8470181_small.jpg",
271
+ "bio": "I am a sentimental dork.",
272
+ "facebookID": "783995572",
273
+ "followers": "http://api.thisismyjam.com/1/loversandhaters/followers.json?key=987bcab01b929eb2c07877b224215c92",
274
+ "followersCount": 9,
275
+ "following": "http://api.thisismyjam.com/1/loversandhaters/following.json?key=987bcab01b929eb2c07877b224215c92",
276
+ "followingCount": 4,
277
+ "fullname": "Karen Chow",
278
+ "hasCurrentJam": false,
279
+ "jamCount": 6,
280
+ "joinedDate": "Fri, 27 Jan 2012 23:00:28 +0000",
281
+ "name": "loversandhaters",
282
+ "representativeArtists": [
283
+ "Lana Del Rey",
284
+ "Bright Eyes",
285
+ "Casiotone for the Painfully Alone"
286
+ ],
287
+ "url": "http://www.thisismyjam.com/loversandhaters"
288
+ },
289
+ {
290
+ "apiUrl": "http://api.thisismyjam.com/1/maluraqqq.json?key=987bcab01b929eb2c07877b224215c92",
291
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_d72ebdb9778a84ec8e3054b112858f80_128.jpg",
292
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_d72ebdb9778a84ec8e3054b112858f80_small.jpg",
293
+ "bio": "Desfavorecida f\u00edsica,mental e espiritualmente. Apenax do @kllzdc ~ http://flavors.me/maluraqqq",
294
+ "facebookID": "583630257",
295
+ "followers": "http://api.thisismyjam.com/1/maluraqqq/followers.json?key=987bcab01b929eb2c07877b224215c92",
296
+ "followersCount": 2,
297
+ "following": "http://api.thisismyjam.com/1/maluraqqq/following.json?key=987bcab01b929eb2c07877b224215c92",
298
+ "followingCount": 2,
299
+ "fullname": "Morita ;; Senpai \u2716",
300
+ "hasCurrentJam": true,
301
+ "jamCount": 8,
302
+ "joinedDate": "Tue, 21 Feb 2012 04:10:20 +0000",
303
+ "name": "maluraqqq",
304
+ "representativeArtists": [
305
+ "Lana Del Rey",
306
+ "Silverchair",
307
+ "Marisa Monte"
308
+ ],
309
+ "twitterName": "kurasakimeiko",
310
+ "url": "http://www.thisismyjam.com/maluraqqq"
311
+ },
312
+ {
313
+ "apiUrl": "http://api.thisismyjam.com/1/katek_.json?key=987bcab01b929eb2c07877b224215c92",
314
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_eaf5e5fb4aed52f28f16246ea21527e4_128.jpg",
315
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_eaf5e5fb4aed52f28f16246ea21527e4_small.jpg",
316
+ "bio": "what doesn't bend, breaks\r\n\r\nThis is how it works\r\nYou're young until you're not\r\nYou love until you don't\r\nYou try until you can't\r\nYou laugh until you cry\r\nYou cry until you laugh\r\nAnd everyone must breathe\r\nUntil their dying breath\r\n\r\nNo, this is how i",
317
+ "facebookID": "187901292",
318
+ "followers": "http://api.thisismyjam.com/1/katek_/followers.json?key=987bcab01b929eb2c07877b224215c92",
319
+ "followersCount": 5,
320
+ "following": "http://api.thisismyjam.com/1/katek_/following.json?key=987bcab01b929eb2c07877b224215c92",
321
+ "followingCount": 4,
322
+ "fullname": "Kate Klein",
323
+ "hasCurrentJam": false,
324
+ "jamCount": 4,
325
+ "joinedDate": "Wed, 14 Mar 2012 03:29:37 +0000",
326
+ "name": "katek_",
327
+ "representativeArtists": [
328
+ "Lana Del Rey",
329
+ "Florence + The Machine",
330
+ "Robyn",
331
+ "Rihanna"
332
+ ],
333
+ "url": "http://www.thisismyjam.com/katek_"
334
+ },
335
+ {
336
+ "apiUrl": "http://api.thisismyjam.com/1/BadtzGirl.json?key=987bcab01b929eb2c07877b224215c92",
337
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_76dfed884c080a543aa378070495717f_128.jpg",
338
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_76dfed884c080a543aa378070495717f_small.jpg",
339
+ "bio": "",
340
+ "facebookID": "1352477012",
341
+ "followers": "http://api.thisismyjam.com/1/BadtzGirl/followers.json?key=987bcab01b929eb2c07877b224215c92",
342
+ "followersCount": 1,
343
+ "following": "http://api.thisismyjam.com/1/BadtzGirl/following.json?key=987bcab01b929eb2c07877b224215c92",
344
+ "followingCount": 1,
345
+ "fullname": "Julia IV",
346
+ "hasCurrentJam": false,
347
+ "jamCount": 5,
348
+ "joinedDate": "Tue, 13 Mar 2012 19:49:24 +0000",
349
+ "name": "BadtzGirl",
350
+ "representativeArtists": [
351
+ "Lana Del Rey",
352
+ "Keren Ann",
353
+ "Frou Frou",
354
+ "Heartless Bastards"
355
+ ],
356
+ "twitterName": "jkubik3000",
357
+ "url": "http://www.thisismyjam.com/BadtzGirl"
358
+ },
359
+ {
360
+ "apiUrl": "http://api.thisismyjam.com/1/iainsiphone.json?key=987bcab01b929eb2c07877b224215c92",
361
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_6d639679539f812ba5109cf9da58a156_128.png",
362
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_6d639679539f812ba5109cf9da58a156_small.png",
363
+ "bio": null,
364
+ "facebookID": "100000947193972",
365
+ "followers": "http://api.thisismyjam.com/1/iainsiphone/followers.json?key=987bcab01b929eb2c07877b224215c92",
366
+ "followersCount": 0,
367
+ "following": "http://api.thisismyjam.com/1/iainsiphone/following.json?key=987bcab01b929eb2c07877b224215c92",
368
+ "followingCount": 0,
369
+ "fullname": null,
370
+ "hasCurrentJam": true,
371
+ "jamCount": 11,
372
+ "joinedDate": "Tue, 21 Feb 2012 14:02:16 +0000",
373
+ "name": "iainsiphone",
374
+ "representativeArtists": [
375
+ "Lana Del Rey",
376
+ "Gang of Four",
377
+ "Greenskeepers"
378
+ ],
379
+ "twitterName": "GM2TWO",
380
+ "url": "http://www.thisismyjam.com/iainsiphone"
381
+ },
382
+ {
383
+ "apiUrl": "http://api.thisismyjam.com/1/AAinslie.json?key=987bcab01b929eb2c07877b224215c92",
384
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_a54130bc60fb4827696daae031ed8117_128.jpg",
385
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_a54130bc60fb4827696daae031ed8117_small.jpg",
386
+ "bio": "A Compassionate Capitalist. In it For Good.",
387
+ "followers": "http://api.thisismyjam.com/1/AAinslie/followers.json?key=987bcab01b929eb2c07877b224215c92",
388
+ "followersCount": 3,
389
+ "following": "http://api.thisismyjam.com/1/AAinslie/following.json?key=987bcab01b929eb2c07877b224215c92",
390
+ "followingCount": 18,
391
+ "fullname": "Alexander Ainslie",
392
+ "hasCurrentJam": false,
393
+ "jamCount": 3,
394
+ "joinedDate": "Sat, 03 Mar 2012 15:03:47 +0000",
395
+ "name": "AAinslie",
396
+ "representativeArtists": [
397
+ "Lana Del Rey",
398
+ "Edwina Hayes"
399
+ ],
400
+ "twitterName": "AAinslie",
401
+ "url": "http://www.thisismyjam.com/AAinslie"
402
+ },
403
+ {
404
+ "apiUrl": "http://api.thisismyjam.com/1/trouserboy.json?key=987bcab01b929eb2c07877b224215c92",
405
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_1ed2730cae14447b9394450235e993ae_128.jpg",
406
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_1ed2730cae14447b9394450235e993ae_small.jpg",
407
+ "bio": "",
408
+ "followers": "http://api.thisismyjam.com/1/trouserboy/followers.json?key=987bcab01b929eb2c07877b224215c92",
409
+ "followersCount": 1,
410
+ "following": "http://api.thisismyjam.com/1/trouserboy/following.json?key=987bcab01b929eb2c07877b224215c92",
411
+ "followingCount": 0,
412
+ "fullname": "D Crowe",
413
+ "hasCurrentJam": false,
414
+ "jamCount": 6,
415
+ "joinedDate": "Tue, 06 Mar 2012 00:42:45 +0000",
416
+ "name": "trouserboy",
417
+ "representativeArtists": [
418
+ "Lana Del Rey",
419
+ "TISM",
420
+ "Nero"
421
+ ],
422
+ "twitterName": "trouserboy",
423
+ "url": "http://www.thisismyjam.com/trouserboy"
424
+ },
425
+ {
426
+ "apiUrl": "http://api.thisismyjam.com/1/allywong.json?key=987bcab01b929eb2c07877b224215c92",
427
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_5ac74f7b1361a0d92c85b79a0c75371d_128.jpg",
428
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_5ac74f7b1361a0d92c85b79a0c75371d_small.jpg",
429
+ "bio": "Quod me Nutrit me Destruit.\r\nAn Aries. Likes Socializing. Hate Crowds. ",
430
+ "followers": "http://api.thisismyjam.com/1/allywong/followers.json?key=987bcab01b929eb2c07877b224215c92",
431
+ "followersCount": 3,
432
+ "following": "http://api.thisismyjam.com/1/allywong/following.json?key=987bcab01b929eb2c07877b224215c92",
433
+ "followingCount": 12,
434
+ "fullname": "Ally",
435
+ "hasCurrentJam": false,
436
+ "jamCount": 2,
437
+ "joinedDate": "Sat, 10 Mar 2012 06:34:34 +0000",
438
+ "name": "allywong",
439
+ "representativeArtists": [
440
+ "Lana Del Rey",
441
+ "Gotye"
442
+ ],
443
+ "url": "http://www.thisismyjam.com/allywong"
444
+ },
445
+ {
446
+ "apiUrl": "http://api.thisismyjam.com/1/pcastela.json?key=987bcab01b929eb2c07877b224215c92",
447
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_3a603eac0c1b1ac6fb50a80132a348d5_128.png",
448
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_3a603eac0c1b1ac6fb50a80132a348d5_small.png",
449
+ "bio": ".engineer .trader .geek .\u03bcblogger",
450
+ "followers": "http://api.thisismyjam.com/1/pcastela/followers.json?key=987bcab01b929eb2c07877b224215c92",
451
+ "followersCount": 1,
452
+ "following": "http://api.thisismyjam.com/1/pcastela/following.json?key=987bcab01b929eb2c07877b224215c92",
453
+ "followingCount": 1,
454
+ "fullname": "Pedro Castela",
455
+ "hasCurrentJam": false,
456
+ "jamCount": 1,
457
+ "joinedDate": "Fri, 10 Feb 2012 15:57:19 +0000",
458
+ "name": "pcastela",
459
+ "representativeArtists": [
460
+ "Lana Del Rey"
461
+ ],
462
+ "twitterName": "pcastela",
463
+ "url": "http://www.thisismyjam.com/pcastela"
464
+ },
465
+ {
466
+ "apiUrl": "http://api.thisismyjam.com/1/brittneyg.json?key=987bcab01b929eb2c07877b224215c92",
467
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_814092294705d7e7f9a886894f94b21b_128.jpg",
468
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_814092294705d7e7f9a886894f94b21b_small.jpg",
469
+ "bio": "A woman on the verge.",
470
+ "facebookID": "714017424",
471
+ "followers": "http://api.thisismyjam.com/1/brittneyg/followers.json?key=987bcab01b929eb2c07877b224215c92",
472
+ "followersCount": 109,
473
+ "following": "http://api.thisismyjam.com/1/brittneyg/following.json?key=987bcab01b929eb2c07877b224215c92",
474
+ "followingCount": 91,
475
+ "fullname": "brittney gilbert",
476
+ "hasCurrentJam": true,
477
+ "jamCount": 44,
478
+ "joinedDate": "Tue, 22 Nov 2011 22:30:44 +0000",
479
+ "name": "brittneyg",
480
+ "representativeArtists": [
481
+ "Lana Del Rey",
482
+ "Christopher Cross",
483
+ "Latyrx",
484
+ "Laura Veirs"
485
+ ],
486
+ "twitterName": "brittneyg",
487
+ "url": "http://www.thisismyjam.com/brittneyg"
488
+ },
489
+ {
490
+ "apiUrl": "http://api.thisismyjam.com/1/akYip.json?key=987bcab01b929eb2c07877b224215c92",
491
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_6d5e9ad4dd7d9ac1eaaaa05f90d3ef04_128.jpg",
492
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_6d5e9ad4dd7d9ac1eaaaa05f90d3ef04_small.jpg",
493
+ "bio": "Virtual World Blogger/Founder of SocialZukan.com, 3DPrintPrice.com, BigdataGames.com, EarnLearnWeb.com",
494
+ "followers": "http://api.thisismyjam.com/1/akYip/followers.json?key=987bcab01b929eb2c07877b224215c92",
495
+ "followersCount": 0,
496
+ "following": "http://api.thisismyjam.com/1/akYip/following.json?key=987bcab01b929eb2c07877b224215c92",
497
+ "followingCount": 1,
498
+ "fullname": "akYip\u3055\u3093",
499
+ "hasCurrentJam": false,
500
+ "jamCount": 3,
501
+ "joinedDate": "Fri, 17 Feb 2012 11:37:23 +0000",
502
+ "name": "akYip",
503
+ "representativeArtists": [
504
+ "Lana Del Rey",
505
+ "Grimes"
506
+ ],
507
+ "twitterName": "akYip",
508
+ "url": "http://www.thisismyjam.com/akYip"
509
+ },
510
+ {
511
+ "apiUrl": "http://api.thisismyjam.com/1/crawft.json?key=987bcab01b929eb2c07877b224215c92",
512
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_5ad18ef2b1b51822f9cf28da9192f126_128.jpg",
513
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_5ad18ef2b1b51822f9cf28da9192f126_small.jpg",
514
+ "bio": "",
515
+ "facebookID": "585194497",
516
+ "followers": "http://api.thisismyjam.com/1/crawft/followers.json?key=987bcab01b929eb2c07877b224215c92",
517
+ "followersCount": 8,
518
+ "following": "http://api.thisismyjam.com/1/crawft/following.json?key=987bcab01b929eb2c07877b224215c92",
519
+ "followingCount": 9,
520
+ "fullname": "Crawford Tait",
521
+ "hasCurrentJam": true,
522
+ "jamCount": 14,
523
+ "joinedDate": "Tue, 06 Mar 2012 22:56:29 +0000",
524
+ "name": "crawft",
525
+ "representativeArtists": [
526
+ "Lana Del Rey",
527
+ "Azealia Banks",
528
+ "Joker",
529
+ "DJ Q"
530
+ ],
531
+ "twitterName": "crawft",
532
+ "url": "http://www.thisismyjam.com/crawft"
533
+ },
534
+ {
535
+ "apiUrl": "http://api.thisismyjam.com/1/cathyv.json?key=987bcab01b929eb2c07877b224215c92",
536
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_02352479ab73046bdcdae4aac36bab0a_128.jpg",
537
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_02352479ab73046bdcdae4aac36bab0a_small.jpg",
538
+ "bio": "Former Londoner now based in the Bay Area. Stanford GSB grad. Obsessed w tech trends, reinventing retail, happiness research, skiing, SF life & fun travels",
539
+ "facebookID": "36905683",
540
+ "followers": "http://api.thisismyjam.com/1/cathyv/followers.json?key=987bcab01b929eb2c07877b224215c92",
541
+ "followersCount": 1,
542
+ "following": "http://api.thisismyjam.com/1/cathyv/following.json?key=987bcab01b929eb2c07877b224215c92",
543
+ "followingCount": 3,
544
+ "fullname": "Cathy Vigrass",
545
+ "hasCurrentJam": false,
546
+ "jamCount": 2,
547
+ "joinedDate": "Mon, 05 Mar 2012 22:04:31 +0000",
548
+ "name": "cathyv",
549
+ "representativeArtists": [
550
+ "Lana Del Rey",
551
+ "Gotye"
552
+ ],
553
+ "twitterName": "cathyvigrass",
554
+ "url": "http://www.thisismyjam.com/cathyv"
555
+ },
556
+ {
557
+ "apiUrl": "http://api.thisismyjam.com/1/Honor.json?key=987bcab01b929eb2c07877b224215c92",
558
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_eb0fd863477a78f7f6aba1aa6b919cd3_128.png",
559
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_eb0fd863477a78f7f6aba1aa6b919cd3_small.png",
560
+ "bio": "",
561
+ "followers": "http://api.thisismyjam.com/1/Honor/followers.json?key=987bcab01b929eb2c07877b224215c92",
562
+ "followersCount": 1,
563
+ "following": "http://api.thisismyjam.com/1/Honor/following.json?key=987bcab01b929eb2c07877b224215c92",
564
+ "followingCount": 2,
565
+ "fullname": "Honor Hellon",
566
+ "hasCurrentJam": false,
567
+ "jamCount": 4,
568
+ "joinedDate": "Thu, 23 Feb 2012 17:32:57 +0000",
569
+ "name": "Honor",
570
+ "representativeArtists": [
571
+ "Lana Del Rey",
572
+ "Hudson Mohawke",
573
+ "Otis Redding"
574
+ ],
575
+ "url": "http://www.thisismyjam.com/Honor"
576
+ },
577
+ {
578
+ "apiUrl": "http://api.thisismyjam.com/1/katedrawsthings.json?key=987bcab01b929eb2c07877b224215c92",
579
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_26ab99de14abd965fb382b461a5d04d7_128.png",
580
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_26ab99de14abd965fb382b461a5d04d7_small.png",
581
+ "bio": null,
582
+ "followers": "http://api.thisismyjam.com/1/katedrawsthings/followers.json?key=987bcab01b929eb2c07877b224215c92",
583
+ "followersCount": 1,
584
+ "following": "http://api.thisismyjam.com/1/katedrawsthings/following.json?key=987bcab01b929eb2c07877b224215c92",
585
+ "followingCount": 7,
586
+ "fullname": null,
587
+ "hasCurrentJam": false,
588
+ "jamCount": 3,
589
+ "joinedDate": "Mon, 05 Mar 2012 13:46:29 +0000",
590
+ "name": "katedrawsthings",
591
+ "representativeArtists": [
592
+ "Lana Del Rey",
593
+ "Ray LaMontagne",
594
+ "Phony PPL"
595
+ ],
596
+ "twitterName": "katedrawsthings",
597
+ "url": "http://www.thisismyjam.com/katedrawsthings"
598
+ },
599
+ {
600
+ "apiUrl": "http://api.thisismyjam.com/1/ellaboheme.json?key=987bcab01b929eb2c07877b224215c92",
601
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_b69476858ee16a426d04603eef087943_128.jpg",
602
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_b69476858ee16a426d04603eef087943_small.jpg",
603
+ "bio": "bio, semi-organic, some additives but no sweeteners, unfortunately. Some contents may have settled in transit. Pink haired Bipolar Bear. \n",
604
+ "followers": "http://api.thisismyjam.com/1/ellaboheme/followers.json?key=987bcab01b929eb2c07877b224215c92",
605
+ "followersCount": 21,
606
+ "following": "http://api.thisismyjam.com/1/ellaboheme/following.json?key=987bcab01b929eb2c07877b224215c92",
607
+ "followingCount": 18,
608
+ "fullname": "Charlotte",
609
+ "hasCurrentJam": false,
610
+ "jamCount": 3,
611
+ "joinedDate": "Wed, 15 Feb 2012 14:41:08 +0000",
612
+ "name": "ellaboheme",
613
+ "representativeArtists": [
614
+ "Lana Del Rey",
615
+ "Paolo Conte",
616
+ "The Beatles"
617
+ ],
618
+ "twitterName": "ellaboheme",
619
+ "url": "http://www.thisismyjam.com/ellaboheme"
620
+ },
621
+ {
622
+ "apiUrl": "http://api.thisismyjam.com/1/lokijki.json?key=987bcab01b929eb2c07877b224215c92",
623
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_166a287fe20951bacac42ce8af82fc76_128.png",
624
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_166a287fe20951bacac42ce8af82fc76_small.png",
625
+ "bio": "That guy who made that game once and then forgot to make any more. Also has a journal comic with many box people.",
626
+ "facebookID": "100000352035253",
627
+ "followers": "http://api.thisismyjam.com/1/lokijki/followers.json?key=987bcab01b929eb2c07877b224215c92",
628
+ "followersCount": 10,
629
+ "following": "http://api.thisismyjam.com/1/lokijki/following.json?key=987bcab01b929eb2c07877b224215c92",
630
+ "followingCount": 6,
631
+ "fullname": "Joseph Farrell",
632
+ "hasCurrentJam": false,
633
+ "jamCount": 12,
634
+ "joinedDate": "Mon, 09 Jan 2012 12:28:50 +0000",
635
+ "name": "lokijki",
636
+ "representativeArtists": [
637
+ "Lana Del Rey",
638
+ "Noah And The Whale",
639
+ "Wolf Parade",
640
+ "Maxence Cyrin"
641
+ ],
642
+ "twitterName": "lokijki",
643
+ "url": "http://www.thisismyjam.com/lokijki"
644
+ },
645
+ {
646
+ "apiUrl": "http://api.thisismyjam.com/1/JohnKilleenJK.json?key=987bcab01b929eb2c07877b224215c92",
647
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_07f332a0cdb50f3df8e363790c145087_128.jpg",
648
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_07f332a0cdb50f3df8e363790c145087_small.jpg",
649
+ "bio": "",
650
+ "facebookID": "100000581846648",
651
+ "followers": "http://api.thisismyjam.com/1/JohnKilleenJK/followers.json?key=987bcab01b929eb2c07877b224215c92",
652
+ "followersCount": 1,
653
+ "following": "http://api.thisismyjam.com/1/JohnKilleenJK/following.json?key=987bcab01b929eb2c07877b224215c92",
654
+ "followingCount": 1,
655
+ "fullname": "John Killeen",
656
+ "hasCurrentJam": false,
657
+ "jamCount": 4,
658
+ "joinedDate": "Fri, 17 Feb 2012 22:32:06 +0000",
659
+ "name": "JohnKilleenJK",
660
+ "representativeArtists": [
661
+ "Lana Del Rey",
662
+ "The Doors",
663
+ "C\u0153ur De Pirate"
664
+ ],
665
+ "url": "http://www.thisismyjam.com/JohnKilleenJK"
666
+ },
667
+ {
668
+ "apiUrl": "http://api.thisismyjam.com/1/mchuet.json?key=987bcab01b929eb2c07877b224215c92",
669
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_fc932131a5c6a7d68b74becfb2ffbaf5_128.jpg",
670
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_fc932131a5c6a7d68b74becfb2ffbaf5_small.jpg",
671
+ "bio": "",
672
+ "followers": "http://api.thisismyjam.com/1/mchuet/followers.json?key=987bcab01b929eb2c07877b224215c92",
673
+ "followersCount": 5,
674
+ "following": "http://api.thisismyjam.com/1/mchuet/following.json?key=987bcab01b929eb2c07877b224215c92",
675
+ "followingCount": 2,
676
+ "fullname": "",
677
+ "hasCurrentJam": true,
678
+ "jamCount": 18,
679
+ "joinedDate": "Tue, 14 Feb 2012 10:24:02 +0000",
680
+ "name": "mchuet",
681
+ "representativeArtists": [
682
+ "Lana Del Rey",
683
+ "Madonna",
684
+ "The Supremes",
685
+ "gossip"
686
+ ],
687
+ "url": "http://www.thisismyjam.com/mchuet"
688
+ },
689
+ {
690
+ "apiUrl": "http://api.thisismyjam.com/1/StevieBailey.json?key=987bcab01b929eb2c07877b224215c92",
691
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_e0dd76b26b551d198f23d4ee2ba3c8c9_128.jpg",
692
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_e0dd76b26b551d198f23d4ee2ba3c8c9_small.jpg",
693
+ "bio": "Likes: Football,The Chels, Golf, Racing, The Racing Post, GQ, NFL, The Force, shopping and generally taking things nice and easy.",
694
+ "followers": "http://api.thisismyjam.com/1/StevieBailey/followers.json?key=987bcab01b929eb2c07877b224215c92",
695
+ "followersCount": 6,
696
+ "following": "http://api.thisismyjam.com/1/StevieBailey/following.json?key=987bcab01b929eb2c07877b224215c92",
697
+ "followingCount": 2,
698
+ "fullname": "Steve Bailey",
699
+ "hasCurrentJam": true,
700
+ "jamCount": 50,
701
+ "joinedDate": "Sat, 25 Feb 2012 09:03:08 +0000",
702
+ "name": "StevieBailey",
703
+ "representativeArtists": [
704
+ "Lana Del Rey",
705
+ "Manic Street Preachers",
706
+ "The Ramones",
707
+ "John Williams"
708
+ ],
709
+ "twitterName": "StevieBailey",
710
+ "url": "http://www.thisismyjam.com/StevieBailey"
711
+ },
712
+ {
713
+ "apiUrl": "http://api.thisismyjam.com/1/arielney.json?key=987bcab01b929eb2c07877b224215c92",
714
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_c83574308580b4aa27408b4dbccfb2c0_128.jpg",
715
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_c83574308580b4aa27408b4dbccfb2c0_small.jpg",
716
+ "bio": "",
717
+ "facebookID": "1222411674",
718
+ "followers": "http://api.thisismyjam.com/1/arielney/followers.json?key=987bcab01b929eb2c07877b224215c92",
719
+ "followersCount": 0,
720
+ "following": "http://api.thisismyjam.com/1/arielney/following.json?key=987bcab01b929eb2c07877b224215c92",
721
+ "followingCount": 0,
722
+ "fullname": "Ariel Neydavoud",
723
+ "hasCurrentJam": false,
724
+ "jamCount": 1,
725
+ "joinedDate": "Mon, 27 Feb 2012 06:52:27 +0000",
726
+ "name": "arielney",
727
+ "representativeArtists": [
728
+ "Lana Del Rey"
729
+ ],
730
+ "url": "http://www.thisismyjam.com/arielney"
731
+ },
732
+ {
733
+ "apiUrl": "http://api.thisismyjam.com/1/ladiebear.json?key=987bcab01b929eb2c07877b224215c92",
734
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_61768c9593b87e1d64092d75b1026865_128.jpg",
735
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_61768c9593b87e1d64092d75b1026865_small.jpg",
736
+ "bio": "For the one who lives inside the fall,\r\nthe sky beneath the sky of all.",
737
+ "facebookID": "1239780252",
738
+ "followers": "http://api.thisismyjam.com/1/ladiebear/followers.json?key=987bcab01b929eb2c07877b224215c92",
739
+ "followersCount": 0,
740
+ "following": "http://api.thisismyjam.com/1/ladiebear/following.json?key=987bcab01b929eb2c07877b224215c92",
741
+ "followingCount": 0,
742
+ "fullname": "Katie Jacobsen",
743
+ "hasCurrentJam": false,
744
+ "jamCount": 1,
745
+ "joinedDate": "Sat, 25 Feb 2012 00:34:36 +0000",
746
+ "name": "ladiebear",
747
+ "representativeArtists": [
748
+ "Lana Del Rey "
749
+ ],
750
+ "twitterName": "thekatiestbear",
751
+ "url": "http://www.thisismyjam.com/ladiebear"
752
+ },
753
+ {
754
+ "apiUrl": "http://api.thisismyjam.com/1/bug311.json?key=987bcab01b929eb2c07877b224215c92",
755
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_2a387f3fdd39c5b81d01bb3e80ed2c44_128.jpg",
756
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_2a387f3fdd39c5b81d01bb3e80ed2c44_small.jpg",
757
+ "bio": "I'm mommy to the cutest dang kid ever, wifey to the most amazing, smart, handsome and funny man, and friend to many. I spend as much of my free time as I can with my kiddo and husband. I love music, especially 311 and electronic music. I like dogs. I like",
758
+ "facebookID": "1040390337",
759
+ "followers": "http://api.thisismyjam.com/1/bug311/followers.json?key=987bcab01b929eb2c07877b224215c92",
760
+ "followersCount": 1,
761
+ "following": "http://api.thisismyjam.com/1/bug311/following.json?key=987bcab01b929eb2c07877b224215c92",
762
+ "followingCount": 1,
763
+ "fullname": "Bug Hendrick",
764
+ "hasCurrentJam": false,
765
+ "jamCount": 3,
766
+ "joinedDate": "Thu, 09 Feb 2012 18:59:26 +0000",
767
+ "name": "bug311",
768
+ "representativeArtists": [
769
+ "Lana Del Rey",
770
+ "Deadmau5",
771
+ "Lita Ford"
772
+ ],
773
+ "url": "http://www.thisismyjam.com/bug311"
774
+ },
775
+ {
776
+ "apiUrl": "http://api.thisismyjam.com/1/JasonCvelbar.json?key=987bcab01b929eb2c07877b224215c92",
777
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_558f5604dda7ee6b87534182ff7dedb8_128.jpg",
778
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_558f5604dda7ee6b87534182ff7dedb8_small.jpg",
779
+ "bio": "",
780
+ "facebookID": "610752969",
781
+ "followers": "http://api.thisismyjam.com/1/JasonCvelbar/followers.json?key=987bcab01b929eb2c07877b224215c92",
782
+ "followersCount": 0,
783
+ "following": "http://api.thisismyjam.com/1/JasonCvelbar/following.json?key=987bcab01b929eb2c07877b224215c92",
784
+ "followingCount": 0,
785
+ "fullname": "Jason Cvelbar",
786
+ "hasCurrentJam": true,
787
+ "jamCount": 9,
788
+ "joinedDate": "Fri, 24 Feb 2012 01:11:06 +0000",
789
+ "name": "JasonCvelbar",
790
+ "representativeArtists": [
791
+ "Lana Del Rey",
792
+ "\"Jack of All Trades\"",
793
+ "The Black Keys "
794
+ ],
795
+ "url": "http://www.thisismyjam.com/JasonCvelbar"
796
+ },
797
+ {
798
+ "apiUrl": "http://api.thisismyjam.com/1/duey82.json?key=987bcab01b929eb2c07877b224215c92",
799
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_1b82814ae3cad7d8b205623b7c789bc3_128.png",
800
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_1b82814ae3cad7d8b205623b7c789bc3_small.png",
801
+ "bio": "Inconsistency is my only constancy. ",
802
+ "followers": "http://api.thisismyjam.com/1/duey82/followers.json?key=987bcab01b929eb2c07877b224215c92",
803
+ "followersCount": 0,
804
+ "following": "http://api.thisismyjam.com/1/duey82/following.json?key=987bcab01b929eb2c07877b224215c92",
805
+ "followingCount": 2,
806
+ "fullname": "",
807
+ "hasCurrentJam": false,
808
+ "jamCount": 1,
809
+ "joinedDate": "Thu, 23 Feb 2012 23:41:46 +0000",
810
+ "name": "duey82",
811
+ "representativeArtists": [
812
+ "Lana Del Rey"
813
+ ],
814
+ "url": "http://www.thisismyjam.com/duey82"
815
+ },
816
+ {
817
+ "apiUrl": "http://api.thisismyjam.com/1/stcnlyql.json?key=987bcab01b929eb2c07877b224215c92",
818
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_2cac26a858029846c8126e0881f5ea0f_128.png",
819
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_2cac26a858029846c8126e0881f5ea0f_small.png",
820
+ "bio": null,
821
+ "followers": "http://api.thisismyjam.com/1/stcnlyql/followers.json?key=987bcab01b929eb2c07877b224215c92",
822
+ "followersCount": 7,
823
+ "following": "http://api.thisismyjam.com/1/stcnlyql/following.json?key=987bcab01b929eb2c07877b224215c92",
824
+ "followingCount": 19,
825
+ "fullname": null,
826
+ "hasCurrentJam": false,
827
+ "jamCount": 4,
828
+ "joinedDate": "Tue, 14 Feb 2012 14:43:22 +0000",
829
+ "name": "stcnlyql",
830
+ "representativeArtists": [
831
+ "Lana Del Rey",
832
+ "Del Rey System",
833
+ "Joris Voorn - Lana Del Rey"
834
+ ],
835
+ "url": "http://www.thisismyjam.com/stcnlyql"
836
+ },
837
+ {
838
+ "apiUrl": "http://api.thisismyjam.com/1/heytien.json?key=987bcab01b929eb2c07877b224215c92",
839
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_0f57ee1371de649680a4aaefa90b0994_128.png",
840
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_0f57ee1371de649680a4aaefa90b0994_small.png",
841
+ "bio": "Accountant by trade (dont judge me). Absolutely passionate music lover. Aspiring amateur photographer. ",
842
+ "facebookID": "581590447",
843
+ "followers": "http://api.thisismyjam.com/1/heytien/followers.json?key=987bcab01b929eb2c07877b224215c92",
844
+ "followersCount": 6,
845
+ "following": "http://api.thisismyjam.com/1/heytien/following.json?key=987bcab01b929eb2c07877b224215c92",
846
+ "followingCount": 12,
847
+ "fullname": "",
848
+ "hasCurrentJam": false,
849
+ "jamCount": 7,
850
+ "joinedDate": "Thu, 16 Feb 2012 15:08:25 +0000",
851
+ "name": "heytien",
852
+ "representativeArtists": [
853
+ "Lana Del Rey",
854
+ "San Cisco",
855
+ "The Shins",
856
+ "Sean Paul"
857
+ ],
858
+ "twitterName": "heytien",
859
+ "url": "http://www.thisismyjam.com/heytien"
860
+ },
861
+ {
862
+ "apiUrl": "http://api.thisismyjam.com/1/boots.json?key=987bcab01b929eb2c07877b224215c92",
863
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_79b7ccb35fc79b6860eaa3e215fda489_128.jpg",
864
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_79b7ccb35fc79b6860eaa3e215fda489_small.jpg",
865
+ "bio": "Nerd, Photographer, Comm. Studies Major, IT Minor, Coffee Addict, and sometimes even more!",
866
+ "facebookID": "1232341008",
867
+ "followers": "http://api.thisismyjam.com/1/boots/followers.json?key=987bcab01b929eb2c07877b224215c92",
868
+ "followersCount": 0,
869
+ "following": "http://api.thisismyjam.com/1/boots/following.json?key=987bcab01b929eb2c07877b224215c92",
870
+ "followingCount": 0,
871
+ "fullname": "Kristy Grad",
872
+ "hasCurrentJam": false,
873
+ "jamCount": 5,
874
+ "joinedDate": "Fri, 10 Feb 2012 17:10:24 +0000",
875
+ "name": "boots",
876
+ "representativeArtists": [
877
+ "Lana Del Rey",
878
+ "Delta Spirit",
879
+ "First Aid Kit",
880
+ "The Shins"
881
+ ],
882
+ "twitterName": "thezenkitten",
883
+ "url": "http://www.thisismyjam.com/boots"
884
+ },
885
+ {
886
+ "apiUrl": "http://api.thisismyjam.com/1/nickjackson.json?key=987bcab01b929eb2c07877b224215c92",
887
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_2f2c970898f6281dc52d1f2ad9c1018e_128.jpg",
888
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_2f2c970898f6281dc52d1f2ad9c1018e_small.jpg",
889
+ "bio": "iA, digital strategy and online project-management. Has a small interest in everything. Avant-garde. Liberal. Patriot. Is more than likely looking for his keys.",
890
+ "facebookID": "592005136",
891
+ "followers": "http://api.thisismyjam.com/1/nickjackson/followers.json?key=987bcab01b929eb2c07877b224215c92",
892
+ "followersCount": 7,
893
+ "following": "http://api.thisismyjam.com/1/nickjackson/following.json?key=987bcab01b929eb2c07877b224215c92",
894
+ "followingCount": 22,
895
+ "fullname": "Nick Jackson",
896
+ "hasCurrentJam": true,
897
+ "jamCount": 10,
898
+ "joinedDate": "Tue, 14 Feb 2012 14:36:23 +0000",
899
+ "name": "nickjackson",
900
+ "representativeArtists": [
901
+ "Lana Del Rey",
902
+ "Whitney Houston",
903
+ "Journey",
904
+ "Live"
905
+ ],
906
+ "twitterName": "nickjackson",
907
+ "url": "http://www.thisismyjam.com/nickjackson"
908
+ },
909
+ {
910
+ "apiUrl": "http://api.thisismyjam.com/1/stephcragg.json?key=987bcab01b929eb2c07877b224215c92",
911
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_49db3195d00a594d0d1b8c365a27e980_128.jpg",
912
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_49db3195d00a594d0d1b8c365a27e980_small.jpg",
913
+ "bio": "IAMAMIWHOAMI: The love of my musical life.\r\n\r\nhttp://towhomitmayconcern.",
914
+ "followers": "http://api.thisismyjam.com/1/stephcragg/followers.json?key=987bcab01b929eb2c07877b224215c92",
915
+ "followersCount": 1,
916
+ "following": "http://api.thisismyjam.com/1/stephcragg/following.json?key=987bcab01b929eb2c07877b224215c92",
917
+ "followingCount": 1,
918
+ "fullname": "Steph Cragg",
919
+ "hasCurrentJam": false,
920
+ "jamCount": 2,
921
+ "joinedDate": "Tue, 14 Feb 2012 21:05:21 +0000",
922
+ "lastfmName": "Iamamfallingup",
923
+ "name": "stephcragg",
924
+ "representativeArtists": [
925
+ "Lana Del Rey"
926
+ ],
927
+ "twitterName": "Steph_Cragg",
928
+ "url": "http://www.thisismyjam.com/stephcragg"
929
+ },
930
+ {
931
+ "apiUrl": "http://api.thisismyjam.com/1/marianalh.json?key=987bcab01b929eb2c07877b224215c92",
932
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_c0e0fd68b3cf0d5c4e25bcb904947dac_128.jpg",
933
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_c0e0fd68b3cf0d5c4e25bcb904947dac_small.jpg",
934
+ "bio": "",
935
+ "facebookID": "1653982392",
936
+ "followers": "http://api.thisismyjam.com/1/marianalh/followers.json?key=987bcab01b929eb2c07877b224215c92",
937
+ "followersCount": 5,
938
+ "following": "http://api.thisismyjam.com/1/marianalh/following.json?key=987bcab01b929eb2c07877b224215c92",
939
+ "followingCount": 5,
940
+ "fullname": "Mariana Lara",
941
+ "hasCurrentJam": false,
942
+ "jamCount": 3,
943
+ "joinedDate": "Tue, 06 Dec 2011 20:47:12 +0000",
944
+ "name": "marianalh",
945
+ "representativeArtists": [
946
+ "Lana Del Rey",
947
+ "Bruno Mars"
948
+ ],
949
+ "url": "http://www.thisismyjam.com/marianalh"
950
+ },
951
+ {
952
+ "apiUrl": "http://api.thisismyjam.com/1/davesnothere4.json?key=987bcab01b929eb2c07877b224215c92",
953
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_6b903081cae682f915993e7cd93307fe_128.jpg",
954
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_6b903081cae682f915993e7cd93307fe_small.jpg",
955
+ "bio": "Life's Short Play Dead",
956
+ "followers": "http://api.thisismyjam.com/1/davesnothere4/followers.json?key=987bcab01b929eb2c07877b224215c92",
957
+ "followersCount": 12,
958
+ "following": "http://api.thisismyjam.com/1/davesnothere4/following.json?key=987bcab01b929eb2c07877b224215c92",
959
+ "followingCount": 11,
960
+ "fullname": "Dave",
961
+ "hasCurrentJam": false,
962
+ "jamCount": 18,
963
+ "joinedDate": "Mon, 09 Jan 2012 12:25:48 +0000",
964
+ "name": "davesnothere4",
965
+ "representativeArtists": [
966
+ "Lana Del Rey",
967
+ "AC/DC",
968
+ "The Muppets",
969
+ "Radiohead"
970
+ ],
971
+ "twitterName": "davesnothere4",
972
+ "url": "http://www.thisismyjam.com/davesnothere4"
973
+ },
974
+ {
975
+ "apiUrl": "http://api.thisismyjam.com/1/stardust007.json?key=987bcab01b929eb2c07877b224215c92",
976
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_afa15340cbc6d87359b357856c0b0989_128.jpg",
977
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_afa15340cbc6d87359b357856c0b0989_small.jpg",
978
+ "bio": "",
979
+ "followers": "http://api.thisismyjam.com/1/stardust007/followers.json?key=987bcab01b929eb2c07877b224215c92",
980
+ "followersCount": 0,
981
+ "following": "http://api.thisismyjam.com/1/stardust007/following.json?key=987bcab01b929eb2c07877b224215c92",
982
+ "followingCount": 0,
983
+ "fullname": "",
984
+ "hasCurrentJam": false,
985
+ "jamCount": 6,
986
+ "joinedDate": "Tue, 14 Feb 2012 21:32:23 +0000",
987
+ "name": "stardust007",
988
+ "representativeArtists": [
989
+ "Lana Del Rey",
990
+ "Dave Koz & Vanessa Williams",
991
+ "Florence + The Machine",
992
+ "Kraak & Smaak"
993
+ ],
994
+ "url": "http://www.thisismyjam.com/stardust007"
995
+ },
996
+ {
997
+ "apiUrl": "http://api.thisismyjam.com/1/roysee.json?key=987bcab01b929eb2c07877b224215c92",
998
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_b400b61f7626177e76318db9b74dad5c_128.jpg",
999
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_b400b61f7626177e76318db9b74dad5c_small.jpg",
1000
+ "bio": "Roy had been editing scholarly books and journals for several years, and now he's working at the national library. The only thing \"librarian\" about him is perhaps his proclivity for endlessly reorganizing his collection of music and movies. Other than tha",
1001
+ "facebookID": "701173202",
1002
+ "followers": "http://api.thisismyjam.com/1/roysee/followers.json?key=987bcab01b929eb2c07877b224215c92",
1003
+ "followersCount": 0,
1004
+ "following": "http://api.thisismyjam.com/1/roysee/following.json?key=987bcab01b929eb2c07877b224215c92",
1005
+ "followingCount": 0,
1006
+ "fullname": "Roy See",
1007
+ "hasCurrentJam": false,
1008
+ "jamCount": 7,
1009
+ "joinedDate": "Fri, 17 Feb 2012 03:01:00 +0000",
1010
+ "name": "roysee",
1011
+ "representativeArtists": [
1012
+ "Lana Del Rey",
1013
+ "Tedeschi Trucks Band",
1014
+ "Julie London"
1015
+ ],
1016
+ "twitterName": "roysee",
1017
+ "url": "http://www.thisismyjam.com/roysee"
1018
+ },
1019
+ {
1020
+ "apiUrl": "http://api.thisismyjam.com/1/DougRoe.json?key=987bcab01b929eb2c07877b224215c92",
1021
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_0cfd1a3262f6d49a6ee2bb675a9405d7_128.jpg",
1022
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_0cfd1a3262f6d49a6ee2bb675a9405d7_small.jpg",
1023
+ "bio": "",
1024
+ "facebookID": "100003013549435",
1025
+ "followers": "http://api.thisismyjam.com/1/DougRoe/followers.json?key=987bcab01b929eb2c07877b224215c92",
1026
+ "followersCount": 2,
1027
+ "following": "http://api.thisismyjam.com/1/DougRoe/following.json?key=987bcab01b929eb2c07877b224215c92",
1028
+ "followingCount": 8,
1029
+ "fullname": "Doug Roe",
1030
+ "hasCurrentJam": true,
1031
+ "jamCount": 14,
1032
+ "joinedDate": "Fri, 27 Jan 2012 04:43:50 +0000",
1033
+ "name": "DougRoe",
1034
+ "representativeArtists": [
1035
+ "Lana Del Rey",
1036
+ "Colbie Caillat",
1037
+ "Avicii",
1038
+ "Enrique Iglesias"
1039
+ ],
1040
+ "url": "http://www.thisismyjam.com/DougRoe"
1041
+ },
1042
+ {
1043
+ "apiUrl": "http://api.thisismyjam.com/1/mnthomp.json?key=987bcab01b929eb2c07877b224215c92",
1044
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_9277c0b7529bf916d72fbfd33351a537_128.png",
1045
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_9277c0b7529bf916d72fbfd33351a537_small.png",
1046
+ "bio": null,
1047
+ "facebookID": "19224224",
1048
+ "followers": "http://api.thisismyjam.com/1/mnthomp/followers.json?key=987bcab01b929eb2c07877b224215c92",
1049
+ "followersCount": 2,
1050
+ "following": "http://api.thisismyjam.com/1/mnthomp/following.json?key=987bcab01b929eb2c07877b224215c92",
1051
+ "followingCount": 3,
1052
+ "fullname": null,
1053
+ "hasCurrentJam": false,
1054
+ "jamCount": 5,
1055
+ "joinedDate": "Fri, 10 Feb 2012 19:16:55 +0000",
1056
+ "name": "mnthomp",
1057
+ "representativeArtists": [
1058
+ "Lana Del Rey",
1059
+ "Sippie Wallace",
1060
+ "The Cardigans",
1061
+ "Far * East Movement"
1062
+ ],
1063
+ "twitterName": "mnthomp",
1064
+ "url": "http://www.thisismyjam.com/mnthomp"
1065
+ },
1066
+ {
1067
+ "apiUrl": "http://api.thisismyjam.com/1/whentheponydies.json?key=987bcab01b929eb2c07877b224215c92",
1068
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_07409fe5fedd2b06645e1395e5e36fa8_128.jpg",
1069
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_07409fe5fedd2b06645e1395e5e36fa8_small.jpg",
1070
+ "bio": "holding down b and r",
1071
+ "facebookID": "433018",
1072
+ "followers": "http://api.thisismyjam.com/1/whentheponydies/followers.json?key=987bcab01b929eb2c07877b224215c92",
1073
+ "followersCount": 3,
1074
+ "following": "http://api.thisismyjam.com/1/whentheponydies/following.json?key=987bcab01b929eb2c07877b224215c92",
1075
+ "followingCount": 4,
1076
+ "fullname": "Dan X Green",
1077
+ "hasCurrentJam": false,
1078
+ "jamCount": 9,
1079
+ "joinedDate": "Wed, 30 Nov 2011 14:48:58 +0000",
1080
+ "name": "whentheponydies",
1081
+ "representativeArtists": [
1082
+ "Lana Del Rey",
1083
+ "Dinosaur Jr.",
1084
+ "The Blood Brothers",
1085
+ "Tim Hecker"
1086
+ ],
1087
+ "twitterName": "whentheponydies",
1088
+ "url": "http://www.thisismyjam.com/whentheponydies"
1089
+ },
1090
+ {
1091
+ "apiUrl": "http://api.thisismyjam.com/1/elNofoU.json?key=987bcab01b929eb2c07877b224215c92",
1092
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_0e6b31f53f15d1c3d31bcf49a5a768f7_128.gif",
1093
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_0e6b31f53f15d1c3d31bcf49a5a768f7_small.gif",
1094
+ "bio": "Nigga-japones-bailar\u00edn-m\u00fasico, guapo queriendo ser geek,no te har\u00e9 re\u00edr, music seeker, tuitero compulsivo, mamon, hip-hop; dubstepero; hiriente, te aburrir\u00e9... ",
1095
+ "facebookID": "598526942",
1096
+ "followers": "http://api.thisismyjam.com/1/elNofoU/followers.json?key=987bcab01b929eb2c07877b224215c92",
1097
+ "followersCount": 1,
1098
+ "following": "http://api.thisismyjam.com/1/elNofoU/following.json?key=987bcab01b929eb2c07877b224215c92",
1099
+ "followingCount": 5,
1100
+ "fullname": "I Hit The Panda \u30a2\u30f3\u30c9\u30ea",
1101
+ "hasCurrentJam": false,
1102
+ "jamCount": 4,
1103
+ "joinedDate": "Wed, 15 Feb 2012 22:32:19 +0000",
1104
+ "name": "elNofoU",
1105
+ "representativeArtists": [
1106
+ "Lana Del Rey",
1107
+ "Beck",
1108
+ "The Asteroids Galaxy Tour"
1109
+ ],
1110
+ "twitterName": "elNofoU",
1111
+ "url": "http://www.thisismyjam.com/elNofoU"
1112
+ },
1113
+ {
1114
+ "apiUrl": "http://api.thisismyjam.com/1/patrick.json?key=987bcab01b929eb2c07877b224215c92",
1115
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_aaa1817d840b5f127505fc31a163cdfe_128.jpg",
1116
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_aaa1817d840b5f127505fc31a163cdfe_small.jpg",
1117
+ "bio": "",
1118
+ "followers": "http://api.thisismyjam.com/1/patrick/followers.json?key=987bcab01b929eb2c07877b224215c92",
1119
+ "followersCount": 41,
1120
+ "following": "http://api.thisismyjam.com/1/patrick/following.json?key=987bcab01b929eb2c07877b224215c92",
1121
+ "followingCount": 21,
1122
+ "fullname": "Patrick B. Gibson",
1123
+ "hasCurrentJam": true,
1124
+ "jamCount": 28,
1125
+ "joinedDate": "Wed, 30 Nov 2011 20:14:31 +0000",
1126
+ "name": "patrick",
1127
+ "representativeArtists": [
1128
+ "Lana Del Rey",
1129
+ "Bahamas",
1130
+ "St. Lucia"
1131
+ ],
1132
+ "twitterName": "patr1ck",
1133
+ "url": "http://www.thisismyjam.com/patrick"
1134
+ },
1135
+ {
1136
+ "apiUrl": "http://api.thisismyjam.com/1/EveHoughton.json?key=987bcab01b929eb2c07877b224215c92",
1137
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_c0846aa65873adbbc5e37f069905a851_128.jpg",
1138
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_c0846aa65873adbbc5e37f069905a851_small.jpg",
1139
+ "bio": "",
1140
+ "facebookID": "515600236",
1141
+ "followers": "http://api.thisismyjam.com/1/EveHoughton/followers.json?key=987bcab01b929eb2c07877b224215c92",
1142
+ "followersCount": 4,
1143
+ "following": "http://api.thisismyjam.com/1/EveHoughton/following.json?key=987bcab01b929eb2c07877b224215c92",
1144
+ "followingCount": 3,
1145
+ "fullname": "Eve Houghton",
1146
+ "hasCurrentJam": false,
1147
+ "jamCount": 5,
1148
+ "joinedDate": "Sat, 11 Feb 2012 16:07:57 +0000",
1149
+ "name": "EveHoughton",
1150
+ "representativeArtists": [
1151
+ "Lana Del Rey",
1152
+ "Hannah Harto",
1153
+ "The Weakerthans"
1154
+ ],
1155
+ "url": "http://www.thisismyjam.com/EveHoughton"
1156
+ },
1157
+ {
1158
+ "apiUrl": "http://api.thisismyjam.com/1/alohaLOVE.json?key=987bcab01b929eb2c07877b224215c92",
1159
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_eee6d863cad4e32845082867c10232c8_128.jpg",
1160
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_eee6d863cad4e32845082867c10232c8_small.jpg",
1161
+ "bio": "",
1162
+ "followers": "http://api.thisismyjam.com/1/alohaLOVE/followers.json?key=987bcab01b929eb2c07877b224215c92",
1163
+ "followersCount": 0,
1164
+ "following": "http://api.thisismyjam.com/1/alohaLOVE/following.json?key=987bcab01b929eb2c07877b224215c92",
1165
+ "followingCount": 0,
1166
+ "fullname": "Grace",
1167
+ "hasCurrentJam": false,
1168
+ "jamCount": 1,
1169
+ "joinedDate": "Sat, 11 Feb 2012 18:43:49 +0000",
1170
+ "name": "alohaLOVE",
1171
+ "representativeArtists": [
1172
+ "Lana Del Rey"
1173
+ ],
1174
+ "twitterName": "alohaLOVE",
1175
+ "url": "http://www.thisismyjam.com/alohaLOVE"
1176
+ },
1177
+ {
1178
+ "apiUrl": "http://api.thisismyjam.com/1/kano89.json?key=987bcab01b929eb2c07877b224215c92",
1179
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_610c89ec42c7e500e6dc67c58feb9620_128.jpg",
1180
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_610c89ec42c7e500e6dc67c58feb9620_small.jpg",
1181
+ "bio": "Think. Create. Live. Discover. Anew. Differently.",
1182
+ "facebookID": "100000023480619",
1183
+ "followers": "http://api.thisismyjam.com/1/kano89/followers.json?key=987bcab01b929eb2c07877b224215c92",
1184
+ "followersCount": 3,
1185
+ "following": "http://api.thisismyjam.com/1/kano89/following.json?key=987bcab01b929eb2c07877b224215c92",
1186
+ "followingCount": 9,
1187
+ "fullname": "Jakub Stanis\u0142aw Nowaczyk",
1188
+ "hasCurrentJam": true,
1189
+ "jamCount": 17,
1190
+ "joinedDate": "Fri, 10 Feb 2012 17:50:11 +0000",
1191
+ "name": "kano89",
1192
+ "representativeArtists": [
1193
+ "Lana Del Rey",
1194
+ "Cassius",
1195
+ "Fran Healy",
1196
+ "Midlake"
1197
+ ],
1198
+ "twitterName": "kano89",
1199
+ "url": "http://www.thisismyjam.com/kano89"
1200
+ },
1201
+ {
1202
+ "apiUrl": "http://api.thisismyjam.com/1/mandyking.json?key=987bcab01b929eb2c07877b224215c92",
1203
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_90546febb6ee16818191af09bb7bd562_128.jpg",
1204
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_90546febb6ee16818191af09bb7bd562_small.jpg",
1205
+ "bio": "",
1206
+ "facebookID": "682482233",
1207
+ "followers": "http://api.thisismyjam.com/1/mandyking/followers.json?key=987bcab01b929eb2c07877b224215c92",
1208
+ "followersCount": 4,
1209
+ "following": "http://api.thisismyjam.com/1/mandyking/following.json?key=987bcab01b929eb2c07877b224215c92",
1210
+ "followingCount": 0,
1211
+ "fullname": "Mandy King",
1212
+ "hasCurrentJam": false,
1213
+ "jamCount": 3,
1214
+ "joinedDate": "Fri, 10 Feb 2012 08:44:13 +0000",
1215
+ "name": "mandyking",
1216
+ "representativeArtists": [
1217
+ "Lana Del Rey",
1218
+ "Taylor Swift"
1219
+ ],
1220
+ "url": "http://www.thisismyjam.com/mandyking"
1221
+ },
1222
+ {
1223
+ "apiUrl": "http://api.thisismyjam.com/1/DiaryOfABadMan.json?key=987bcab01b929eb2c07877b224215c92",
1224
+ "avatarNormal": "http://static01.thisismyjam.com/i/avtr_c60bcc230c8e519cac10db4da2a009fa_128.png",
1225
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_c60bcc230c8e519cac10db4da2a009fa_small.png",
1226
+ "bio": "May have also committed some light treason. // Also follow @mcdev & @BabyGotMac for tech stuff!",
1227
+ "followers": "http://api.thisismyjam.com/1/DiaryOfABadMan/followers.json?key=987bcab01b929eb2c07877b224215c92",
1228
+ "followersCount": 0,
1229
+ "following": "http://api.thisismyjam.com/1/DiaryOfABadMan/following.json?key=987bcab01b929eb2c07877b224215c92",
1230
+ "followingCount": 2,
1231
+ "fullname": "Scott McDaniel",
1232
+ "hasCurrentJam": false,
1233
+ "jamCount": 1,
1234
+ "joinedDate": "Thu, 09 Feb 2012 18:45:20 +0000",
1235
+ "name": "DiaryOfABadMan",
1236
+ "representativeArtists": [
1237
+ "Lana Del Rey"
1238
+ ],
1239
+ "twitterName": "DiaryOfABadMan",
1240
+ "url": "http://www.thisismyjam.com/DiaryOfABadMan"
1241
+ },
1242
+ {
1243
+ "apiUrl": "http://api.thisismyjam.com/1/inpia.json?key=987bcab01b929eb2c07877b224215c92",
1244
+ "avatarNormal": "http://static02.thisismyjam.com/i/avtr_9200b18e5e5ea7f50ef7624e046cf4e8_128.jpg",
1245
+ "avatarSmall": "http://static03.thisismyjam.com/i/avtr_9200b18e5e5ea7f50ef7624e046cf4e8_small.jpg",
1246
+ "bio": "scott likes: music, photos, crazy women. scott doesn't like: marmite",
1247
+ "followers": "http://api.thisismyjam.com/1/inpia/followers.json?key=987bcab01b929eb2c07877b224215c92",
1248
+ "followersCount": 8,
1249
+ "following": "http://api.thisismyjam.com/1/inpia/following.json?key=987bcab01b929eb2c07877b224215c92",
1250
+ "followingCount": 7,
1251
+ "fullname": "scott harrison",
1252
+ "hasCurrentJam": false,
1253
+ "jamCount": 7,
1254
+ "joinedDate": "Fri, 09 Dec 2011 14:09:55 +0000",
1255
+ "name": "inpia",
1256
+ "representativeArtists": [
1257
+ "Lana Del Rey",
1258
+ "Anais Mitchell",
1259
+ "Generationals"
1260
+ ],
1261
+ "twitterName": "inpia",
1262
+ "url": "http://www.thisismyjam.com/inpia"
1263
+ },
1264
+ {
1265
+ "apiUrl": "http://api.thisismyjam.com/1/cmcglone.json?key=987bcab01b929eb2c07877b224215c92",
1266
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_7a0630ba06d650b7f565dfed66cc6877_128.jpg",
1267
+ "avatarSmall": "http://static01.thisismyjam.com/i/avtr_7a0630ba06d650b7f565dfed66cc6877_small.jpg",
1268
+ "bio": "Play drums with BALLROOM JACKS in NYC\r\n\r\nfacebook.com/theballroomjacks",
1269
+ "followers": "http://api.thisismyjam.com/1/cmcglone/followers.json?key=987bcab01b929eb2c07877b224215c92",
1270
+ "followersCount": 18,
1271
+ "following": "http://api.thisismyjam.com/1/cmcglone/following.json?key=987bcab01b929eb2c07877b224215c92",
1272
+ "followingCount": 42,
1273
+ "fullname": "Scanlon McCoy",
1274
+ "hasCurrentJam": true,
1275
+ "jamCount": 16,
1276
+ "joinedDate": "Fri, 27 Jan 2012 13:20:58 +0000",
1277
+ "name": "cmcglone",
1278
+ "representativeArtists": [
1279
+ "Lana Del Rey",
1280
+ "Kasabian",
1281
+ "The Ballroom Jacks",
1282
+ "King Krule"
1283
+ ],
1284
+ "twitterName": "cmcglone14",
1285
+ "url": "http://www.thisismyjam.com/cmcglone"
1286
+ },
1287
+ {
1288
+ "apiUrl": "http://api.thisismyjam.com/1/mariewaz.json?key=987bcab01b929eb2c07877b224215c92",
1289
+ "avatarNormal": "http://static04.thisismyjam.com/i/avtr_8cd65ace864f734a03eb95e69eefd3a2_128.jpg",
1290
+ "avatarSmall": "http://static04.thisismyjam.com/i/avtr_8cd65ace864f734a03eb95e69eefd3a2_small.jpg",
1291
+ "bio": "",
1292
+ "facebookID": "513572523",
1293
+ "followers": "http://api.thisismyjam.com/1/mariewaz/followers.json?key=987bcab01b929eb2c07877b224215c92",
1294
+ "followersCount": 16,
1295
+ "following": "http://api.thisismyjam.com/1/mariewaz/following.json?key=987bcab01b929eb2c07877b224215c92",
1296
+ "followingCount": 9,
1297
+ "fullname": "Marie Wasnock",
1298
+ "hasCurrentJam": false,
1299
+ "jamCount": 22,
1300
+ "joinedDate": "Fri, 06 Jan 2012 18:22:11 +0000",
1301
+ "name": "mariewaz",
1302
+ "representativeArtists": [
1303
+ "Lana Del Rey",
1304
+ "George Harrison",
1305
+ "Pixies",
1306
+ "Laura Marling"
1307
+ ],
1308
+ "url": "http://www.thisismyjam.com/mariewaz"
1309
+ },
1310
+ {
1311
+ "apiUrl": "http://api.thisismyjam.com/1/joshuaarnao.json?key=987bcab01b929eb2c07877b224215c92",
1312
+ "avatarNormal": "http://static03.thisismyjam.com/i/avtr_e28113661795a1a2fca614661025c4d3_128.jpg",
1313
+ "avatarSmall": "http://static02.thisismyjam.com/i/avtr_e28113661795a1a2fca614661025c4d3_small.jpg",
1314
+ "bio": "Well... um... I feel like this may require a very NSFW picture and some Tylenol pm to explain.",
1315
+ "followers": "http://api.thisismyjam.com/1/joshuaarnao/followers.json?key=987bcab01b929eb2c07877b224215c92",
1316
+ "followersCount": 12,
1317
+ "following": "http://api.thisismyjam.com/1/joshuaarnao/following.json?key=987bcab01b929eb2c07877b224215c92",
1318
+ "followingCount": 10,
1319
+ "fullname": "joshua arnao",
1320
+ "hasCurrentJam": true,
1321
+ "jamCount": 20,
1322
+ "joinedDate": "Mon, 05 Dec 2011 20:24:41 +0000",
1323
+ "name": "joshuaarnao",
1324
+ "representativeArtists": [
1325
+ "Lana Del Rey",
1326
+ "Miike Snow",
1327
+ "Snow Patrol"
1328
+ ],
1329
+ "twitterName": "joshuaarnao",
1330
+ "url": "http://www.thisismyjam.com/joshuaarnao"
1331
+ }
1332
+ ]
1333
+ }