rdio_api 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 (56) hide show
  1. data/.gitignore +11 -0
  2. data/Gemfile +4 -0
  3. data/Guardfile +20 -0
  4. data/README.md +115 -0
  5. data/Rakefile +10 -0
  6. data/lib/rdio_api/api.rb +81 -0
  7. data/lib/rdio_api/client.rb +48 -0
  8. data/lib/rdio_api/version.rb +3 -0
  9. data/lib/rdio_api.rb +14 -0
  10. data/rdio_api.gemspec +30 -0
  11. data/spec/fixtures/addFriend.json +4 -0
  12. data/spec/fixtures/addToCollection.json +4 -0
  13. data/spec/fixtures/addToPlaylist.json +4 -0
  14. data/spec/fixtures/createPlaylist.json +19 -0
  15. data/spec/fixtures/currentUser.json +14 -0
  16. data/spec/fixtures/deletePlaylist.json +4 -0
  17. data/spec/fixtures/findUser.json +14 -0
  18. data/spec/fixtures/get.json +16 -0
  19. data/spec/fixtures/getActivityStream.json +18 -0
  20. data/spec/fixtures/getAlbumsForArtist.json +917 -0
  21. data/spec/fixtures/getAlbumsForArtistInCollection.json +82 -0
  22. data/spec/fixtures/getAlbumsInCollection.json +1184 -0
  23. data/spec/fixtures/getArtistsInCollection.json +37 -0
  24. data/spec/fixtures/getHeavyRotation.json +394 -0
  25. data/spec/fixtures/getNewReleases.json +796 -0
  26. data/spec/fixtures/getObjectFromShortCode.json +33 -0
  27. data/spec/fixtures/getObjectFromUrl.json +16 -0
  28. data/spec/fixtures/getPlaybackToken.json +4 -0
  29. data/spec/fixtures/getPlaylists.json +25 -0
  30. data/spec/fixtures/getTopCharts.json +181 -0
  31. data/spec/fixtures/getTracksForAlbumInCollection.json +440 -0
  32. data/spec/fixtures/getTracksForArtist.json +295 -0
  33. data/spec/fixtures/getTracksForArtistInCollection.json +34 -0
  34. data/spec/fixtures/getTracksInCollection.json +121 -0
  35. data/spec/fixtures/removeFriend.json +4 -0
  36. data/spec/fixtures/removeFromCollection.json +4 -0
  37. data/spec/fixtures/removeFromPlaylist.json +4 -0
  38. data/spec/fixtures/search.json +523 -0
  39. data/spec/fixtures/searchSuggestions.json +117 -0
  40. data/spec/fixtures/setAvailableOffline.json +4 -0
  41. data/spec/fixtures/setPlaylistCollaborating.json +4 -0
  42. data/spec/fixtures/setPlaylistCollaborationMode.json +4 -0
  43. data/spec/fixtures/setPlaylistFields.json +4 -0
  44. data/spec/fixtures/setPlaylistOrder.json +4 -0
  45. data/spec/fixtures/userFollowers.json +27 -0
  46. data/spec/fixtures/userFollowing.json +27 -0
  47. data/spec/helper.rb +26 -0
  48. data/spec/rdio_api/activity_spec.rb +59 -0
  49. data/spec/rdio_api/catalog_spec.rb +77 -0
  50. data/spec/rdio_api/client_spec.rb +18 -0
  51. data/spec/rdio_api/collection_spec.rb +127 -0
  52. data/spec/rdio_api/core_spec.rb +59 -0
  53. data/spec/rdio_api/playback_spec.rb +22 -0
  54. data/spec/rdio_api/playlists_spec.rb +122 -0
  55. data/spec/rdio_api/social_spec.rb +92 -0
  56. metadata +273 -0
@@ -0,0 +1,917 @@
1
+ {
2
+ "status" :"ok",
3
+ "result" : [
4
+ {
5
+ "baseIcon": "album/2/a/8/000000000008c8a2/square-200.jpg",
6
+ "releaseDate": "2010-11-22",
7
+ "artistUrl": "/artist/Kanye_West/",
8
+ "duration": 4113,
9
+ "isClean": false,
10
+ "shortUrl": "http://rd.io/x/QDaXPkuX8A",
11
+ "canStream": false,
12
+ "embedUrl": "http://rd.io/e/QDaXPkuX8A",
13
+ "type": "a",
14
+ "price": "16.90",
15
+ "key": "a575650",
16
+ "icon": "http://media.rd.io/album/2/a/8/000000000008c8a2/square-200.jpg",
17
+ "canSample": true,
18
+ "name": "My Beautiful Dark Twisted Fantasy",
19
+ "isExplicit": true,
20
+ "artist": "Kanye West",
21
+ "url": "/artist/Kanye_West/album/My_Beautiful_Dark_Twisted_Fantasy/",
22
+ "artistKey": "r20227",
23
+ "length": 13,
24
+ "trackKeys": [
25
+ "t6896149",
26
+ "t6896154",
27
+ "t6896160",
28
+ "t6896165",
29
+ "t6896167",
30
+ "t6896171",
31
+ "t6896176",
32
+ "t6896180",
33
+ "t6896185",
34
+ "t6896192",
35
+ "t6896196",
36
+ "t6896204",
37
+ "t6896208"
38
+ ],
39
+ "canTether": false,
40
+ "displayDate": "Nov 22, 2010"
41
+ },
42
+ {
43
+ "baseIcon": "album/7/5/5/0000000000039557/square-200.jpg",
44
+ "releaseDate": "2007-09-11",
45
+ "artistUrl": "/artist/Kanye_West/",
46
+ "duration": 2537,
47
+ "isClean": false,
48
+ "shortUrl": "http://rd.io/x/QDaXPkDKBQ",
49
+ "canStream": false,
50
+ "embedUrl": "http://rd.io/e/QDaXPkDKBQ",
51
+ "type": "a",
52
+ "price": "10.00",
53
+ "key": "a234839",
54
+ "icon": "http://media.rd.io/album/7/5/5/0000000000039557/square-200.jpg",
55
+ "canSample": true,
56
+ "name": "Graduation",
57
+ "isExplicit": true,
58
+ "artist": "Kanye West",
59
+ "url": "/artist/Kanye_West/album/Graduation/",
60
+ "artistKey": "r20227",
61
+ "length": 13,
62
+ "trackKeys": [
63
+ "t2848545",
64
+ "t2848604",
65
+ "t2848649",
66
+ "t2848730",
67
+ "t2848797",
68
+ "t2848856",
69
+ "t2848924",
70
+ "t9967444",
71
+ "t2848978",
72
+ "t9967445",
73
+ "t2849043",
74
+ "t2849092",
75
+ "t2849149"
76
+ ],
77
+ "canTether": false,
78
+ "displayDate": "Sep 11, 2007"
79
+ },
80
+ {
81
+ "baseIcon": "album/a/9/b/0000000000036b9a/square-200.jpg",
82
+ "releaseDate": "2008-11-24",
83
+ "artistUrl": "/artist/Kanye_West/",
84
+ "duration": 3119,
85
+ "isClean": false,
86
+ "shortUrl": "http://rd.io/x/QDaXPkA0yA",
87
+ "canStream": false,
88
+ "embedUrl": "http://rd.io/e/QDaXPkA0yA",
89
+ "type": "a",
90
+ "price": "14.70",
91
+ "key": "a224154",
92
+ "icon": "http://media.rd.io/album/a/9/b/0000000000036b9a/square-200.jpg",
93
+ "canSample": true,
94
+ "name": "808s & Heartbreak",
95
+ "isExplicit": false,
96
+ "artist": "Kanye West",
97
+ "url": "/artist/Kanye_West/album/808s__Heartbreak/",
98
+ "artistKey": "r20227",
99
+ "length": 12,
100
+ "trackKeys": [
101
+ "t2711448",
102
+ "t2711567",
103
+ "t2711646",
104
+ "t2711718",
105
+ "t2711796",
106
+ "t2711873",
107
+ "t2711956",
108
+ "t2712041",
109
+ "t2712104",
110
+ "t2712174",
111
+ "t2712255",
112
+ "t2712309"
113
+ ],
114
+ "canTether": false,
115
+ "displayDate": "Nov 24, 2008"
116
+ },
117
+ {
118
+ "baseIcon": "album/d/e/0/00000000000370ed/square-200.jpg",
119
+ "releaseDate": "2005-08-30",
120
+ "artistUrl": "/artist/Kanye_West/",
121
+ "duration": 4189,
122
+ "isClean": false,
123
+ "shortUrl": "http://rd.io/x/QDaXPkAvvw",
124
+ "canStream": false,
125
+ "embedUrl": "http://rd.io/e/QDaXPkAvvw",
126
+ "type": "a",
127
+ "price": "10.00",
128
+ "key": "a225517",
129
+ "icon": "http://media.rd.io/album/d/e/0/00000000000370ed/square-200.jpg",
130
+ "canSample": true,
131
+ "name": "Late Registration",
132
+ "isExplicit": true,
133
+ "artist": "Kanye West",
134
+ "url": "/artist/Kanye_West/album/Late_Registration/",
135
+ "artistKey": "r20227",
136
+ "length": 21,
137
+ "trackKeys": [
138
+ "t2729778",
139
+ "t2729795",
140
+ "t2729855",
141
+ "t2729929",
142
+ "t2729984",
143
+ "t9618012",
144
+ "t9618022",
145
+ "t2729999",
146
+ "t9618028",
147
+ "t2730080",
148
+ "t9618036",
149
+ "t2730135",
150
+ "t2730148",
151
+ "t2730220",
152
+ "t2730349",
153
+ "t9618040",
154
+ "t9618045",
155
+ "t2730355",
156
+ "t2730379",
157
+ "t2730483",
158
+ "t9618048"
159
+ ],
160
+ "canTether": false,
161
+ "displayDate": "Aug 30, 2005"
162
+ },
163
+ {
164
+ "baseIcon": "album/c/e/2/00000000000392ec/square-200.jpg",
165
+ "releaseDate": "2004-02-10",
166
+ "artistUrl": "/artist/Kanye_West/",
167
+ "duration": 4573,
168
+ "isClean": false,
169
+ "shortUrl": "http://rd.io/x/QDaXPkDNvg",
170
+ "canStream": false,
171
+ "embedUrl": "http://rd.io/e/QDaXPkDNvg",
172
+ "type": "a",
173
+ "price": "20.00",
174
+ "key": "a234220",
175
+ "icon": "http://media.rd.io/album/c/e/2/00000000000392ec/square-200.jpg",
176
+ "canSample": true,
177
+ "name": "The College Dropout",
178
+ "isExplicit": true,
179
+ "artist": "Kanye West",
180
+ "url": "/artist/Kanye_West/album/The_College_Dropout_1/",
181
+ "artistKey": "r20227",
182
+ "length": 21,
183
+ "trackKeys": [
184
+ "t2841835",
185
+ "t4923450",
186
+ "t2841845",
187
+ "t4923468",
188
+ "t2841868",
189
+ "t4923490",
190
+ "t4923516",
191
+ "t4923536",
192
+ "t2841898",
193
+ "t2841970",
194
+ "t2841983",
195
+ "t2842066",
196
+ "t2842160",
197
+ "t2842222",
198
+ "t2842247",
199
+ "t2842297",
200
+ "t2842308",
201
+ "t4923567",
202
+ "t4923590",
203
+ "t2842327",
204
+ "t2842394"
205
+ ],
206
+ "canTether": false,
207
+ "displayDate": "Feb 10, 2004"
208
+ },
209
+ {
210
+ "baseIcon": "album/4/b/8/000000000008c8b4/square-200.jpg",
211
+ "releaseDate": "2010-11-22",
212
+ "artistUrl": "/artist/Kanye_West/",
213
+ "duration": 4114,
214
+ "isClean": true,
215
+ "shortUrl": "http://rd.io/x/QDaXPkuX5g",
216
+ "canStream": false,
217
+ "embedUrl": "http://rd.io/e/QDaXPkuX5g",
218
+ "type": "a",
219
+ "price": "16.90",
220
+ "key": "a575668",
221
+ "icon": "http://media.rd.io/album/4/b/8/000000000008c8b4/square-200.jpg",
222
+ "canSample": true,
223
+ "name": "My Beautiful Dark Twisted Fantasy",
224
+ "isExplicit": false,
225
+ "artist": "Kanye West",
226
+ "url": "/artist/Kanye_West/album/My_Beautiful_Dark_Twisted_Fantasy_1/",
227
+ "artistKey": "r20227",
228
+ "length": 13,
229
+ "trackKeys": [
230
+ "t6896347",
231
+ "t6896355",
232
+ "t6896365",
233
+ "t6896371",
234
+ "t6896377",
235
+ "t6896387",
236
+ "t6896399",
237
+ "t6896411",
238
+ "t6896423",
239
+ "t6896436",
240
+ "t6896449",
241
+ "t6896461",
242
+ "t6896468"
243
+ ],
244
+ "canTether": false,
245
+ "displayDate": "Nov 22, 2010"
246
+ },
247
+ {
248
+ "baseIcon": "album/7/a/0/00000000000480a7/square-200.jpg",
249
+ "releaseDate": "2010-07-01",
250
+ "artistUrl": "/artist/Kanye_West/",
251
+ "duration": 292,
252
+ "isClean": false,
253
+ "shortUrl": "http://rd.io/x/QDaXPkff9Q",
254
+ "canStream": false,
255
+ "embedUrl": "http://rd.io/e/QDaXPkff9Q",
256
+ "type": "a",
257
+ "price": "None",
258
+ "key": "a295079",
259
+ "icon": "http://media.rd.io/album/7/a/0/00000000000480a7/square-200.jpg",
260
+ "canSample": false,
261
+ "name": "POWER",
262
+ "isExplicit": true,
263
+ "artist": "Kanye West",
264
+ "url": "/artist/Kanye_West/album/POWER_1/",
265
+ "artistKey": "r20227",
266
+ "length": 1,
267
+ "trackKeys": [
268
+ "t3643475"
269
+ ],
270
+ "canTether": false,
271
+ "displayDate": "Jul 1, 2010"
272
+ },
273
+ {
274
+ "baseIcon": "album/a/e/7/00000000000817ea/square-200.jpg",
275
+ "releaseDate": "2010-10-23",
276
+ "artistUrl": "/artist/Kanye_West/",
277
+ "duration": 382,
278
+ "isClean": false,
279
+ "shortUrl": "http://rd.io/x/QDaXPktIuA",
280
+ "canStream": false,
281
+ "embedUrl": "http://rd.io/e/QDaXPktIuA",
282
+ "type": "a",
283
+ "price": "None",
284
+ "key": "a530410",
285
+ "icon": "http://media.rd.io/album/a/e/7/00000000000817ea/square-200.jpg",
286
+ "canSample": false,
287
+ "name": "Monster",
288
+ "isExplicit": true,
289
+ "artist": "Kanye West",
290
+ "url": "/artist/Kanye_West/album/Monster_1/",
291
+ "artistKey": "r20227",
292
+ "length": 1,
293
+ "trackKeys": [
294
+ "t6400781"
295
+ ],
296
+ "canTether": false,
297
+ "displayDate": "Oct 23, 2010"
298
+ },
299
+ {
300
+ "baseIcon": "album/7/8/5/0000000000039587/square-200.jpg",
301
+ "releaseDate": "2007-09-11",
302
+ "artistUrl": "/artist/Kanye_West/",
303
+ "duration": 2538,
304
+ "isClean": true,
305
+ "shortUrl": "http://rd.io/x/QDaXPkDK1Q",
306
+ "canStream": false,
307
+ "embedUrl": "http://rd.io/e/QDaXPkDK1Q",
308
+ "type": "a",
309
+ "price": "None",
310
+ "key": "a234887",
311
+ "icon": "http://media.rd.io/album/7/8/5/0000000000039587/square-200.jpg",
312
+ "canSample": true,
313
+ "name": "Graduation",
314
+ "isExplicit": false,
315
+ "artist": "Kanye West",
316
+ "url": "/artist/Kanye_West/album/Graduation_1/",
317
+ "artistKey": "r20227",
318
+ "length": 13,
319
+ "trackKeys": [
320
+ "t2849062",
321
+ "t2849106",
322
+ "t2849145",
323
+ "t2849222",
324
+ "t2849288",
325
+ "t2849342",
326
+ "t2849416",
327
+ "t9902257",
328
+ "t2849461",
329
+ "t9902277",
330
+ "t2849528",
331
+ "t2849586",
332
+ "t2849640"
333
+ ],
334
+ "canTether": false,
335
+ "displayDate": "Sep 11, 2007"
336
+ },
337
+ {
338
+ "baseIcon": "album/8/e/2/00000000000752e8/square-200.jpg",
339
+ "releaseDate": "2010-10-04",
340
+ "artistUrl": "/artist/Kanye_West/",
341
+ "duration": 339,
342
+ "isClean": false,
343
+ "shortUrl": "http://rd.io/x/QDaXPkQNug",
344
+ "canStream": false,
345
+ "embedUrl": "http://rd.io/e/QDaXPkQNug",
346
+ "type": "a",
347
+ "price": "None",
348
+ "key": "a479976",
349
+ "icon": "http://media.rd.io/album/8/e/2/00000000000752e8/square-200.jpg",
350
+ "canSample": false,
351
+ "name": "Runaway",
352
+ "isExplicit": true,
353
+ "artist": "Kanye West",
354
+ "url": "/artist/Kanye_West/album/Runaway_1/",
355
+ "artistKey": "r20227",
356
+ "length": 1,
357
+ "trackKeys": [
358
+ "t5881450"
359
+ ],
360
+ "canTether": false,
361
+ "displayDate": "Oct 4, 2010"
362
+ },
363
+ {
364
+ "baseIcon": "album/4/b/e/0000000000039eb4/square-200.jpg",
365
+ "releaseDate": "2005-08-30",
366
+ "artistUrl": "/artist/Kanye_West/",
367
+ "duration": 2574,
368
+ "isClean": true,
369
+ "shortUrl": "http://rd.io/x/QDaXPkDB5g",
370
+ "canStream": false,
371
+ "embedUrl": "http://rd.io/e/QDaXPkDB5g",
372
+ "type": "a",
373
+ "price": "21.90",
374
+ "key": "a237236",
375
+ "icon": "http://media.rd.io/album/4/b/e/0000000000039eb4/square-200.jpg",
376
+ "canSample": true,
377
+ "name": "Late Registration",
378
+ "isExplicit": false,
379
+ "artist": "Kanye West",
380
+ "url": "/artist/Kanye_West/album/Late_Registration_1/",
381
+ "artistKey": "r20227",
382
+ "length": 21,
383
+ "trackKeys": [
384
+ "t2880661",
385
+ "t2880663",
386
+ "t2880687",
387
+ "t2880712",
388
+ "t2880735",
389
+ "t9839582",
390
+ "t9839583",
391
+ "t2880739",
392
+ "t9839584",
393
+ "t2880767",
394
+ "t9839585",
395
+ "t2880789",
396
+ "t2880794",
397
+ "t2880820",
398
+ "t2880863",
399
+ "t9839586",
400
+ "t9839587",
401
+ "t2880868",
402
+ "t2880877",
403
+ "t2880914",
404
+ "t9839588"
405
+ ],
406
+ "canTether": false,
407
+ "displayDate": "Aug 30, 2005"
408
+ },
409
+ {
410
+ "baseIcon": "album/8/7/2/0000000000039278/square-200.jpg",
411
+ "releaseDate": "2004-02-10",
412
+ "artistUrl": "/artist/Kanye_West/",
413
+ "duration": 2602,
414
+ "isClean": true,
415
+ "shortUrl": "http://rd.io/x/QDaXPkDNKg",
416
+ "canStream": false,
417
+ "embedUrl": "http://rd.io/e/QDaXPkDNKg",
418
+ "type": "a",
419
+ "price": "None",
420
+ "key": "a234104",
421
+ "icon": "http://media.rd.io/album/8/7/2/0000000000039278/square-200.jpg",
422
+ "canSample": true,
423
+ "name": "The College Dropout",
424
+ "isExplicit": false,
425
+ "artist": "Kanye West",
426
+ "url": "/artist/Kanye_West/album/The_College_Dropout/",
427
+ "artistKey": "r20227",
428
+ "length": 13,
429
+ "trackKeys": [
430
+ "t2840449",
431
+ "t2840455",
432
+ "t2840477",
433
+ "t2840502",
434
+ "t2840582",
435
+ "t2840595",
436
+ "t2840685",
437
+ "t2840774",
438
+ "t2840843",
439
+ "t2840863",
440
+ "t2840877",
441
+ "t2840897",
442
+ "t2840972"
443
+ ],
444
+ "canTether": false,
445
+ "displayDate": "Feb 10, 2004"
446
+ },
447
+ {
448
+ "baseIcon": "album/c/5/8/000000000003685c/square-200.jpg",
449
+ "releaseDate": "2004-08-31",
450
+ "artistUrl": "/artist/Kanye_West/",
451
+ "duration": 210,
452
+ "isClean": false,
453
+ "shortUrl": "http://rd.io/x/QDaXPkA3Dg",
454
+ "canStream": false,
455
+ "embedUrl": "http://rd.io/e/QDaXPkA3Dg",
456
+ "type": "a",
457
+ "price": "1.00",
458
+ "key": "a223324",
459
+ "icon": "http://media.rd.io/album/c/5/8/000000000003685c/square-200.jpg",
460
+ "canSample": true,
461
+ "name": "Jesus Walks (Live Version)",
462
+ "isExplicit": true,
463
+ "artist": "Kanye West",
464
+ "url": "/artist/Kanye_West/album/Jesus_Walks_(Live_Version)/",
465
+ "artistKey": "r20227",
466
+ "length": 1,
467
+ "trackKeys": [
468
+ "t2702225"
469
+ ],
470
+ "canTether": false,
471
+ "displayDate": "Aug 31, 2004"
472
+ },
473
+ {
474
+ "baseIcon": "album/c/9/f/0000000000038f9c/square-200.jpg",
475
+ "releaseDate": "2004-05-11",
476
+ "artistUrl": "/artist/Kanye_West/",
477
+ "duration": 232,
478
+ "isClean": false,
479
+ "shortUrl": "http://rd.io/x/QDaXPkDQzg",
480
+ "canStream": false,
481
+ "embedUrl": "http://rd.io/e/QDaXPkDQzg",
482
+ "type": "a",
483
+ "price": "None",
484
+ "key": "a233372",
485
+ "icon": "http://media.rd.io/album/c/9/f/0000000000038f9c/square-200.jpg",
486
+ "canSample": true,
487
+ "name": "All Falls Down (Live from The House of Blues)",
488
+ "isExplicit": false,
489
+ "artist": "Kanye West",
490
+ "url": "/artist/Kanye_West/album/All_Falls_Down_(Live_from_The_House_of_Blues)/",
491
+ "artistKey": "r20227",
492
+ "length": 1,
493
+ "trackKeys": [
494
+ "t2831360"
495
+ ],
496
+ "canTether": false,
497
+ "displayDate": "Feb 24, 2004"
498
+ },
499
+ {
500
+ "baseIcon": "album/b/7/8/000000000003887b/square-200.jpg",
501
+ "releaseDate": "2008-02-12",
502
+ "artistUrl": "/artist/Kanye_West/",
503
+ "duration": 563,
504
+ "isClean": false,
505
+ "shortUrl": "http://rd.io/x/QDaXPkDXKQ",
506
+ "canStream": false,
507
+ "embedUrl": "http://rd.io/e/QDaXPkDXKQ",
508
+ "type": "a",
509
+ "price": "2.00",
510
+ "key": "a231547",
511
+ "icon": "http://media.rd.io/album/b/7/8/000000000003887b/square-200.jpg",
512
+ "canSample": true,
513
+ "name": "Stronger (Remixes)",
514
+ "isExplicit": true,
515
+ "artist": "Kanye West",
516
+ "url": "/artist/Kanye_West/album/Stronger_(Remixes)/",
517
+ "artistKey": "r20227",
518
+ "length": 2,
519
+ "trackKeys": [
520
+ "t2807907",
521
+ "t2807985"
522
+ ],
523
+ "canTether": false,
524
+ "displayDate": "Feb 12, 2008"
525
+ },
526
+ {
527
+ "baseIcon": "album/6/e/2/00000000000752e6/square-200.jpg",
528
+ "releaseDate": "2010-10-04",
529
+ "artistUrl": "/artist/Kanye_West/",
530
+ "duration": 338,
531
+ "isClean": true,
532
+ "shortUrl": "http://rd.io/x/QDaXPkQNtA",
533
+ "canStream": false,
534
+ "embedUrl": "http://rd.io/e/QDaXPkQNtA",
535
+ "type": "a",
536
+ "price": "None",
537
+ "key": "a479974",
538
+ "icon": "http://media.rd.io/album/6/e/2/00000000000752e6/square-200.jpg",
539
+ "canSample": false,
540
+ "name": "Runaway",
541
+ "isExplicit": false,
542
+ "artist": "Kanye West",
543
+ "url": "/artist/Kanye_West/album/Runaway/",
544
+ "artistKey": "r20227",
545
+ "length": 1,
546
+ "trackKeys": [
547
+ "t5881447"
548
+ ],
549
+ "canTether": false,
550
+ "displayDate": "Oct 4, 2010"
551
+ },
552
+ {
553
+ "baseIcon": "album/6/a/0/00000000000480a6/square-200.jpg",
554
+ "releaseDate": "2010-07-01",
555
+ "artistUrl": "/artist/Kanye_West/",
556
+ "duration": 292,
557
+ "isClean": true,
558
+ "shortUrl": "http://rd.io/x/QDaXPkff9A",
559
+ "canStream": false,
560
+ "embedUrl": "http://rd.io/e/QDaXPkff9A",
561
+ "type": "a",
562
+ "price": "None",
563
+ "key": "a295078",
564
+ "icon": "http://media.rd.io/album/6/a/0/00000000000480a6/square-200.jpg",
565
+ "canSample": false,
566
+ "name": "POWER",
567
+ "isExplicit": false,
568
+ "artist": "Kanye West",
569
+ "url": "/artist/Kanye_West/album/POWER/",
570
+ "artistKey": "r20227",
571
+ "length": 1,
572
+ "trackKeys": [
573
+ "t3643474"
574
+ ],
575
+ "canTether": false,
576
+ "displayDate": "Jul 1, 2010"
577
+ },
578
+ {
579
+ "baseIcon": "album/a/5/c/0000000000037c5a/square-200.jpg",
580
+ "releaseDate": "2004-08-31",
581
+ "artistUrl": "/artist/Kanye_West/",
582
+ "duration": 236,
583
+ "isClean": false,
584
+ "shortUrl": "http://rd.io/x/QDaXPkAjCA",
585
+ "canStream": false,
586
+ "embedUrl": "http://rd.io/e/QDaXPkAjCA",
587
+ "type": "a",
588
+ "price": "1.00",
589
+ "key": "a228442",
590
+ "icon": "http://media.rd.io/album/a/5/c/0000000000037c5a/square-200.jpg",
591
+ "canSample": true,
592
+ "name": "Spaceships (Live Version)",
593
+ "isExplicit": true,
594
+ "artist": "Kanye West",
595
+ "url": "/artist/Kanye_West/album/Spaceships_(Live_Version)/",
596
+ "artistKey": "r20227",
597
+ "length": 1,
598
+ "trackKeys": [
599
+ "t2767981"
600
+ ],
601
+ "canTether": false,
602
+ "displayDate": "Aug 31, 2004"
603
+ },
604
+ {
605
+ "baseIcon": "album/b/f/e/0000000000039efb/square-200.jpg",
606
+ "releaseDate": "2006-05-05",
607
+ "artistUrl": "/artist/Kanye_West/",
608
+ "duration": 202,
609
+ "isClean": true,
610
+ "shortUrl": "http://rd.io/x/QDaXPkDBqQ",
611
+ "canStream": false,
612
+ "embedUrl": "http://rd.io/e/QDaXPkDBqQ",
613
+ "type": "a",
614
+ "price": "None",
615
+ "key": "a237307",
616
+ "icon": "http://media.rd.io/album/b/f/e/0000000000039efb/square-200.jpg",
617
+ "canSample": true,
618
+ "name": "Impossible (E-Single)",
619
+ "isExplicit": false,
620
+ "artist": "Kanye West",
621
+ "url": "/artist/Kanye_West/album/Impossible_(E-Single)/",
622
+ "artistKey": "r20227",
623
+ "length": 1,
624
+ "trackKeys": [
625
+ "t2881509"
626
+ ],
627
+ "canTether": false,
628
+ "displayDate": "May 5, 2006"
629
+ },
630
+ {
631
+ "baseIcon": "album/f/d/3/00000000000393df/square-200.jpg",
632
+ "releaseDate": "2008-09-23",
633
+ "artistUrl": "/artist/Kanye_West/",
634
+ "duration": 203,
635
+ "isClean": false,
636
+ "shortUrl": "http://rd.io/x/QDaXPkDMjQ",
637
+ "canStream": false,
638
+ "embedUrl": "http://rd.io/e/QDaXPkDMjQ",
639
+ "type": "a",
640
+ "price": "1.00",
641
+ "key": "a234463",
642
+ "icon": "http://media.rd.io/album/f/d/3/00000000000393df/square-200.jpg",
643
+ "canSample": true,
644
+ "name": "Homecoming",
645
+ "isExplicit": true,
646
+ "artist": "Kanye West",
647
+ "url": "/artist/Kanye_West/album/Homecoming_1/",
648
+ "artistKey": "r20227",
649
+ "length": 1,
650
+ "trackKeys": [
651
+ "t2844753"
652
+ ],
653
+ "canTether": false,
654
+ "displayDate": "Sep 23, 2008"
655
+ },
656
+ {
657
+ "baseIcon": "album/8/5/e/0000000000039e58/square-200.jpg",
658
+ "releaseDate": "2005-07-19",
659
+ "artistUrl": "/artist/Kanye_West/",
660
+ "duration": 214,
661
+ "isClean": true,
662
+ "shortUrl": "http://rd.io/x/QDaXPkDBCg",
663
+ "canStream": false,
664
+ "embedUrl": "http://rd.io/e/QDaXPkDBCg",
665
+ "type": "a",
666
+ "price": "None",
667
+ "key": "a237144",
668
+ "icon": "http://media.rd.io/album/8/5/e/0000000000039e58/square-200.jpg",
669
+ "canSample": true,
670
+ "name": "Diamonds From Sierra Leone Remix",
671
+ "isExplicit": false,
672
+ "artist": "Kanye West",
673
+ "url": "/artist/Kanye_West/album/Diamonds_From_Sierra_Leone_Remix/",
674
+ "artistKey": "r20227",
675
+ "length": 1,
676
+ "trackKeys": [
677
+ "t2879474"
678
+ ],
679
+ "canTether": false,
680
+ "displayDate": "Jul 19, 2005"
681
+ },
682
+ {
683
+ "baseIcon": "album/e/8/f/0000000000095f8e/square-200.jpg",
684
+ "releaseDate": "2010-12-17",
685
+ "artistUrl": "/artist/Kanye_West/",
686
+ "duration": 236,
687
+ "isClean": false,
688
+ "shortUrl": "http://rd.io/x/QDaXPkoA3A",
689
+ "canStream": false,
690
+ "embedUrl": "http://rd.io/e/QDaXPkoA3A",
691
+ "type": "a",
692
+ "price": "1.30",
693
+ "key": "a614286",
694
+ "icon": "http://media.rd.io/album/e/8/f/0000000000095f8e/square-200.jpg",
695
+ "canSample": true,
696
+ "name": "Christmas In Harlem",
697
+ "isExplicit": false,
698
+ "artist": "Kanye West",
699
+ "url": "/artist/Kanye_West/album/Christmas_In_Harlem/",
700
+ "artistKey": "r20227",
701
+ "length": 1,
702
+ "trackKeys": [
703
+ "t7369520"
704
+ ],
705
+ "canTether": false,
706
+ "displayDate": "Dec 17, 2010"
707
+ },
708
+ {
709
+ "baseIcon": "album/a/4/1/000000000003914a/square-200.jpg",
710
+ "releaseDate": "2005-05-31",
711
+ "artistUrl": "/artist/Kanye_West/",
712
+ "duration": 240,
713
+ "isClean": true,
714
+ "shortUrl": "http://rd.io/x/QDaXPkDOGA",
715
+ "canStream": false,
716
+ "embedUrl": "http://rd.io/e/QDaXPkDOGA",
717
+ "type": "a",
718
+ "price": "None",
719
+ "key": "a233802",
720
+ "icon": "http://media.rd.io/album/a/4/1/000000000003914a/square-200.jpg",
721
+ "canSample": true,
722
+ "name": "Diamonds From Sierra Leone",
723
+ "isExplicit": false,
724
+ "artist": "Kanye West",
725
+ "url": "/artist/Kanye_West/album/Diamonds_From_Sierra_Leone/",
726
+ "artistKey": "r20227",
727
+ "length": 1,
728
+ "trackKeys": [
729
+ "t2836316"
730
+ ],
731
+ "canTether": false,
732
+ "displayDate": "May 31, 2005"
733
+ },
734
+ {
735
+ "baseIcon": "album/a/d/9/00000000000379da/square-200.jpg",
736
+ "releaseDate": "2004-08-31",
737
+ "artistUrl": "/artist/Kanye_West/",
738
+ "duration": 175,
739
+ "isClean": false,
740
+ "shortUrl": "http://rd.io/x/QDaXPkAmiA",
741
+ "canStream": false,
742
+ "embedUrl": "http://rd.io/e/QDaXPkAmiA",
743
+ "type": "a",
744
+ "price": "1.00",
745
+ "key": "a227802",
746
+ "icon": "http://media.rd.io/album/a/d/9/00000000000379da/square-200.jpg",
747
+ "canSample": true,
748
+ "name": "We Don't Care (Live Version)",
749
+ "isExplicit": true,
750
+ "artist": "Kanye West",
751
+ "url": "/artist/Kanye_West/album/We_Don%27t_Care_(Live_Version)/",
752
+ "artistKey": "r20227",
753
+ "length": 1,
754
+ "trackKeys": [
755
+ "t2760233"
756
+ ],
757
+ "canTether": false,
758
+ "displayDate": "Aug 31, 2004"
759
+ },
760
+ {
761
+ "baseIcon": "album/7/2/a/0000000000037a27/square-200.jpg",
762
+ "releaseDate": "2004-08-31",
763
+ "artistUrl": "/artist/Kanye_West/",
764
+ "duration": 194,
765
+ "isClean": false,
766
+ "shortUrl": "http://rd.io/x/QDaXPkAldQ",
767
+ "canStream": false,
768
+ "embedUrl": "http://rd.io/e/QDaXPkAldQ",
769
+ "type": "a",
770
+ "price": "1.00",
771
+ "key": "a227879",
772
+ "icon": "http://media.rd.io/album/7/2/a/0000000000037a27/square-200.jpg",
773
+ "canSample": true,
774
+ "name": "The New Workout Plan (Live Version)",
775
+ "isExplicit": true,
776
+ "artist": "Kanye West",
777
+ "url": "/artist/Kanye_West/album/The_New_Workout_Plan_(Live_Version)/",
778
+ "artistKey": "r20227",
779
+ "length": 1,
780
+ "trackKeys": [
781
+ "t2761168"
782
+ ],
783
+ "canTether": false,
784
+ "displayDate": "Aug 31, 2004"
785
+ },
786
+ {
787
+ "baseIcon": "album/d/a/3/00000000000393ad/square-200.jpg",
788
+ "releaseDate": "2008-09-23",
789
+ "artistUrl": "/artist/Kanye_West/",
790
+ "duration": 204,
791
+ "isClean": true,
792
+ "shortUrl": "http://rd.io/x/QDaXPkDM_w",
793
+ "canStream": false,
794
+ "embedUrl": "http://rd.io/e/QDaXPkDM_w",
795
+ "type": "a",
796
+ "price": "1.00",
797
+ "key": "a234413",
798
+ "icon": "http://media.rd.io/album/d/a/3/00000000000393ad/square-200.jpg",
799
+ "canSample": true,
800
+ "name": "Homecoming",
801
+ "isExplicit": false,
802
+ "artist": "Kanye West",
803
+ "url": "/artist/Kanye_West/album/Homecoming/",
804
+ "artistKey": "r20227",
805
+ "length": 1,
806
+ "trackKeys": [
807
+ "t2844276"
808
+ ],
809
+ "canTether": false,
810
+ "displayDate": "Sep 23, 2008"
811
+ },
812
+ {
813
+ "baseIcon": "album/8/e/7/00000000000817e8/square-200.jpg",
814
+ "releaseDate": "2010-10-23",
815
+ "artistUrl": "/artist/Kanye_West/",
816
+ "duration": 380,
817
+ "isClean": true,
818
+ "shortUrl": "http://rd.io/x/QDaXPktIug",
819
+ "canStream": false,
820
+ "embedUrl": "http://rd.io/e/QDaXPktIug",
821
+ "type": "a",
822
+ "price": "None",
823
+ "key": "a530408",
824
+ "icon": "http://media.rd.io/album/8/e/7/00000000000817e8/square-200.jpg",
825
+ "canSample": false,
826
+ "name": "Monster",
827
+ "isExplicit": false,
828
+ "artist": "Kanye West",
829
+ "url": "/artist/Kanye_West/album/Monster/",
830
+ "artistKey": "r20227",
831
+ "length": 1,
832
+ "trackKeys": [
833
+ "t6400766"
834
+ ],
835
+ "canTether": false,
836
+ "displayDate": "Oct 23, 2010"
837
+ },
838
+ {
839
+ "baseIcon": "album/9/d/a/000000000005cad9/square-200.jpg",
840
+ "releaseDate": "2007-07-31",
841
+ "artistUrl": "/artist/Kanye_West/",
842
+ "duration": 312,
843
+ "isClean": true,
844
+ "shortUrl": "http://rd.io/x/QDaXPkaViw",
845
+ "canStream": false,
846
+ "embedUrl": "http://rd.io/e/QDaXPkaViw",
847
+ "type": "a",
848
+ "price": "None",
849
+ "key": "a379609",
850
+ "icon": "http://media.rd.io/album/9/d/a/000000000005cad9/square-200.jpg",
851
+ "canSample": false,
852
+ "name": "Stronger",
853
+ "isExplicit": false,
854
+ "artist": "Kanye West",
855
+ "url": "/artist/Kanye_West/album/Stronger_2/",
856
+ "artistKey": "r20227",
857
+ "length": 1,
858
+ "trackKeys": [
859
+ "t4632690"
860
+ ],
861
+ "canTether": false,
862
+ "displayDate": "Jul 31, 2007"
863
+ },
864
+ {
865
+ "baseIcon": "album/a/c/a/000000000005daca/square-200.jpg",
866
+ "releaseDate": "2008-09-23",
867
+ "artistUrl": "/artist/Kanye_West/",
868
+ "duration": 237,
869
+ "isClean": false,
870
+ "shortUrl": "http://rd.io/x/QDaXPkaFmA",
871
+ "canStream": false,
872
+ "embedUrl": "http://rd.io/e/QDaXPkaFmA",
873
+ "type": "a",
874
+ "price": "1.00",
875
+ "key": "a383690",
876
+ "icon": "http://media.rd.io/album/a/c/a/000000000005daca/square-200.jpg",
877
+ "canSample": true,
878
+ "name": "Flashing Lights",
879
+ "isExplicit": true,
880
+ "artist": "Kanye West",
881
+ "url": "/artist/Kanye_West/album/Flashing_Lights_1/",
882
+ "artistKey": "r20227",
883
+ "length": 1,
884
+ "trackKeys": [
885
+ "t4709557"
886
+ ],
887
+ "canTether": false,
888
+ "displayDate": "Sep 23, 2008"
889
+ },
890
+ {
891
+ "baseIcon": "album/5/e/f/000000000005cfe5/square-200.jpg",
892
+ "releaseDate": "2007-05-29",
893
+ "artistUrl": "/artist/Kanye_West/",
894
+ "duration": 273,
895
+ "isClean": false,
896
+ "shortUrl": "http://rd.io/x/QDaXPkaQtw",
897
+ "canStream": false,
898
+ "embedUrl": "http://rd.io/e/QDaXPkaQtw",
899
+ "type": "a",
900
+ "price": "None",
901
+ "key": "a380901",
902
+ "icon": "http://media.rd.io/album/5/e/f/000000000005cfe5/square-200.jpg",
903
+ "canSample": false,
904
+ "name": "Can't Tell Me Nothing",
905
+ "isExplicit": true,
906
+ "artist": "Kanye West",
907
+ "url": "/artist/Kanye_West/album/Can%27t_Tell_Me_Nothing_1/",
908
+ "artistKey": "r20227",
909
+ "length": 1,
910
+ "trackKeys": [
911
+ "t4651833"
912
+ ],
913
+ "canTether": false,
914
+ "displayDate": "May 29, 2007"
915
+ }
916
+ ]
917
+ }