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,602 @@
1
+ {
2
+ "jams": [
3
+ {
4
+ "artist": "Earth Wind And Fire",
5
+ "caption": "BACK TO BASICS",
6
+ "creationDate": "Tue, 10 Apr 2012 09:46:59 +0000",
7
+ "current": false,
8
+ "endDate": "Mon, 16 Apr 2012 09:58:11 +0000",
9
+ "from": "IFTFOM",
10
+ "id": "14dcp6i",
11
+ "jamvatarLarge": "http://static04.thisismyjam.com/i/b02fb7349fec4ed7f48753ccd02becc6_395.jpg",
12
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/b02fb7349fec4ed7f48753ccd02becc6_185.jpg",
13
+ "jamvatarSmall": "http://static02.thisismyjam.com/i/b02fb7349fec4ed7f48753ccd02becc6_80.jpg",
14
+ "likes": "http://api.thisismyjam.com/1/jams/14dcp6i/likes.json?key=987bcab01b929eb2c07877b224215c92",
15
+ "likesCount": 62,
16
+ "playCount": 347,
17
+ "title": "Let's Groove",
18
+ "via": "youtube",
19
+ "viaUrl": "http://www.youtube.com/watch?v=_XOY7lsBVpo"
20
+ },
21
+ {
22
+ "artist": "Clive Tanaka Y Su Orquesta",
23
+ "caption": "So your old love is through\u2026",
24
+ "creationDate": "Mon, 02 Apr 2012 20:23:15 +0000",
25
+ "current": false,
26
+ "endDate": "Wed, 04 Apr 2012 19:55:09 +0000",
27
+ "from": "IFTFOM",
28
+ "id": "10sj5dp",
29
+ "jamvatarLarge": "http://static03.thisismyjam.com/i/1e54a6167e0037b47c0869c37729fe68_395.jpg",
30
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/1e54a6167e0037b47c0869c37729fe68_185.jpg",
31
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/1e54a6167e0037b47c0869c37729fe68_80.jpg",
32
+ "likes": "http://api.thisismyjam.com/1/jams/10sj5dp/likes.json?key=987bcab01b929eb2c07877b224215c92",
33
+ "likesCount": 101,
34
+ "playCount": 725,
35
+ "title": "Neu Chicago",
36
+ "via": "youtube",
37
+ "viaUrl": "http://www.youtube.com/watch?v=XCrRJW4d3Ps"
38
+ },
39
+ {
40
+ "artist": "Robert Palmer",
41
+ "caption": "Girl, you are in my system",
42
+ "creationDate": "Mon, 26 Mar 2012 14:17:45 +0000",
43
+ "current": false,
44
+ "endDate": "Mon, 02 Apr 2012 14:17:45 +0000",
45
+ "from": "IFTFOM",
46
+ "id": "xdsaeq",
47
+ "jamvatarLarge": "http://static03.thisismyjam.com/i/7b046213c398ba89d9abafb9ecf94989_395.jpg",
48
+ "jamvatarMedium": "http://static01.thisismyjam.com/i/7b046213c398ba89d9abafb9ecf94989_185.jpg",
49
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/7b046213c398ba89d9abafb9ecf94989_80.jpg",
50
+ "likes": "http://api.thisismyjam.com/1/jams/xdsaeq/likes.json?key=987bcab01b929eb2c07877b224215c92",
51
+ "likesCount": 32,
52
+ "playCount": 192,
53
+ "title": "You Are In My System",
54
+ "via": "youtube",
55
+ "viaUrl": "http://www.youtube.com/watch?v=s6H9Y1H_RRg"
56
+ },
57
+ {
58
+ "artist": "Orchestral Manoeuvres in the Dark",
59
+ "caption": "Good morning, Instituters.",
60
+ "creationDate": "Mon, 19 Mar 2012 12:13:13 +0000",
61
+ "current": false,
62
+ "endDate": "Mon, 26 Mar 2012 12:13:13 +0000",
63
+ "from": "IFTFOM",
64
+ "id": "u9n5c5",
65
+ "jamvatarLarge": "http://static04.thisismyjam.com/i/d608d26c60e68ad6de27131986eddc1a_395.jpg",
66
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/d608d26c60e68ad6de27131986eddc1a_185.jpg",
67
+ "jamvatarSmall": "http://static02.thisismyjam.com/i/d608d26c60e68ad6de27131986eddc1a_80.jpg",
68
+ "likes": "http://api.thisismyjam.com/1/jams/u9n5c5/likes.json?key=987bcab01b929eb2c07877b224215c92",
69
+ "likesCount": 29,
70
+ "playCount": 304,
71
+ "title": "Messages (10\" Version)",
72
+ "via": "youtube",
73
+ "viaUrl": "http://www.youtube.com/watch?v=JNDLEpyV0Uw"
74
+ },
75
+ {
76
+ "artist": "Christopher Cross",
77
+ "caption": "Spring is here. Sail away with the Institute.",
78
+ "creationDate": "Mon, 12 Mar 2012 12:28:59 +0000",
79
+ "current": false,
80
+ "endDate": "Mon, 12 Mar 2012 15:11:42 +0000",
81
+ "from": "IFTFOM",
82
+ "id": "r8r931",
83
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/7e4640c85257f9af2de0cd3dcd216cc4_395.jpg",
84
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/7e4640c85257f9af2de0cd3dcd216cc4_185.jpg",
85
+ "jamvatarSmall": "http://static03.thisismyjam.com/i/7e4640c85257f9af2de0cd3dcd216cc4_80.jpg",
86
+ "likes": "http://api.thisismyjam.com/1/jams/r8r931/likes.json?key=987bcab01b929eb2c07877b224215c92",
87
+ "likesCount": 32,
88
+ "playCount": 247,
89
+ "title": "Sailing",
90
+ "via": "youtube",
91
+ "viaUrl": "http://www.youtube.com/watch?v=UQeqmNbA2Hs"
92
+ },
93
+ {
94
+ "artist": "Sachal Studios Orchestra",
95
+ "caption": "Sometimes you run out of jam, and need to improvise.",
96
+ "creationDate": "Mon, 05 Mar 2012 12:28:12 +0000",
97
+ "current": false,
98
+ "endDate": "Mon, 12 Mar 2012 12:18:57 +0000",
99
+ "from": "IFTFOM",
100
+ "id": "o25ybh",
101
+ "jamvatarLarge": "http://static04.thisismyjam.com/i/0b95254abe2dca9d5a9917d42c89aa05_395.jpg",
102
+ "jamvatarMedium": "http://static01.thisismyjam.com/i/0b95254abe2dca9d5a9917d42c89aa05_185.jpg",
103
+ "jamvatarSmall": "http://static03.thisismyjam.com/i/0b95254abe2dca9d5a9917d42c89aa05_80.jpg",
104
+ "likes": "http://api.thisismyjam.com/1/jams/o25ybh/likes.json?key=987bcab01b929eb2c07877b224215c92",
105
+ "likesCount": 61,
106
+ "playCount": 281,
107
+ "title": "Take Five",
108
+ "via": "youtube",
109
+ "viaUrl": "http://www.youtube.com/watch?v=GLF46JKkCNg"
110
+ },
111
+ {
112
+ "artist": "The Fatback Band",
113
+ "caption": "They say it's just a sign of the future.",
114
+ "creationDate": "Mon, 27 Feb 2012 11:21:04 +0000",
115
+ "current": false,
116
+ "endDate": "Mon, 05 Mar 2012 11:21:04 +0000",
117
+ "from": "IFTFOM",
118
+ "id": "l07gd2",
119
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/ae18d54a032d8936acf9a0a4f799e14e_395.jpg",
120
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/ae18d54a032d8936acf9a0a4f799e14e_185.jpg",
121
+ "jamvatarSmall": "http://static03.thisismyjam.com/i/ae18d54a032d8936acf9a0a4f799e14e_80.jpg",
122
+ "likes": "http://api.thisismyjam.com/1/jams/l07gd2/likes.json?key=987bcab01b929eb2c07877b224215c92",
123
+ "likesCount": 45,
124
+ "playCount": 339,
125
+ "title": "Is This the Future?",
126
+ "via": "youtube",
127
+ "viaUrl": "http://www.youtube.com/watch?v=v89zYN2oLDY"
128
+ },
129
+ {
130
+ "artist": "Steely Dan",
131
+ "caption": "We have very few rules here at the Institute, but one of them is: furniture must be assembled to Steely Dan.",
132
+ "creationDate": "Mon, 20 Feb 2012 15:17:40 +0000",
133
+ "current": false,
134
+ "endDate": "Mon, 27 Feb 2012 10:55:18 +0000",
135
+ "from": "IFTFOM",
136
+ "id": "i4dfvf",
137
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/58baed9a16b99ba5e5d108bb9bccc3fd_395.jpg",
138
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/58baed9a16b99ba5e5d108bb9bccc3fd_185.jpg",
139
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/58baed9a16b99ba5e5d108bb9bccc3fd_80.jpg",
140
+ "likes": "http://api.thisismyjam.com/1/jams/i4dfvf/likes.json?key=987bcab01b929eb2c07877b224215c92",
141
+ "likesCount": 56,
142
+ "playCount": 321,
143
+ "title": "Peg",
144
+ "via": "hypemachine",
145
+ "viaUrl": "http://hypem.com/item/bfks"
146
+ },
147
+ {
148
+ "artist": "Fatima Al Qadiri",
149
+ "caption": "From the edge of the internet",
150
+ "creationDate": "Mon, 13 Feb 2012 17:50:18 +0000",
151
+ "current": false,
152
+ "endDate": "Mon, 20 Feb 2012 15:17:40 +0000",
153
+ "from": "IFTFOM",
154
+ "id": "f9ajen",
155
+ "jamvatarLarge": "http://static03.thisismyjam.com/i/3c6bc18793893dc56a7992909d557bc8_395.png",
156
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/3c6bc18793893dc56a7992909d557bc8_185.png",
157
+ "jamvatarSmall": "http://static04.thisismyjam.com/i/3c6bc18793893dc56a7992909d557bc8_80.png",
158
+ "likes": "http://api.thisismyjam.com/1/jams/f9ajen/likes.json?key=987bcab01b929eb2c07877b224215c92",
159
+ "likesCount": 27,
160
+ "playCount": 273,
161
+ "title": "Vatican Vibes",
162
+ "via": "youtube",
163
+ "viaUrl": "http://www.youtube.com/watch?v=hKosaf5tmpI"
164
+ },
165
+ {
166
+ "artist": "Cyber People",
167
+ "caption": "",
168
+ "creationDate": "Mon, 06 Feb 2012 18:13:35 +0000",
169
+ "current": false,
170
+ "endDate": "Mon, 13 Feb 2012 17:50:18 +0000",
171
+ "from": "IFTFOM",
172
+ "id": "c7vfj8",
173
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/fd77ae61492c6d40f198ab56435d27f9_395.jpg",
174
+ "jamvatarMedium": "http://static03.thisismyjam.com/i/fd77ae61492c6d40f198ab56435d27f9_185.jpg",
175
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/fd77ae61492c6d40f198ab56435d27f9_80.jpg",
176
+ "likes": "http://api.thisismyjam.com/1/jams/c7vfj8/likes.json?key=987bcab01b929eb2c07877b224215c92",
177
+ "likesCount": 55,
178
+ "playCount": 391,
179
+ "title": "Void Vision (12\" Version)",
180
+ "via": "webaudio",
181
+ "viaUrl": "http://goldenscissors.org/"
182
+ },
183
+ {
184
+ "artist": "Cybotron",
185
+ "caption": "Take your fate in your hands.",
186
+ "creationDate": "Fri, 27 Jan 2012 15:07:08 +0000",
187
+ "current": false,
188
+ "endDate": "Fri, 03 Feb 2012 15:07:08 +0000",
189
+ "from": "IFTFOM",
190
+ "id": "9ux0a2",
191
+ "jamvatarLarge": "http://static03.thisismyjam.com/i/fed9b218418cc29aa42df008f4695cf2_395.jpg",
192
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/fed9b218418cc29aa42df008f4695cf2_185.jpg",
193
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/fed9b218418cc29aa42df008f4695cf2_80.jpg",
194
+ "likes": "http://api.thisismyjam.com/1/jams/9ux0a2/likes.json?key=987bcab01b929eb2c07877b224215c92",
195
+ "likesCount": 28,
196
+ "playCount": 226,
197
+ "title": "Alleys Of Your Mind",
198
+ "via": "youtube",
199
+ "viaUrl": "http://www.youtube.com/watch?v=TccgyZVkonw"
200
+ },
201
+ {
202
+ "artist": "Bryan Dalmini",
203
+ "caption": "I want to know how long you'll be my dream.",
204
+ "creationDate": "Fri, 20 Jan 2012 13:45:38 +0000",
205
+ "current": false,
206
+ "endDate": "Fri, 27 Jan 2012 13:45:38 +0000",
207
+ "from": "IFTFOM",
208
+ "id": "858pqk",
209
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/4d0350057441ce5f18654178a91fdefc_395.jpg",
210
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/4d0350057441ce5f18654178a91fdefc_185.jpg",
211
+ "jamvatarSmall": "http://static03.thisismyjam.com/i/4d0350057441ce5f18654178a91fdefc_80.jpg",
212
+ "likes": "http://api.thisismyjam.com/1/jams/858pqk/likes.json?key=987bcab01b929eb2c07877b224215c92",
213
+ "likesCount": 17,
214
+ "playCount": 161,
215
+ "title": "Can You Tell Me",
216
+ "via": "youtube",
217
+ "viaUrl": "http://www.youtube.com/watch?v=dINjrSh4-Ic"
218
+ },
219
+ {
220
+ "artist": "Al Stewart",
221
+ "caption": "You go strolling through the crowd like Peter Lorre / contemplating a crime",
222
+ "creationDate": "Fri, 13 Jan 2012 12:50:46 +0000",
223
+ "current": false,
224
+ "endDate": "Fri, 20 Jan 2012 12:50:46 +0000",
225
+ "from": "IFTFOM",
226
+ "id": "6yvt8n",
227
+ "jamvatarLarge": "http://static01.thisismyjam.com/i/cad1377dddecf08403c546305a77a461_395.jpg",
228
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/cad1377dddecf08403c546305a77a461_185.jpg",
229
+ "jamvatarSmall": "http://static04.thisismyjam.com/i/cad1377dddecf08403c546305a77a461_80.jpg",
230
+ "likes": "http://api.thisismyjam.com/1/jams/6yvt8n/likes.json?key=987bcab01b929eb2c07877b224215c92",
231
+ "likesCount": 23,
232
+ "playCount": 145,
233
+ "title": "Year Of The Cat",
234
+ "via": "youtube",
235
+ "viaUrl": "http://www.youtube.com/watch?v=cqZc7ZQURMs"
236
+ },
237
+ {
238
+ "artist": "Eleven Pond",
239
+ "caption": "In a tree / watching you / watching trees. (Happy 2012 from the Institute.)",
240
+ "creationDate": "Thu, 05 Jan 2012 21:48:58 +0000",
241
+ "current": false,
242
+ "endDate": "Fri, 06 Jan 2012 12:19:59 +0000",
243
+ "from": "IFTFOM",
244
+ "id": "5qfhz2",
245
+ "jamvatarLarge": "http://static04.thisismyjam.com/i/7067aa6512e23949b608b6cf652ee938_395.jpg",
246
+ "jamvatarMedium": "http://static01.thisismyjam.com/i/7067aa6512e23949b608b6cf652ee938_185.jpg",
247
+ "jamvatarSmall": "http://static04.thisismyjam.com/i/7067aa6512e23949b608b6cf652ee938_80.jpg",
248
+ "likes": "http://api.thisismyjam.com/1/jams/5qfhz2/likes.json?key=987bcab01b929eb2c07877b224215c92",
249
+ "likesCount": 22,
250
+ "playCount": 132,
251
+ "title": "Watching Trees",
252
+ "via": "uploaded",
253
+ "viaUrl": "User uploaded"
254
+ },
255
+ {
256
+ "artist": "Phil Collins",
257
+ "caption": "A certified IFTFOM jam. Mr. Collins reminds us to remember the less fortunate this holiday season.",
258
+ "creationDate": "Fri, 23 Dec 2011 10:11:58 +0000",
259
+ "current": false,
260
+ "endDate": "Fri, 30 Dec 2011 10:11:58 +0000",
261
+ "from": "IFTFOM",
262
+ "id": "46bxvy",
263
+ "jamvatarLarge": "http://static04.thisismyjam.com/i/a1b1a13d6ce93d7498840415f1d46f5d_395.jpg",
264
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/a1b1a13d6ce93d7498840415f1d46f5d_185.jpg",
265
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/a1b1a13d6ce93d7498840415f1d46f5d_80.jpg",
266
+ "likes": "http://api.thisismyjam.com/1/jams/46bxvy/likes.json?key=987bcab01b929eb2c07877b224215c92",
267
+ "likesCount": 13,
268
+ "playCount": 57,
269
+ "title": "Another Day In Paradise",
270
+ "via": "youtube",
271
+ "viaUrl": "http://www.youtube.com/watch?v=Qt2mbGP6vFI"
272
+ },
273
+ {
274
+ "artist": "Fausto Papetti",
275
+ "caption": "This plays in the lifts at IFTFOM towers.",
276
+ "creationDate": "Fri, 16 Dec 2011 10:47:39 +0000",
277
+ "current": false,
278
+ "endDate": "Fri, 23 Dec 2011 10:11:58 +0000",
279
+ "from": "IFTFOM",
280
+ "id": "32yy3e",
281
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/8195afc672d4edfd18cb7f9beeb670dd_395.jpg",
282
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/8195afc672d4edfd18cb7f9beeb670dd_185.jpg",
283
+ "jamvatarSmall": "http://static02.thisismyjam.com/i/8195afc672d4edfd18cb7f9beeb670dd_80.jpg",
284
+ "likes": "http://api.thisismyjam.com/1/jams/32yy3e/likes.json?key=987bcab01b929eb2c07877b224215c92",
285
+ "likesCount": 13,
286
+ "playCount": 89,
287
+ "title": "Fade To Grey",
288
+ "via": "uploaded",
289
+ "viaUrl": "User uploaded"
290
+ },
291
+ {
292
+ "artist": "Art Of Noise",
293
+ "caption": "Music for making.",
294
+ "creationDate": "Thu, 08 Dec 2011 18:06:34 +0000",
295
+ "current": false,
296
+ "endDate": "Thu, 15 Dec 2011 18:06:34 +0000",
297
+ "from": "IFTFOM",
298
+ "id": "20rlvy",
299
+ "jamvatarLarge": "http://static03.thisismyjam.com/i/42f12a6913186021b628b48335bd7641_395.jpg",
300
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/42f12a6913186021b628b48335bd7641_185.jpg",
301
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/42f12a6913186021b628b48335bd7641_80.jpg",
302
+ "likes": "http://api.thisismyjam.com/1/jams/20rlvy/likes.json?key=987bcab01b929eb2c07877b224215c92",
303
+ "likesCount": 35,
304
+ "playCount": 111,
305
+ "title": "Moments In Love",
306
+ "via": "hypemachine",
307
+ "viaUrl": "http://hypem.com/item/wamx"
308
+ },
309
+ {
310
+ "artist": "A Flock Of Seagulls",
311
+ "caption": "It's not the makeup, and it's not the way that you dance. 1982.",
312
+ "creationDate": "Thu, 01 Dec 2011 21:16:34 +0000",
313
+ "current": false,
314
+ "endDate": "Thu, 08 Dec 2011 18:01:13 +0000",
315
+ "from": "IFTFOM",
316
+ "id": "1bj9ur",
317
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/3f8773e75474db43596b6b027a39da80_395.jpg",
318
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/3f8773e75474db43596b6b027a39da80_185.jpg",
319
+ "jamvatarSmall": "http://static02.thisismyjam.com/i/3f8773e75474db43596b6b027a39da80_80.jpg",
320
+ "likes": "http://api.thisismyjam.com/1/jams/1bj9ur/likes.json?key=987bcab01b929eb2c07877b224215c92",
321
+ "likesCount": 26,
322
+ "playCount": 139,
323
+ "title": "Wishing (If I Had a Photograph of You)",
324
+ "via": "webaudio",
325
+ "viaUrl": "http://radiofreechicago.typepad.com"
326
+ },
327
+ {
328
+ "artist": "Dwight Yoakam",
329
+ "caption": "Theme song from the Institute's short-lived but brilliant \"honky tonk phase.\"",
330
+ "creationDate": "Wed, 30 Nov 2011 00:10:31 +0000",
331
+ "current": false,
332
+ "endDate": "Thu, 01 Dec 2011 21:16:34 +0000",
333
+ "from": "IFTFOM",
334
+ "id": "14fyf9",
335
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/802b70fdb94add150854d619075a83e1_395.jpg",
336
+ "jamvatarMedium": "http://static03.thisismyjam.com/i/802b70fdb94add150854d619075a83e1_185.jpg",
337
+ "jamvatarSmall": "http://static04.thisismyjam.com/i/802b70fdb94add150854d619075a83e1_80.jpg",
338
+ "likes": "http://api.thisismyjam.com/1/jams/14fyf9/likes.json?key=987bcab01b929eb2c07877b224215c92",
339
+ "likesCount": 7,
340
+ "playCount": 53,
341
+ "title": "Honky Tonk Man",
342
+ "via": "youtube",
343
+ "viaUrl": "http://www.youtube.com/watch?v=xzcpsRhX6e4"
344
+ },
345
+ {
346
+ "artist": "Neil Young",
347
+ "caption": "We will prevail and perform our function.",
348
+ "creationDate": "Tue, 22 Nov 2011 14:18:34 +0000",
349
+ "current": false,
350
+ "endDate": "Tue, 29 Nov 2011 14:18:34 +0000",
351
+ "from": "IFTFOM",
352
+ "id": "rzmh8",
353
+ "jamvatarLarge": "http://static01.thisismyjam.com/i/21e1f08bf31777bf5b830db7e25f1a9b_395.jpg",
354
+ "jamvatarMedium": "http://static03.thisismyjam.com/i/21e1f08bf31777bf5b830db7e25f1a9b_185.jpg",
355
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/21e1f08bf31777bf5b830db7e25f1a9b_80.jpg",
356
+ "likes": "http://api.thisismyjam.com/1/jams/rzmh8/likes.json?key=987bcab01b929eb2c07877b224215c92",
357
+ "likesCount": 17,
358
+ "playCount": 96,
359
+ "title": "We R In Control",
360
+ "via": "uploaded",
361
+ "viaUrl": "User uploaded"
362
+ },
363
+ {
364
+ "artist": "Herb Alpert & The Tijuana Brass",
365
+ "caption": "The softer side of the Institute.",
366
+ "creationDate": "Wed, 16 Nov 2011 01:02:15 +0000",
367
+ "current": false,
368
+ "endDate": "Tue, 22 Nov 2011 14:18:34 +0000",
369
+ "from": "IFTFOM",
370
+ "id": "jns1i",
371
+ "jamvatarLarge": "http://static03.thisismyjam.com/i/4110c7cade940d631dea04ea0dea5a72_395.jpg",
372
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/4110c7cade940d631dea04ea0dea5a72_185.jpg",
373
+ "jamvatarSmall": "http://static02.thisismyjam.com/i/4110c7cade940d631dea04ea0dea5a72_80.jpg",
374
+ "likes": "http://api.thisismyjam.com/1/jams/jns1i/likes.json?key=987bcab01b929eb2c07877b224215c92",
375
+ "likesCount": 27,
376
+ "playCount": 148,
377
+ "title": "This Guy's in Love With You",
378
+ "via": "uploaded",
379
+ "viaUrl": "User uploaded"
380
+ },
381
+ {
382
+ "artist": "Charlie",
383
+ "caption": "Sunday-night drinks in Cambridge, MA resulted in an unexpected journey through disco.",
384
+ "creationDate": "Tue, 08 Nov 2011 16:30:56 +0000",
385
+ "current": false,
386
+ "endDate": "Tue, 15 Nov 2011 16:30:56 +0000",
387
+ "from": "IFTFOM",
388
+ "id": "g1yrf",
389
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/97df5ba209d541baaef8097bd6eeb4d1_395.jpg",
390
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/97df5ba209d541baaef8097bd6eeb4d1_185.jpg",
391
+ "jamvatarSmall": "http://static02.thisismyjam.com/i/97df5ba209d541baaef8097bd6eeb4d1_80.jpg",
392
+ "likes": "http://api.thisismyjam.com/1/jams/g1yrf/likes.json?key=987bcab01b929eb2c07877b224215c92",
393
+ "likesCount": 19,
394
+ "playCount": 80,
395
+ "title": "Spacer Woman",
396
+ "via": "uploaded",
397
+ "viaUrl": "User uploaded"
398
+ },
399
+ {
400
+ "artist": "Messer Chups",
401
+ "caption": "Happy Halloween from all of us at the Institute.",
402
+ "creationDate": "Mon, 31 Oct 2011 12:31:27 +0000",
403
+ "current": false,
404
+ "endDate": "Mon, 07 Nov 2011 12:31:27 +0000",
405
+ "from": "IFTFOM",
406
+ "id": "cbayl",
407
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/8bd2cf855643a4b679f118293cae6fb3_395.jpg",
408
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/8bd2cf855643a4b679f118293cae6fb3_185.jpg",
409
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/8bd2cf855643a4b679f118293cae6fb3_80.jpg",
410
+ "likes": "http://api.thisismyjam.com/1/jams/cbayl/likes.json?key=987bcab01b929eb2c07877b224215c92",
411
+ "likesCount": 13,
412
+ "playCount": 59,
413
+ "title": "Super Megera",
414
+ "via": "uploaded",
415
+ "viaUrl": "User uploaded"
416
+ },
417
+ {
418
+ "artist": "Fausto Papetti",
419
+ "caption": "If it's smooth, it sails.",
420
+ "creationDate": "Sun, 23 Oct 2011 21:53:36 +0000",
421
+ "current": false,
422
+ "endDate": "Sun, 30 Oct 2011 21:53:36 +0000",
423
+ "from": "IFTFOM",
424
+ "id": "9kwu1",
425
+ "jamvatarLarge": "http://static03.thisismyjam.com/i/3dd3893337d4c078e496dbdfa25c26cf_395.jpg",
426
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/3dd3893337d4c078e496dbdfa25c26cf_185.jpg",
427
+ "jamvatarSmall": "http://static03.thisismyjam.com/i/3dd3893337d4c078e496dbdfa25c26cf_80.jpg",
428
+ "likes": "http://api.thisismyjam.com/1/jams/9kwu1/likes.json?key=987bcab01b929eb2c07877b224215c92",
429
+ "likesCount": 7,
430
+ "playCount": 55,
431
+ "title": "Eye in the Sky",
432
+ "via": "uploaded",
433
+ "viaUrl": "User uploaded"
434
+ },
435
+ {
436
+ "artist": "John Foxx",
437
+ "caption": "This was in high rotation at the Institute during the London riots. Things got a bit strange.",
438
+ "creationDate": "Sun, 16 Oct 2011 12:03:21 +0000",
439
+ "current": false,
440
+ "endDate": "Sun, 23 Oct 2011 12:03:21 +0000",
441
+ "from": "IFTFOM",
442
+ "id": "77g3h",
443
+ "jamvatarLarge": "http://static03.thisismyjam.com/i/8baae7aaedb4ba36b0f7aa97a327816b_395.jpg",
444
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/8baae7aaedb4ba36b0f7aa97a327816b_185.jpg",
445
+ "jamvatarSmall": "http://static02.thisismyjam.com/i/8baae7aaedb4ba36b0f7aa97a327816b_80.jpg",
446
+ "likes": "http://api.thisismyjam.com/1/jams/77g3h/likes.json?key=987bcab01b929eb2c07877b224215c92",
447
+ "likesCount": 10,
448
+ "playCount": 36,
449
+ "title": "Underpass",
450
+ "via": "uploaded",
451
+ "viaUrl": "User uploaded"
452
+ },
453
+ {
454
+ "artist": "Michael McDonald",
455
+ "caption": "An IFTFOM yacht staple. Thanks to @metabrew for the Regulate-based reminder!",
456
+ "creationDate": "Sat, 08 Oct 2011 16:59:42 +0000",
457
+ "current": false,
458
+ "endDate": "Sat, 15 Oct 2011 16:59:42 +0000",
459
+ "from": "IFTFOM",
460
+ "id": "4al9x",
461
+ "jamvatarLarge": "http://static01.thisismyjam.com/i/23d401bb5cc59c78db56dd08be5a6d09_395.jpg",
462
+ "jamvatarMedium": "http://static04.thisismyjam.com/i/23d401bb5cc59c78db56dd08be5a6d09_185.jpg",
463
+ "jamvatarSmall": "http://static04.thisismyjam.com/i/23d401bb5cc59c78db56dd08be5a6d09_80.jpg",
464
+ "likes": "http://api.thisismyjam.com/1/jams/4al9x/likes.json?key=987bcab01b929eb2c07877b224215c92",
465
+ "likesCount": 6,
466
+ "playCount": 28,
467
+ "title": "I Keep Forgettin' (Every Time You're Near)",
468
+ "via": "uploaded",
469
+ "viaUrl": "User uploaded"
470
+ },
471
+ {
472
+ "artist": "Neil Young",
473
+ "caption": "Neil Young single from an alternate universe 1983 to get your feet moving. Certified IFTFOM jam.",
474
+ "creationDate": "Sat, 01 Oct 2011 18:42:21 +0000",
475
+ "current": false,
476
+ "endDate": "Sat, 08 Oct 2011 16:59:42 +0000",
477
+ "from": "IFTFOM",
478
+ "id": "2n5s2",
479
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/1ac3c9ad6013d85bc6162b4888ff40a4_395.jpg",
480
+ "jamvatarMedium": "http://static03.thisismyjam.com/i/1ac3c9ad6013d85bc6162b4888ff40a4_185.jpg",
481
+ "jamvatarSmall": "http://static04.thisismyjam.com/i/1ac3c9ad6013d85bc6162b4888ff40a4_80.jpg",
482
+ "likes": "http://api.thisismyjam.com/1/jams/2n5s2/likes.json?key=987bcab01b929eb2c07877b224215c92",
483
+ "likesCount": 4,
484
+ "playCount": 18,
485
+ "title": "Mr. Soul (Extended Mix)",
486
+ "via": "uploaded",
487
+ "viaUrl": "User uploaded"
488
+ },
489
+ {
490
+ "artist": "Paul Simon",
491
+ "caption": "Why don\u2019t we get together and call ourselves an institute?",
492
+ "creationDate": "Fri, 30 Sep 2011 14:38:38 +0000",
493
+ "current": false,
494
+ "endDate": "Sat, 01 Oct 2011 18:42:21 +0000",
495
+ "from": "IFTFOM",
496
+ "id": "28fr4",
497
+ "jamvatarLarge": "http://static04.thisismyjam.com/i/004064ab9d328c4c38443a397c5b7c7f_395.jpg",
498
+ "jamvatarMedium": "http://static03.thisismyjam.com/i/004064ab9d328c4c38443a397c5b7c7f_185.jpg",
499
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/004064ab9d328c4c38443a397c5b7c7f_80.jpg",
500
+ "likes": "http://api.thisismyjam.com/1/jams/28fr4/likes.json?key=987bcab01b929eb2c07877b224215c92",
501
+ "likesCount": 4,
502
+ "playCount": 10,
503
+ "title": "Gumboots",
504
+ "via": "uploaded",
505
+ "viaUrl": "User uploaded"
506
+ },
507
+ {
508
+ "artist": "The Vyllies",
509
+ "caption": "1983, Zurich. Another place and time.",
510
+ "creationDate": "Sun, 25 Sep 2011 21:24:24 +0000",
511
+ "current": false,
512
+ "endDate": "Fri, 30 Sep 2011 14:38:38 +0000",
513
+ "from": "IFTFOM",
514
+ "id": "1qnud",
515
+ "jamvatarLarge": "http://static04.thisismyjam.com/i/fe38b668e5926ba3d07968b96857c114_395.jpg",
516
+ "jamvatarMedium": "http://static01.thisismyjam.com/i/fe38b668e5926ba3d07968b96857c114_185.jpg",
517
+ "jamvatarSmall": "http://static04.thisismyjam.com/i/fe38b668e5926ba3d07968b96857c114_80.jpg",
518
+ "likes": "http://api.thisismyjam.com/1/jams/1qnud/likes.json?key=987bcab01b929eb2c07877b224215c92",
519
+ "likesCount": 1,
520
+ "playCount": 5,
521
+ "title": "Babylon",
522
+ "via": "uploaded",
523
+ "viaUrl": "User uploaded"
524
+ },
525
+ {
526
+ "artist": "Hugo Montenegro and His Orchestra and Chorus",
527
+ "caption": "L'Estasi dell'Oro. IFTFOM theme tune for Two-Feature Tuesday.",
528
+ "creationDate": "Wed, 21 Sep 2011 00:57:08 +0000",
529
+ "current": false,
530
+ "endDate": "Sun, 25 Sep 2011 21:24:24 +0000",
531
+ "from": "IFTFOM",
532
+ "id": "1g2he",
533
+ "jamvatarLarge": "http://static02.thisismyjam.com/i/641c2f8c5e1094b3e6cdb1b88055c309_395.jpg",
534
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/641c2f8c5e1094b3e6cdb1b88055c309_185.jpg",
535
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/641c2f8c5e1094b3e6cdb1b88055c309_80.jpg",
536
+ "likes": "http://api.thisismyjam.com/1/jams/1g2he/likes.json?key=987bcab01b929eb2c07877b224215c92",
537
+ "likesCount": 4,
538
+ "playCount": 7,
539
+ "title": "The Ecstasy Of Gold",
540
+ "via": "uploaded",
541
+ "viaUrl": "User uploaded"
542
+ },
543
+ {
544
+ "artist": "Neil Young",
545
+ "caption": "1982 was more amazing than any of us had imagined.",
546
+ "creationDate": "Mon, 12 Sep 2011 22:56:34 +0000",
547
+ "current": false,
548
+ "endDate": "Mon, 19 Sep 2011 22:56:34 +0000",
549
+ "from": "IFTFOM",
550
+ "id": "10t2d",
551
+ "jamvatarLarge": "http://static04.thisismyjam.com/i/821f2f27a572d8eedeec75d8e76ac0c1_395.jpg",
552
+ "jamvatarMedium": "http://static03.thisismyjam.com/i/821f2f27a572d8eedeec75d8e76ac0c1_185.jpg",
553
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/821f2f27a572d8eedeec75d8e76ac0c1_80.jpg",
554
+ "likes": "http://api.thisismyjam.com/1/jams/10t2d/likes.json?key=987bcab01b929eb2c07877b224215c92",
555
+ "likesCount": 1,
556
+ "playCount": 5,
557
+ "title": "Sample and Hold (Extended Mix)",
558
+ "via": "uploaded",
559
+ "viaUrl": "User uploaded"
560
+ },
561
+ {
562
+ "artist": "Ohama",
563
+ "caption": "1984. The man, the legend. Ohama.",
564
+ "creationDate": "Tue, 06 Sep 2011 10:36:40 +0000",
565
+ "current": false,
566
+ "endDate": "Mon, 12 Sep 2011 22:56:34 +0000",
567
+ "from": "IFTFOM",
568
+ "id": "j15m",
569
+ "jamvatarLarge": "http://static03.thisismyjam.com/i/ad021d9376eb42ebde380eb679d540da_395.jpg",
570
+ "jamvatarMedium": "http://static01.thisismyjam.com/i/ad021d9376eb42ebde380eb679d540da_185.jpg",
571
+ "jamvatarSmall": "http://static01.thisismyjam.com/i/ad021d9376eb42ebde380eb679d540da_80.jpg",
572
+ "likes": "http://api.thisismyjam.com/1/jams/j15m/likes.json?key=987bcab01b929eb2c07877b224215c92",
573
+ "likesCount": 1,
574
+ "playCount": 6,
575
+ "title": "Of Whales",
576
+ "via": "uploaded",
577
+ "viaUrl": "User uploaded"
578
+ },
579
+ {
580
+ "artist": "Stereo",
581
+ "caption": "The future of music... it's out there... SOMEWHERE IN THE NIGHT.",
582
+ "creationDate": "Fri, 26 Aug 2011 18:01:43 +0000",
583
+ "current": false,
584
+ "endDate": "Fri, 02 Sep 2011 18:01:43 +0000",
585
+ "from": "IFTFOM",
586
+ "id": "wbh",
587
+ "jamvatarLarge": "http://static04.thisismyjam.com/i/f4d8bd721caf785bfc9b34d54c178b43_395.jpg",
588
+ "jamvatarMedium": "http://static02.thisismyjam.com/i/f4d8bd721caf785bfc9b34d54c178b43_185.jpg",
589
+ "jamvatarSmall": "http://static02.thisismyjam.com/i/f4d8bd721caf785bfc9b34d54c178b43_80.jpg",
590
+ "likes": "http://api.thisismyjam.com/1/jams/wbh/likes.json?key=987bcab01b929eb2c07877b224215c92",
591
+ "likesCount": 6,
592
+ "playCount": 16,
593
+ "title": "Somewhere In the Night",
594
+ "via": "uploaded",
595
+ "viaUrl": "User uploaded"
596
+ }
597
+ ],
598
+ "list": {
599
+ "hasMore": false,
600
+ "next": null
601
+ }
602
+ }