ronnie 0.7.6 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. data/README.md +28 -134
  2. data/banner.txt +79 -0
  3. data/lib/ronnie/client.rb +4 -0
  4. data/lib/ronnie/client/activities.rb +17 -0
  5. data/lib/ronnie/client/albums.rb +35 -1
  6. data/lib/ronnie/client/artists.rb +27 -1
  7. data/lib/ronnie/client/playlists.rb +8 -0
  8. data/lib/ronnie/client/tokens.rb +13 -0
  9. data/lib/ronnie/client/tracks.rb +8 -0
  10. data/lib/ronnie/version.rb +1 -1
  11. data/spec/fixtures/cassettes/Ronnie_Client_Users/_activities/Retrieve_everyone_Activity_Stream/.yml +562 -0
  12. data/spec/fixtures/cassettes/Ronnie_Client_Users/_activities/Retrieve_friends_Activity_Stream/.yml +242 -0
  13. data/spec/fixtures/cassettes/Ronnie_Client_Users/_activities/Retrieve_user_Activity_Stream/.yml +339 -0
  14. data/spec/fixtures/cassettes/Ronnie_Client_Users/{_user/Retrieve_User → _create_token/create_playback_token_}/.yml +18 -15
  15. data/spec/fixtures/cassettes/Ronnie_Client_Users/_find_user/Find_user_by_e-mail_address_/.yml +64 -0
  16. data/spec/fixtures/cassettes/Ronnie_Client_Users/_follow/{Follow_a_User → Follow_a_user_}/.yml +16 -10
  17. data/spec/fixtures/cassettes/Ronnie_Client_Users/_followers/Retrieve_followers_of_a_user_/.yml +95 -0
  18. data/spec/fixtures/cassettes/Ronnie_Client_Users/_following/Retrieve_users_following_another_user_/.yml +95 -0
  19. data/spec/fixtures/cassettes/Ronnie_Client_Users/_following/Retrieve_users_following_authorized_user_/.yml +156 -0
  20. data/spec/fixtures/cassettes/Ronnie_Client_Users/_follows_/Authorized_user_is_following_a_user_/.yml +156 -0
  21. data/spec/fixtures/cassettes/Ronnie_Client_Users/_heavily_rotated_albums/retrieve_heavily_rotated_albums_/.yml +165 -0
  22. data/spec/fixtures/cassettes/Ronnie_Client_Users/_heavily_rotated_artists/retrieve_heavily_rotated_artists_/.yml +101 -0
  23. data/spec/fixtures/cassettes/Ronnie_Client_Users/_heavy_rotation/Retrieve_the_most_popular_albums_for_a_user_/.yml +160 -0
  24. data/spec/fixtures/cassettes/Ronnie_Client_Users/_heavy_rotation/Retrieve_the_most_popular_albums_for_a_user_s_friends_/.yml +167 -0
  25. data/spec/fixtures/cassettes/Ronnie_Client_Users/_heavy_rotation/Retrieve_the_most_popular_albums_for_everyone_/.yml +165 -0
  26. data/spec/fixtures/cassettes/Ronnie_Client_Users/_heavy_rotation/Retrieve_the_most_popular_artists_for_a_user_/.yml +102 -0
  27. data/spec/fixtures/cassettes/Ronnie_Client_Users/_heavy_rotation/Retrieve_the_most_popular_artists_for_a_user_s_friends_/.yml +165 -0
  28. data/spec/fixtures/cassettes/Ronnie_Client_Users/_heavy_rotation/Retrieve_the_most_popular_artists_for_everyone_/.yml +165 -0
  29. data/spec/fixtures/cassettes/Ronnie_Client_Users/_new_releases/Retrieve_new_releases_/.yml +274 -0
  30. data/spec/fixtures/cassettes/Ronnie_Client_Users/_search_users/Search_users_/.yml +66 -0
  31. data/spec/fixtures/cassettes/Ronnie_Client_Users/_top_albums/retrieve_the_site-wide_most_popular_albums_/.yml +265 -0
  32. data/spec/fixtures/cassettes/Ronnie_Client_Users/_top_artists/retrieve_the_site-wide_most_popular_artists_/.yml +141 -0
  33. data/spec/fixtures/cassettes/Ronnie_Client_Users/_top_playlists/retrieve_the_site-wide_most_popular_playlists_/.yml +184 -0
  34. data/spec/fixtures/cassettes/Ronnie_Client_Users/_top_tracks/retrieve_the_site-wide_most_popular_tracks_/.yml +255 -0
  35. data/spec/fixtures/cassettes/Ronnie_Client_Users/_unfollow/{Unfollow_a_User → Unfollow_a_user_}/.yml +15 -9
  36. data/spec/fixtures/cassettes/Ronnie_Client_Users/{_followers/Retrieve_Followers_of_a_User → _user/Retrieve_authorized_user_}/.yml +21 -15
  37. data/spec/fixtures/cassettes/Ronnie_Client_Users/_user/Retrieve_user_/.yml +64 -0
  38. data/spec/ronnie/client/activities_spec.rb +32 -0
  39. data/spec/ronnie/client/albums_spec.rb +26 -2
  40. data/spec/ronnie/client/artists_spec.rb +17 -1
  41. data/spec/ronnie/client/collections_spec.rb +1 -1
  42. data/spec/ronnie/client/playlists_spec.rb +9 -1
  43. data/spec/ronnie/client/tokens_spec.rb +22 -0
  44. data/spec/ronnie/client/tracks_spec.rb +10 -2
  45. data/spec/ronnie/client/users_spec.rb +17 -17
  46. metadata +63 -10
@@ -0,0 +1,562 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: http://api.rdio.com/1/
6
+ body:
7
+ encoding: US-ASCII
8
+ string: method=getActivityStream&user=s112675&scope=everyone
9
+ headers:
10
+ Authorization:
11
+ - OAuth oauth_consumer_key="ub9ebmvf7aee3pxcms9e5mh3", oauth_nonce="15d6b990e79bd7512f45c4251aa0396f",
12
+ oauth_signature="igdc28cDVfLz7XQaif%2BIXnnbrUw%3D", oauth_signature_method="HMAC-SHA1",
13
+ oauth_timestamp="1351728688", oauth_token="ute6gf7jk4y5734hx42uxspfnhdkt42qt8habah6tkyvx4ay2xvhpt5faa2ddqc6",
14
+ oauth_version="1.0"
15
+ Content-Type:
16
+ - application/x-www-form-urlencoded
17
+ Accept:
18
+ - ! '*/*'
19
+ User-Agent:
20
+ - Ruby
21
+ response:
22
+ status:
23
+ code: 200
24
+ message: OK
25
+ headers:
26
+ X-Mashery-Responder:
27
+ - mashery-web2-lax.mashery.com
28
+ Content-Type:
29
+ - application/json
30
+ Vary:
31
+ - Accept-Encoding
32
+ - Accept-Language, Cookie
33
+ Content-Language:
34
+ - en
35
+ Cache-Control:
36
+ - no-cache
37
+ Access-Control-Allow-Origin:
38
+ - ! '*'
39
+ X-Version:
40
+ - '720'
41
+ Accept-Ranges:
42
+ - bytes
43
+ Date:
44
+ - Thu, 01 Nov 2012 00:11:27 GMT
45
+ Server:
46
+ - Mashery Proxy
47
+ Content-Length:
48
+ - '43262'
49
+ X-Cache:
50
+ - MISS from 172.19.134.2
51
+ X-Cache-Lookup:
52
+ - MISS from 172.19.134.2:3128
53
+ Via:
54
+ - 1.0 172.19.134.2:3128 (squid/2.6.STABLE14)
55
+ Connection:
56
+ - close
57
+ body:
58
+ encoding: US-ASCII
59
+ string: ! '{"status": "ok", "result": {"user": {"firstName": "Allen", "baseIcon":
60
+ "user/3/2/8/000000000001b823/1/square-100.jpg", "gender": "m", "url": "/people/allengoodman/",
61
+ "key": "s112675", "lastName": "Goodman", "libraryVersion": 297, "isProtected":
62
+ false, "type": "s", "icon": "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"},
63
+ "updates": [{"owner": {"firstName": "Oscar", "baseIcon": "user/no-user-image-square.jpg",
64
+ "gender": "m", "url": "/people/Llo9/", "key": "s3078274", "lastName": "Lema",
65
+ "libraryVersion": 38, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
66
+ "date": "2012-11-01T00:11:26.543000", "albums": [{"baseIcon": "album/1/6/e/00000000001b5e61/4/square-200.jpg",
67
+ "releaseDate": "2012-08-14", "artistUrl": "/artist/2_Chainz/", "duration":
68
+ 4035, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJEDCA", "canStream":
69
+ true, "embedUrl": "https://rd.io/e/QV76fCJEDCA", "type": "a", "price": "12.99",
70
+ "key": "a1793633", "icon": "http://cdn3.rd.io/album/1/6/e/00000000001b5e61/4/square-200.jpg",
71
+ "canSample": true, "name": "Based On A T.R.U. Story (Deluxe Version)", "isExplicit":
72
+ true, "artist": "2 Chainz", "url": "/artist/2_Chainz/album/Based_On_A_T.R.U._Story_(Deluxe_Version)/",
73
+ "artistKey": "r964657", "length": 17, "trackKeys": ["t19445738", "t19445857",
74
+ "t19445939", "t19446007", "t19446080", "t19446179", "t19446257", "t19446347",
75
+ "t19446442", "t19446544", "t19446651", "t19446735", "t19446818", "t19446903",
76
+ "t19446995", "t19447081", "t19447140"], "canTether": true, "displayDate":
77
+ "Aug 14, 2012"}], "update_type": 12}, {"owner": {"firstName": "b", "baseIcon":
78
+ "user/no-user-image-square.jpg", "gender": "m", "url": "/people/bildo05/",
79
+ "key": "s372044", "lastName": "s", "libraryVersion": 668, "isProtected": null,
80
+ "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"}, "date":
81
+ "2012-11-01T00:11:25.956000", "albums": [{"baseIcon": "album/0/f/a/000000000004aaf0/6/square-200.jpg",
82
+ "releaseDate": "1995-02-28", "artistUrl": "/artist/Bruce_Springsteen/", "duration":
83
+ 4582, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJb-LE", "canStream":
84
+ true, "embedUrl": "https://rd.io/e/QV76fCJb-LE", "type": "a", "price": "11.99",
85
+ "key": "a305904", "icon": "http://cdn3.rd.io/album/0/f/a/000000000004aaf0/6/square-200.jpg",
86
+ "canSample": true, "name": "Greatest Hits", "isExplicit": false, "artist":
87
+ "Bruce Springsteen", "url": "/artist/Bruce_Springsteen/album/Greatest_Hits_2/",
88
+ "artistKey": "r60175", "length": 18, "trackKeys": ["t3784319", "t3784331",
89
+ "t3784342", "t3784354", "t3784363", "t3784375", "t3784386", "t3784396", "t3784407",
90
+ "t3784420", "t3784430", "t3784440", "t3784454", "t3784464", "t3784476", "t3784487",
91
+ "t3784497", "t3784512"], "canTether": true, "displayDate": "Feb 28, 1995"}],
92
+ "update_type": 12}, {"owner": {"firstName": "Ruben", "baseIcon": "user/7/9/f/00000000001d1f97/1/square-100.jpg",
93
+ "gender": "m", "url": "/people/rubenrmartinez/", "key": "s1908631", "lastName":
94
+ "Martinez", "libraryVersion": 1696, "isProtected": null, "type": "s", "icon":
95
+ "http://cdn3.rd.io/user/7/9/f/00000000001d1f97/1/square-100.jpg"}, "date":
96
+ "2012-11-01T00:11:25.522000", "albums": [{"baseIcon": "album/e/8/e/0000000000095e8e/square-200.jpg",
97
+ "releaseDate": "2007-06-05", "artistUrl": "/artist/Black_Strobe/", "duration":
98
+ 3336, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJWDM8", "canStream":
99
+ true, "embedUrl": "https://rd.io/e/QV76fCJWDM8", "type": "a", "price": "None",
100
+ "key": "a614030", "icon": "http://cdn3.rd.io/album/e/8/e/0000000000095e8e/square-200.jpg",
101
+ "canSample": true, "name": "Burn Your Own Church", "isExplicit": false, "artist":
102
+ "Black Strobe", "url": "/artist/Black_Strobe/album/Burn_Your_Own_Church/",
103
+ "artistKey": "r75288", "length": 11, "trackKeys": ["t7367139", "t7367141",
104
+ "t7367143", "t7367145", "t7367147", "t7367149", "t7367151", "t7367152", "t7367154",
105
+ "t7367156", "t7367159"], "canTether": true, "displayDate": "Jun 5, 2007"}],
106
+ "update_type": 0}, {"owner": {"firstName": "Jamella", "baseIcon": "user/no-user-image-square.jpg",
107
+ "gender": "f", "url": "/people/jamaki719/", "key": "s2798397", "lastName":
108
+ "Brown", "libraryVersion": 51, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
109
+ "date": "2012-11-01T00:11:25.344000", "albums": [{"baseIcon": "album/4/5/7/0000000000016754/square-200.jpg",
110
+ "releaseDate": "2005-08-01", "artistUrl": "/artist/Mase/", "duration": 3951,
111
+ "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJeNRU", "canStream": true,
112
+ "embedUrl": "https://rd.io/e/QV76fCJeNRU", "type": "a", "price": "9.99", "key":
113
+ "a91988", "icon": "http://cdn3.rd.io/album/4/5/7/0000000000016754/square-200.jpg",
114
+ "canSample": true, "name": "Harlem World (Deluxe Version)", "isExplicit":
115
+ true, "artist": "Mase", "url": "/artist/Mase/album/Harlem_World_(Deluxe_Version)/",
116
+ "artistKey": "r85110", "length": 20, "trackKeys": ["t1139905", "t1139909",
117
+ "t1139920", "t1139928", "t1139931", "t1139943", "t1139953", "t1139957", "t1139967",
118
+ "t1139975", "t1139977", "t1139987", "t1139995", "t1140005", "t1140009", "t1140020",
119
+ "t1140029", "t1140040", "t1140042", "t1140052"], "canTether": true, "displayDate":
120
+ "Aug 1, 2005"}], "update_type": 12}, {"owner": {"firstName": "Cat", "baseIcon":
121
+ "user/no-user-image-square.jpg", "gender": "f", "url": "/people/crazycat12/",
122
+ "key": "s3080871", "lastName": "Carter", "libraryVersion": 0, "isProtected":
123
+ null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
124
+ "date": "2012-11-01T00:11:25.196000", "update_type": 5}, {"owner": {"firstName":
125
+ "oliver", "baseIcon": "user/no-user-image-square.jpg", "gender": "m", "url":
126
+ "/people/doug2/", "key": "s1900633", "lastName": "matthews", "libraryVersion":
127
+ 293, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
128
+ "date": "2012-11-01T00:11:24.426000", "albums": [{"baseIcon": "album/b/a/d/00000000001eddab/6/square-200.jpg",
129
+ "releaseDate": "2012-10-02", "artistUrl": "/artist/Bruno_Mars/", "duration":
130
+ 233, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJBj-o", "canStream":
131
+ true, "embedUrl": "https://rd.io/e/QV76fCJBj-o", "type": "a", "price": "1.29",
132
+ "key": "a2022827", "icon": "http://cdn3.rd.io/album/b/a/d/00000000001eddab/6/square-200.jpg",
133
+ "canSample": true, "name": "Locked Out Of Heaven", "isExplicit": false, "artist":
134
+ "Bruno Mars", "url": "/artist/Bruno_Mars/album/Locked_Out_Of_Heaven/", "artistKey":
135
+ "r271106", "length": 1, "trackKeys": ["t21776222"], "canTether": true, "displayDate":
136
+ "Oct 2, 2012"}], "update_type": 0}, {"owner": {"firstName": "viktor", "baseIcon":
137
+ "user/no-user-image-square.jpg", "gender": "m", "url": "/people/viktorjose69/",
138
+ "key": "s3079520", "lastName": "vargas", "libraryVersion": 2, "isProtected":
139
+ null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
140
+ "date": "2012-11-01T00:11:23.865000", "playlist": {"key": "p1493274", "ownerKey":
141
+ "s3079520", "name": "adele", "baseIcon": "album/6/3/5/00000000001eb536/2/square-200.jpg",
142
+ "url": "/people/viktorjose69/playlists/1493274/adele/", "ownerObj": {"isSelf":
143
+ false, "urls": {"profile": "/people/viktorjose69/", "playlists": "/people/viktorjose69/playlists/",
144
+ "followers": "/people/viktorjose69/people/followers/", "music": "/people/viktorjose69/collection/",
145
+ "following": "/people/viktorjose69/people/following/"}, "followerCount": 0,
146
+ "key": "s3079520", "firstName": "viktor", "baseIcon": "user/no-user-image-square.jpg",
147
+ "gender": "m", "canUnfollow": false, "trackCount": 0, "url": "/people/viktorjose69/",
148
+ "playlistCount": 2, "lastSongPlayed": {"baseIcon": "album/3/0/0/0000000000091003/square-200.jpg",
149
+ "canDownloadAlbumOnly": true, "artistUrl": "/artist/Adele/", "duration": 228,
150
+ "album": "Rolling In The Deep", "isClean": false, "albumUrl": "/artist/Adele/album/Rolling_In_The_Deep/",
151
+ "shortUrl": "http://rd.io/x/QV76fDczLCE", "albumArtist": "Adele", "canStream":
152
+ true, "embedUrl": "https://rd.io/e/QV76fDczLCE", "type": "t", "price": "1.29",
153
+ "trackNum": 1, "albumArtistKey": "r91329", "key": "t7110240", "icon": "http://cdn3.rd.io/album/3/0/0/0000000000091003/square-200.jpg",
154
+ "canSample": true, "name": "Rolling In The Deep", "isExplicit": false, "artistKey":
155
+ "r91329", "url": "/artist/Adele/album/Rolling_In_The_Deep/track/Rolling_In_The_Deep/",
156
+ "albumKey": "a593923", "artist": "Adele", "canDownload": true, "length": 1,
157
+ "canTether": true}, "lastSourcePlayed": "t7110240", "lastName": "vargas",
158
+ "followingCount": 0, "libraryVersion": 2, "isProtected": null, "type": "s",
159
+ "lastSongPlayTime": "2012-11-01T00:04:56", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
160
+ "ownerIcon": "user/no-user-image-square.jpg", "owner": "viktor vargas", "lastUpdated":
161
+ 1351753883.0, "shortUrl": "http://rd.io/x/QV76fDNJm1s", "length": 3, "isCollaborating":
162
+ false, "type": "p", "ownerUrl": "/people/viktorjose69/", "embedUrl": "https://rd.io/e/QV76fDNJm1s",
163
+ "icon": "http://m.rdio.com/_is/?aid=1742955-1,2012470-2&w=200&h=200", "allowCollaboration":
164
+ false, "description": ""}, "update_type": 1}, {"owner": {"firstName": "Adrian",
165
+ "baseIcon": "user/no-user-image-square.jpg", "gender": "m", "url": "/people/joker1453/",
166
+ "key": "s3044436", "lastName": "Ramirez", "libraryVersion": 1076, "isProtected":
167
+ null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
168
+ "date": "2012-11-01T00:11:23.460000", "albums": [{"baseIcon": "album/7/f/9/00000000000419f7/square-200.jpg",
169
+ "releaseDate": "1997-10-28", "artistUrl": "/artist/Tony!_Toni!_Ton%C3%A9!/",
170
+ "duration": 3840, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJbS7Y",
171
+ "canStream": true, "embedUrl": "https://rd.io/e/QV76fCJbS7Y", "type": "a",
172
+ "price": "9.99", "key": "a268791", "icon": "http://cdn3.rd.io/album/7/f/9/00000000000419f7/square-200.jpg",
173
+ "canSample": true, "name": "Tony! Toni! Tone''! Greatest Hits", "isExplicit":
174
+ false, "artist": "Tony! Toni! Ton\u00e9!", "url": "/artist/Tony!_Toni!_Ton%C3%A9!/album/Tony!_Toni!_Tone%27!_Greatest_Hits/",
175
+ "artistKey": "r293984", "length": 15, "trackKeys": ["t9757788", "t3293025",
176
+ "t3293037", "t3293053", "t3293061", "t3293074", "t3293087", "t3293094", "t3293110",
177
+ "t3293119", "t3293129", "t3293146", "t3293161", "t3293174", "t9757791"], "canTether":
178
+ true, "displayDate": "Oct 28, 1997"}], "update_type": 0}, {"owner": {"firstName":
179
+ "Sherri", "baseIcon": "user/no-user-image-square.jpg", "gender": "f", "url":
180
+ "/people/sherri-b/", "key": "s2723641", "lastName": "Blake", "libraryVersion":
181
+ 268, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
182
+ "date": "2012-11-01T00:11:23.314000", "playlist": {"key": "p1396731", "ownerKey":
183
+ "s2723641", "name": "Brit-pop", "baseIcon": "album/c/3/a/00000000000a7a3c/square-200.jpg",
184
+ "url": "/people/sherri-b/playlists/1396731/Brit-pop/", "ownerObj": {"isSelf":
185
+ false, "urls": {"profile": "/people/sherri-b/", "playlists": "/people/sherri-b/playlists/",
186
+ "followers": "/people/sherri-b/people/followers/", "music": "/people/sherri-b/collection/",
187
+ "following": "/people/sherri-b/people/following/"}, "followerCount": 1, "key":
188
+ "s2723641", "firstName": "Sherri", "baseIcon": "user/no-user-image-square.jpg",
189
+ "gender": "f", "canUnfollow": false, "trackCount": 930, "url": "/people/sherri-b/",
190
+ "playlistCount": 3, "lastSongPlayed": {"baseIcon": "album/9/9/2/0000000000019299/1/square-200.jpg",
191
+ "canDownloadAlbumOnly": true, "artistUrl": "/artist/Wilco/", "duration": 234,
192
+ "album": "Summerteeth", "isClean": false, "albumUrl": "/artist/Wilco/album/Summerteeth/",
193
+ "shortUrl": "http://rd.io/x/QV76fDdMTSo", "albumArtist": "Wilco", "canStream":
194
+ true, "embedUrl": "https://rd.io/e/QV76fDdMTSo", "type": "t", "price": "0.99",
195
+ "trackNum": 12, "albumArtistKey": "r85827", "key": "t1253227", "icon": "http://cdn3.rd.io/album/9/9/2/0000000000019299/1/square-200.jpg",
196
+ "canSample": true, "name": "When You Wake Up Feeling Old", "isExplicit": false,
197
+ "artistKey": "r85827", "url": "/artist/Wilco/album/Summerteeth/track/When_You_Wake_Up_Feeling_Old/",
198
+ "albumKey": "a103065", "artist": "Wilco", "canDownload": true, "length": 1,
199
+ "canTether": true}, "lastSourcePlayed": "c2723641", "lastName": "Blake", "followingCount":
200
+ 0, "libraryVersion": 268, "isProtected": null, "type": "s", "lastSongPlayTime":
201
+ "2012-10-31T19:58:45.128000", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
202
+ "ownerIcon": "user/no-user-image-square.jpg", "owner": "Sherri Blake", "lastUpdated":
203
+ 1351753883.0, "shortUrl": "http://rd.io/x/QV76fDNKHbo", "length": 30, "isCollaborating":
204
+ false, "type": "p", "ownerUrl": "/people/sherri-b/", "embedUrl": "https://rd.io/e/QV76fDNKHbo",
205
+ "icon": "http://m.rdio.com/_is/?aid=98676-0,104439-0,224858-0,227793-0,228901-0,230291-0,231367-0,232486-0,234459-0&w=200&h=200",
206
+ "allowCollaboration": false, "description": ""}, "update_type": 1}, {"owner":
207
+ {"firstName": "Gerardo", "baseIcon": "user/no-user-image-square.jpg", "gender":
208
+ "m", "url": "/people/GerardoMercado/", "key": "s875550", "lastName": "Mercado",
209
+ "libraryVersion": 17888, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
210
+ "date": "2012-11-01T00:11:23.022000", "playlist": {"key": "p1493289", "ownerKey":
211
+ "s875550", "name": "Los santos", "baseIcon": "album/5/5/d/0000000000008d55/square-200.jpg",
212
+ "url": "/people/GerardoMercado/playlists/1493289/Los_santos/", "ownerObj":
213
+ {"isSelf": false, "urls": {"profile": "/people/GerardoMercado/", "playlists":
214
+ "/people/GerardoMercado/playlists/", "followers": "/people/GerardoMercado/people/followers/",
215
+ "music": "/people/GerardoMercado/collection/", "following": "/people/GerardoMercado/people/following/"},
216
+ "followerCount": 13, "key": "s875550", "firstName": "Gerardo", "baseIcon":
217
+ "user/no-user-image-square.jpg", "gender": "m", "canUnfollow": false, "trackCount":
218
+ 2090, "url": "/people/GerardoMercado/", "playlistCount": 112, "lastSongPlayed":
219
+ {"baseIcon": "album/9/d/9/00000000000009d9/square-200.jpg", "canDownloadAlbumOnly":
220
+ false, "artistUrl": "/artist/Los_Santos/", "duration": 145, "album": "Ave
221
+ Negra", "isClean": false, "albumUrl": "/artist/Los_Santos/album/Ave_Negra/",
222
+ "shortUrl": "http://rd.io/x/QV76fDcqpg", "albumArtist": "Los Santos", "canStream":
223
+ true, "embedUrl": "https://rd.io/e/QV76fDcqpg", "type": "t", "price": "0.99",
224
+ "trackNum": 4, "albumArtistKey": "r2108", "key": "t30196", "icon": "http://cdn3.rd.io/album/9/d/9/00000000000009d9/square-200.jpg",
225
+ "canSample": true, "name": "Tristeza", "isExplicit": false, "artistKey": "r2108",
226
+ "url": "/artist/Los_Santos/album/Ave_Negra/track/Tristeza/", "albumKey": "a2521",
227
+ "artist": "Los Santos", "canDownload": true, "length": 1, "canTether": true},
228
+ "lastSourcePlayed": "a2521", "lastName": "Mercado", "followingCount": 3, "libraryVersion":
229
+ 17888, "isProtected": null, "type": "s", "lastSongPlayTime": "2012-11-01T00:10:24.032000",
230
+ "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"}, "ownerIcon": "user/no-user-image-square.jpg",
231
+ "owner": "Gerardo Mercado", "lastUpdated": 1351753882.0, "shortUrl": "http://rd.io/x/QV76fDNJm2g",
232
+ "length": 32, "isCollaborating": false, "type": "p", "ownerUrl": "/people/GerardoMercado/",
233
+ "embedUrl": "https://rd.io/e/QV76fDNJm2g", "icon": "http://m.rdio.com/_is/?aid=2521-0,4417-0,36181-0&w=200&h=200",
234
+ "allowCollaboration": false, "description": ""}, "update_type": 1}, {"owner":
235
+ {"firstName": "jd", "baseIcon": "user/no-user-image-square.jpg", "gender":
236
+ "m", "url": "/people/wilken1963/", "key": "s3080870", "lastName": "wilken",
237
+ "libraryVersion": 0, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
238
+ "date": "2012-11-01T00:11:22.410000", "update_type": 3, "people": [{"firstName":
239
+ "Rdio", "baseIcon": "user/e/c/9/00000000001d39ce/1/square-100.jpg", "gender":
240
+ "m", "url": "/people/RdioUK/", "key": "s1915342", "lastName": "UK", "libraryVersion":
241
+ 466, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/e/c/9/00000000001d39ce/1/square-100.jpg"}]},
242
+ {"owner": {"firstName": "jd", "baseIcon": "user/no-user-image-square.jpg",
243
+ "gender": "m", "url": "/people/wilken1963/", "key": "s3080870", "lastName":
244
+ "wilken", "libraryVersion": 0, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
245
+ "date": "2012-11-01T00:11:22.398000", "update_type": 5}, {"owner": {"firstName":
246
+ "George", "baseIcon": "user/5/f/2/00000000002eb2f5/1/square-100.jpg", "gender":
247
+ "m", "url": "/people/georgeamado/", "key": "s3060469", "lastName": "Amado",
248
+ "libraryVersion": 129, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/5/f/2/00000000002eb2f5/1/square-100.jpg"},
249
+ "date": "2012-11-01T00:11:22.309000", "albums": [{"baseIcon": "album/3/0/4/000000000015c403/1/square-200.jpg",
250
+ "releaseDate": "2004-01-20", "artistUrl": "/artist/CUSCO/", "duration": 2403,
251
+ "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJKlkI", "canStream": true,
252
+ "embedUrl": "https://rd.io/e/QV76fCJKlkI", "type": "a", "price": "9.99", "key":
253
+ "a1426435", "icon": "http://cdn3.rd.io/album/3/0/4/000000000015c403/1/square-200.jpg",
254
+ "canSample": true, "name": "Island Cruise", "isExplicit": false, "artist":
255
+ "CUSCO", "url": "/artist/CUSCO/album/Island_Cruise/", "artistKey": "r548272",
256
+ "length": 11, "trackKeys": ["t16003740", "t16003773", "t16003820", "t16003852",
257
+ "t16003879", "t16003912", "t16003951", "t16003984", "t16004014", "t16004042",
258
+ "t16004078"], "canTether": true, "displayDate": "Jan 20, 2004"}, {"baseIcon":
259
+ "album/4/3/d/00000000001b8d34/1/square-200.jpg", "releaseDate": "1994-01-01",
260
+ "artistUrl": "/artist/CUSCO/", "duration": 3206, "isClean": false, "shortUrl":
261
+ "http://rd.io/x/QV76fCJE33U", "canStream": true, "embedUrl": "https://rd.io/e/QV76fCJE33U",
262
+ "type": "a", "price": "None", "key": "a1805620", "icon": "http://cdn3.rd.io/album/4/3/d/00000000001b8d34/1/square-200.jpg",
263
+ "canSample": true, "name": "Apurimac II", "isExplicit": false, "artist": "CUSCO",
264
+ "url": "/artist/CUSCO/album/Apurimac_II_1/", "artistKey": "r548272", "length":
265
+ 10, "trackKeys": ["t19558666", "t19558692", "t19558713", "t19558734", "t19558743",
266
+ "t19558750", "t19558755", "t19558763", "t19558769", "t19558774"], "canTether":
267
+ true, "displayDate": "Jan 1, 1994"}], "update_type": 0}, {"owner": {"firstName":
268
+ "Anna", "baseIcon": "user/no-user-image-square.jpg", "gender": "f", "url":
269
+ "/people/AnnaCammisa1993/", "key": "s3064164", "lastName": "Cammisa", "libraryVersion":
270
+ 37, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
271
+ "date": "2012-11-01T00:11:22.250000", "albums": [{"baseIcon": "album/c/d/4/00000000000194dc/1/square-200.jpg",
272
+ "releaseDate": "1991-03-12", "artistUrl": "/artist/R.E.M./", "duration": 2639,
273
+ "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJexp0", "canStream": true,
274
+ "embedUrl": "https://rd.io/e/QV76fCJexp0", "type": "a", "price": "9.99", "key":
275
+ "a103644", "icon": "http://cdn3.rd.io/album/c/d/4/00000000000194dc/1/square-200.jpg",
276
+ "canSample": true, "name": "Out Of Time", "isExplicit": false, "artist": "R.E.M.",
277
+ "url": "/artist/R.E.M./album/Out_Of_Time/", "artistKey": "r84817", "length":
278
+ 11, "trackKeys": ["t1258533", "t1258577", "t1258628", "t1258679", "t1258718",
279
+ "t1258754", "t1258796", "t1258844", "t1258882", "t1258924", "t1258976"], "canTether":
280
+ true, "displayDate": "Mar 12, 1991"}], "update_type": 12}, {"owner": {"firstName":
281
+ "Alexandre", "baseIcon": "user/7/a/4/00000000002ed4a7/1/square-100.jpg", "gender":
282
+ "m", "url": "/people/abobeda/", "key": "s3069095", "lastName": "Bobeda", "libraryVersion":
283
+ 100, "isProtected": true, "type": "s", "icon": "http://cdn3.rd.io/user/7/a/4/00000000002ed4a7/1/square-100.jpg"},
284
+ "date": "2012-11-01T00:11:22.190000", "albums": [{"baseIcon": "album/1/0/a/0000000000124a01/1/square-200.jpg",
285
+ "releaseDate": "2011-11-19", "artistUrl": "/artist/2Pac/", "duration": 5274,
286
+ "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJNGEA", "canStream": false,
287
+ "embedUrl": "https://rd.io/e/QV76fCJNGEA", "type": "a", "price": "None", "key":
288
+ "a1198593", "icon": "http://cdn3.rd.io/album/1/0/a/0000000000124a01/1/square-200.jpg",
289
+ "canSample": false, "name": "It Takes Two: 2Pac vs. Snoop Doggy Dogg", "isExplicit":
290
+ true, "artist": "2Pac", "url": "/artist/2Pac/album/It_Takes_Two_2Pac_vs._Snoop_Doggy_Dogg/",
291
+ "artistKey": "r66033", "length": 20, "trackKeys": ["t13707024", "t13707051",
292
+ "t13707067", "t13707085", "t13707100", "t13707125", "t13707150", "t13707172",
293
+ "t13707199", "t13707219", "t13707238", "t13707256", "t13707275", "t13707300",
294
+ "t13707322", "t13707344", "t13707361", "t13707371", "t13707387", "t13707400"],
295
+ "canTether": false, "displayDate": "Nov 19, 2011"}, {"baseIcon": "album/2/0/a/0000000000039a02/3/square-200.jpg",
296
+ "releaseDate": "2002-08-27", "artistUrl": "/artist/Kiss/", "duration": 4454,
297
+ "isClean": true, "shortUrl": "http://rd.io/x/QV76fCJcyEM", "canStream": true,
298
+ "embedUrl": "https://rd.io/e/QV76fCJcyEM", "type": "a", "price": "11.99",
299
+ "key": "a236034", "icon": "http://cdn3.rd.io/album/2/0/a/0000000000039a02/3/square-200.jpg",
300
+ "canSample": true, "name": "The Very Best Of Kiss", "isExplicit": false, "artist":
301
+ "Kiss", "url": "/artist/Kiss/album/The_Very_Best_Of_Kiss/", "artistKey": "r214702",
302
+ "length": 21, "trackKeys": ["t2864843", "t2864867", "t2864886", "t2864911",
303
+ "t2864933", "t2864951", "t2864978", "t2865000", "t2865020", "t2865043", "t2865063",
304
+ "t2865093", "t2865119", "t2865153", "t2865171", "t2865192", "t2865212", "t2865244",
305
+ "t2865275", "t2865303", "t2865332"], "canTether": true, "displayDate": "Aug
306
+ 27, 2002"}, {"baseIcon": "album/c/a/d/0000000000142dac/square-200.jpg", "releaseDate":
307
+ "2008-12-03", "artistUrl": "/artist/Sting/", "duration": 3302, "isClean":
308
+ false, "shortUrl": "http://rd.io/x/QV76fCJLf-0", "canStream": false, "embedUrl":
309
+ "https://rd.io/e/QV76fCJLf-0", "type": "a", "price": "None", "key": "a1322412",
310
+ "icon": "http://cdn3.rd.io/album/c/a/d/0000000000142dac/square-200.jpg", "canSample":
311
+ false, "name": "Brand New Day", "isExplicit": false, "artist": "Sting", "url":
312
+ "/artist/Sting/album/Brand_New_Day_1/", "artistKey": "r76919", "length": 10,
313
+ "trackKeys": ["t14977093", "t14977110", "t14977123", "t14977139", "t14977153",
314
+ "t14977168", "t14977177", "t14977197", "t14977214", "t14977226"], "canTether":
315
+ false, "displayDate": "Dec 3, 2008"}, {"baseIcon": "album/a/0/e/00000000000f2e0a/square-200.jpg",
316
+ "releaseDate": "2011-09-11", "artistUrl": "/artist/Noel_Gallagher%27s_High_Flying_Birds/",
317
+ "duration": 264, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJQfEs",
318
+ "canStream": false, "embedUrl": "https://rd.io/e/QV76fCJQfEs", "type": "a",
319
+ "price": "None", "key": "a994826", "icon": "http://cdn3.rd.io/album/a/0/e/00000000000f2e0a/square-200.jpg",
320
+ "canSample": false, "name": "AKA... What A Life!", "isExplicit": false, "artist":
321
+ "Noel Gallagher''s High Flying Birds", "url": "/artist/Noel_Gallagher%27s_High_Flying_Birds/album/AKA..._What_A_Life!/",
322
+ "artistKey": "r1265226", "length": 1, "trackKeys": ["t11560143"], "canTether":
323
+ false, "displayDate": "Sep 11, 2011"}], "update_type": 10}, {"owner": {"firstName":
324
+ "Kayla", "baseIcon": "user/no-user-image-square.jpg", "gender": "f", "url":
325
+ "/people/Ace1237/", "key": "s3080799", "lastName": "Murray", "libraryVersion":
326
+ 45, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
327
+ "date": "2012-11-01T00:11:22.099000", "albums": [{"baseIcon": "album/0/0/8/0000000000036800/1/square-200.jpg",
328
+ "releaseDate": "2000-06-27", "artistUrl": "/artist/Chuck_Berry/", "duration":
329
+ 7857, "isClean": true, "shortUrl": "http://rd.io/x/QV76fCJcOkE", "canStream":
330
+ true, "embedUrl": "https://rd.io/e/QV76fCJcOkE", "type": "a", "price": "15.99",
331
+ "key": "a223232", "icon": "http://cdn3.rd.io/album/0/0/8/0000000000036800/1/square-200.jpg",
332
+ "canSample": true, "name": "Gold", "isExplicit": false, "artist": "Chuck Berry",
333
+ "url": "/artist/Chuck_Berry/album/Gold/", "artistKey": "r7102", "length":
334
+ 50, "trackKeys": ["t2701042", "t2701048", "t2701055", "t2701060", "t2701066",
335
+ "t2701072", "t2701076", "t2701083", "t2701090", "t2701095", "t2701103", "t2701107",
336
+ "t2701111", "t2701118", "t2701124", "t2701131", "t2701137", "t2701143", "t2701149",
337
+ "t2701154", "t2701159", "t2701164", "t2701170", "t2701176", "t2701181", "t2701186",
338
+ "t2701191", "t2701194", "t2701201", "t2701204", "t2701211", "t2701215", "t2701220",
339
+ "t2701226", "t2701229", "t2701234", "t2701238", "t2701244", "t2701247", "t2701254",
340
+ "t2701257", "t2701264", "t2701269", "t2701275", "t2701283", "t2701285", "t2701290",
341
+ "t2701298", "t2701307", "t2701320"], "canTether": true, "displayDate": "Jun
342
+ 27, 2000"}, {"baseIcon": "album/4/3/d/0000000000037d34/square-200.jpg", "releaseDate":
343
+ "1996-07-16", "artistUrl": "/artist/The_Penguins/", "duration": 3347, "isClean":
344
+ false, "shortUrl": "http://rd.io/x/QV76fCJcL3U", "canStream": true, "embedUrl":
345
+ "https://rd.io/e/QV76fCJcL3U", "type": "a", "price": "11.99", "key": "a228660",
346
+ "icon": "http://cdn3.rd.io/album/4/3/d/0000000000037d34/square-200.jpg", "canSample":
347
+ true, "name": "The Best Of The Penguins", "isExplicit": false, "artist": "The
348
+ Penguins", "url": "/artist/The_Penguins/album/The_Best_Of_The_Penguins/",
349
+ "artistKey": "r112041", "length": 21, "trackKeys": ["t2770935", "t2770977",
350
+ "t2771018", "t2771066", "t2771093", "t2771134", "t2771175", "t2771216", "t2771259",
351
+ "t2771303", "t2771344", "t2771382", "t2771420", "t2771459", "t2771499", "t2771545",
352
+ "t2771587", "t2771633", "t2771666", "t2771708", "t2771746"], "canTether":
353
+ true, "displayDate": "Jul 16, 1996"}, {"baseIcon": "album/0/c/f/0000000000039fc0/square-200.jpg",
354
+ "releaseDate": "1992-08-13", "artistUrl": "/artist/Oscar_Peterson/", "duration":
355
+ 4019, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJczYE", "canStream":
356
+ true, "embedUrl": "https://rd.io/e/QV76fCJczYE", "type": "a", "price": "12.99",
357
+ "key": "a237504", "icon": "http://cdn3.rd.io/album/0/c/f/0000000000039fc0/square-200.jpg",
358
+ "canSample": true, "name": "Night Train", "isExplicit": false, "artist": "Oscar
359
+ Peterson", "url": "/artist/Oscar_Peterson/album/Night_Train/", "artistKey":
360
+ "r167745", "length": 18, "trackKeys": ["t2883465", "t2883499", "t2883520",
361
+ "t2883544", "t2883576", "t2883597", "t2883617", "t2883635", "t2883662", "t2883693",
362
+ "t2883717", "t2883749", "t2883775", "t2883795", "t2883820", "t2883842", "t2883859",
363
+ "t2883879"], "canTether": true, "displayDate": "Aug 13, 1992"}], "update_type":
364
+ 12}, {"owner": {"firstName": "andy", "baseIcon": "user/no-user-image-square.jpg",
365
+ "gender": "m", "url": "/people/andyqaeaster/", "key": "s3073428", "lastName":
366
+ "easter", "libraryVersion": 322, "isProtected": null, "type": "s", "icon":
367
+ "http://cdn3.rd.io/user/no-user-image-square.jpg"}, "date": "2012-11-01T00:11:22.086000",
368
+ "playlist": {"key": "p1493104", "ownerKey": "s3073428", "name": "rock", "baseIcon":
369
+ "album/7/b/9/00000000000199b7/square-200.jpg", "url": "/people/andyqaeaster/playlists/1493104/rock/",
370
+ "ownerObj": {"isSelf": false, "urls": {"profile": "/people/andyqaeaster/",
371
+ "playlists": "/people/andyqaeaster/playlists/", "followers": "/people/andyqaeaster/people/followers/",
372
+ "music": "/people/andyqaeaster/collection/", "following": "/people/andyqaeaster/people/following/"},
373
+ "followerCount": 0, "key": "s3073428", "firstName": "andy", "baseIcon": "user/no-user-image-square.jpg",
374
+ "gender": "m", "canUnfollow": false, "trackCount": 314, "url": "/people/andyqaeaster/",
375
+ "playlistCount": 2, "lastSongPlayed": {"baseIcon": "album/0/b/9/00000000000419b0/square-200.jpg",
376
+ "canDownloadAlbumOnly": true, "artistUrl": "/artist/Guns_N%27_Roses/", "duration":
377
+ 196, "album": "Use Your Illusion II", "isClean": true, "albumUrl": "/artist/Guns_N%27_Roses/album/Use_Your_Illusion_II/",
378
+ "shortUrl": "http://rd.io/x/QV76fDdtaKs", "albumArtist": "Guns N'' Roses",
379
+ "canStream": true, "embedUrl": "https://rd.io/e/QV76fDdtaKs", "type": "t",
380
+ "price": "1.29", "trackNum": 3, "albumArtistKey": "r120808", "key": "t3291882",
381
+ "icon": "http://cdn3.rd.io/album/0/b/9/00000000000419b0/square-200.jpg", "canSample":
382
+ true, "name": "Yesterdays", "isExplicit": false, "artistKey": "r120808", "url":
383
+ "/artist/Guns_N%27_Roses/album/Use_Your_Illusion_II/track/Yesterdays/", "albumKey":
384
+ "a268720", "artist": "Guns N'' Roses", "canDownload": true, "length": 1, "canTether":
385
+ true}, "lastSourcePlayed": "p1488985", "lastName": "easter", "followingCount":
386
+ 0, "libraryVersion": 322, "isProtected": null, "type": "s", "lastSongPlayTime":
387
+ "2012-11-01T00:09:14", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
388
+ "ownerIcon": "user/no-user-image-square.jpg", "owner": "andy easter", "lastUpdated":
389
+ 1351753882.0, "shortUrl": "http://rd.io/x/QV76fDNJmjE", "length": 83, "isCollaborating":
390
+ false, "type": "p", "ownerUrl": "/people/andyqaeaster/", "embedUrl": "https://rd.io/e/QV76fDNJmjE",
391
+ "icon": "http://m.rdio.com/_is/?aid=92800-3,94496-0,94693-0,96562-0,97508-0,103316-1,104228-0,104887-0,106553-0&w=200&h=200",
392
+ "allowCollaboration": false, "description": ""}, "update_type": 1}, {"owner":
393
+ {"firstName": "Claire", "baseIcon": "user/no-user-image-square.jpg", "gender":
394
+ "f", "url": "/people/ckotnour/", "key": "s3080287", "lastName": "Stubbs",
395
+ "libraryVersion": 6, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
396
+ "date": "2012-11-01T00:11:21.440000", "playlist": {"key": "p1492987", "ownerKey":
397
+ "s3080287", "name": "Claire", "baseIcon": "album/2/7/4/0000000000191472/3/square-200.jpg",
398
+ "url": "/people/ckotnour/playlists/1492987/Claire/", "ownerObj": {"isSelf":
399
+ false, "urls": {"profile": "/people/ckotnour/", "playlists": "/people/ckotnour/playlists/",
400
+ "followers": "/people/ckotnour/people/followers/", "music": "/people/ckotnour/collection/",
401
+ "following": "/people/ckotnour/people/following/"}, "followerCount": 0, "key":
402
+ "s3080287", "firstName": "Claire", "baseIcon": "user/no-user-image-square.jpg",
403
+ "gender": "f", "canUnfollow": false, "trackCount": 5, "url": "/people/ckotnour/",
404
+ "playlistCount": 1, "lastSongPlayed": {"baseIcon": "album/a/3/4/000000000001743a/square-200.jpg",
405
+ "canDownloadAlbumOnly": true, "artistUrl": "/artist/Alanis_Morissette/", "duration":
406
+ 249, "album": "Jagged Little Pill", "isClean": false, "albumUrl": "/artist/Alanis_Morissette/album/Jagged_Little_Pill/",
407
+ "shortUrl": "http://rd.io/x/QV76fDdOuNI", "albumArtist": "Alanis Morissette",
408
+ "canStream": true, "embedUrl": "https://rd.io/e/QV76fDdOuNI", "type": "t",
409
+ "price": "1.29", "trackNum": 2, "albumArtistKey": "r86094", "key": "t1174163",
410
+ "icon": "http://cdn3.rd.io/album/a/3/4/000000000001743a/square-200.jpg", "canSample":
411
+ true, "name": "You Oughta Know", "isExplicit": false, "artistKey": "r86094",
412
+ "url": "/artist/Alanis_Morissette/album/Jagged_Little_Pill/track/You_Oughta_Know/",
413
+ "albumKey": "a95290", "artist": "Alanis Morissette", "canDownload": true,
414
+ "length": 1, "canTether": true}, "lastSourcePlayed": "a95290", "lastName":
415
+ "Stubbs", "followingCount": 0, "libraryVersion": 6, "isProtected": null, "type":
416
+ "s", "lastSongPlayTime": "2012-11-01T00:10:54", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
417
+ "ownerIcon": "user/no-user-image-square.jpg", "owner": "Claire Stubbs", "lastUpdated":
418
+ 1351753881.0, "shortUrl": "http://rd.io/x/QV76fDNJlbo", "length": 24, "isCollaborating":
419
+ false, "type": "p", "ownerUrl": "/people/ckotnour/", "embedUrl": "https://rd.io/e/QV76fDNJlbo",
420
+ "icon": "http://m.rdio.com/_is/?aid=95290-0,100344-0,105873-0,185386-0,203307-0,228661-0,229226-1,234329-0,235737-0&w=200&h=200",
421
+ "allowCollaboration": false, "description": ""}, "update_type": 1}, {"owner":
422
+ {"firstName": "Micki", "baseIcon": "user/no-user-image-square.jpg", "gender":
423
+ "m", "url": "/people/MickiGreen1952/", "key": "s2800677", "lastName": "Green",
424
+ "libraryVersion": 2, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
425
+ "date": "2012-11-01T00:11:21.230000", "albums": [{"baseIcon": "album/5/3/7/0000000000185735/1/square-200.jpg",
426
+ "releaseDate": "2012-05-08", "artistUrl": "/artist/Kira_McClelland/", "duration":
427
+ 180, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJHBXQ", "canStream":
428
+ true, "embedUrl": "https://rd.io/e/QV76fCJHBXQ", "type": "a", "price": "0.99",
429
+ "key": "a1595189", "icon": "http://cdn3.rd.io/album/5/3/7/0000000000185735/1/square-200.jpg",
430
+ "canSample": true, "name": "The First Time I Loved Forever - from the TV Series
431
+ \"Beauty And The Beast\" (Lee Holdridge)", "isExplicit": false, "artist":
432
+ "Kira McClelland", "url": "/artist/Kira_McClelland/album/The_First_Time_I_Loved_Forever_-_from_the_TV_Series_%22Beauty_And_The_Beast%22_(Lee_Holdridge)/",
433
+ "artistKey": "r2012624", "length": 1, "trackKeys": ["t17639098"], "canTether":
434
+ true, "displayDate": "May 8, 2012"}], "update_type": 0}, {"owner": {"firstName":
435
+ "Gilberto", "baseIcon": "user/no-user-image-square.jpg", "gender": "m", "url":
436
+ "/people/hollweg/", "key": "s3068988", "lastName": "Hollweg", "libraryVersion":
437
+ 117, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
438
+ "date": "2012-11-01T00:11:21.111000", "albums": [{"baseIcon": "album/2/b/6/00000000000aa6b2/square-200.jpg",
439
+ "releaseDate": "2004-08-09", "artistUrl": "/artist/Felt/", "duration": 2163,
440
+ "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJV9PM", "canStream": true,
441
+ "embedUrl": "https://rd.io/e/QV76fCJV9PM", "type": "a", "price": "6.00", "key":
442
+ "a698034", "icon": "http://cdn3.rd.io/album/2/b/6/00000000000aa6b2/square-200.jpg",
443
+ "canSample": true, "name": "Felt", "isExplicit": false, "artist": "Felt",
444
+ "url": "/artist/Felt/album/Felt/", "artistKey": "r84927", "length": 6, "trackKeys":
445
+ ["t8320579", "t8320584", "t8320588", "t8320593", "t8320597", "t8320605"],
446
+ "canTether": true, "displayDate": "Aug 9, 2004"}], "update_type": 0}, {"owner":
447
+ {"firstName": "Christina", "baseIcon": "user/9/0/6/0000000000086609/1/square-100.jpg",
448
+ "gender": "f", "url": "/people/fragilefireworks/", "key": "s550409", "lastName":
449
+ "Barber", "libraryVersion": 1251, "isProtected": null, "type": "s", "icon":
450
+ "http://cdn3.rd.io/user/9/0/6/0000000000086609/1/square-100.jpg"}, "date":
451
+ "2012-11-01T00:11:20.848000", "albums": [{"baseIcon": "album/f/7/d/00000000000a5d7f/1/square-200.jpg",
452
+ "releaseDate": "2011-03-29", "artistUrl": "/artist/Mary_J._Blige/", "duration":
453
+ 213, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJVDz4", "canStream":
454
+ true, "embedUrl": "https://rd.io/e/QV76fCJVDz4", "type": "a", "price": "1.29",
455
+ "key": "a679295", "icon": "http://cdn3.rd.io/album/f/7/d/00000000000a5d7f/1/square-200.jpg",
456
+ "canSample": true, "name": "Someone To Love Me (Naked)", "isExplicit": false,
457
+ "artist": "Mary J. Blige", "url": "/artist/Mary_J._Blige/album/Someone_To_Love_Me_(Naked)/",
458
+ "artistKey": "r57649", "length": 1, "trackKeys": ["t8085151"], "canTether":
459
+ true, "displayDate": "Mar 29, 2011"}], "update_type": 0}, {"owner": {"firstName":
460
+ "Karina", "baseIcon": "user/no-user-image-square.jpg", "gender": "f", "url":
461
+ "/people/kvanscha/", "key": "s1603", "lastName": "van Schaardenburg", "libraryVersion":
462
+ 385, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
463
+ "date": "2012-11-01T00:11:20.550000", "playlist": {"key": "p1493323", "ownerKey":
464
+ "s1603", "name": "Sylvia", "baseIcon": "album/3/6/d/00000000001a7d63/2/square-200.jpg",
465
+ "url": "/people/kvanscha/playlists/1493323/Sylvia/", "ownerObj": {"isSelf":
466
+ false, "urls": {"profile": "/people/kvanscha/", "playlists": "/people/kvanscha/playlists/",
467
+ "followers": "/people/kvanscha/people/followers/", "music": "/people/kvanscha/collection/",
468
+ "following": "/people/kvanscha/people/following/"}, "followerCount": 71, "key":
469
+ "s1603", "firstName": "Karina", "baseIcon": "user/no-user-image-square.jpg",
470
+ "gender": "f", "canUnfollow": false, "trackCount": 3663, "url": "/people/kvanscha/",
471
+ "playlistCount": 15, "lastSongPlayed": {"baseIcon": "album/3/6/d/00000000001a7d63/2/square-200.jpg",
472
+ "canDownloadAlbumOnly": true, "artistUrl": "/artist/Passion_Pit/", "duration":
473
+ 263, "album": "Gossamer", "isClean": false, "albumUrl": "/artist/Passion_Pit/album/Gossamer/",
474
+ "shortUrl": "http://rd.io/x/QV76fDdecn2e", "albumArtist": "Passion Pit", "canStream":
475
+ true, "embedUrl": "https://rd.io/e/QV76fDdecn2e", "type": "t", "price": "1.29",
476
+ "trackNum": 6, "albumArtistKey": "r13015", "key": "t18889946", "icon": "http://cdn3.rd.io/album/3/6/d/00000000001a7d63/2/square-200.jpg",
477
+ "canSample": true, "name": "Cry Like A Ghost", "isExplicit": false, "artistKey":
478
+ "r13015", "url": "/artist/Passion_Pit/album/Gossamer/track/Cry_Like_A_Ghost/",
479
+ "albumKey": "a1736035", "artist": "Passion Pit", "canDownload": true, "length":
480
+ 1, "canTether": true}, "lastSourcePlayed": "a1736035", "lastName": "van Schaardenburg",
481
+ "followingCount": 51, "libraryVersion": 385, "isProtected": null, "type":
482
+ "s", "lastSongPlayTime": "2012-11-01T00:10:22.208000", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
483
+ "ownerIcon": "user/no-user-image-square.jpg", "owner": "Karina van Schaardenburg",
484
+ "lastUpdated": 1351753880.0, "shortUrl": "http://rd.io/x/QV76fDNJmwo", "length":
485
+ 3, "isCollaborating": false, "type": "p", "ownerUrl": "/people/kvanscha/",
486
+ "embedUrl": "https://rd.io/e/QV76fDNJmwo", "icon": "http://m.rdio.com/_is/?aid=146766-0,226363-0,1736035-2&w=200&h=200",
487
+ "allowCollaboration": false, "description": ""}, "update_type": 1}, {"owner":
488
+ {"firstName": "Antoinette", "baseIcon": "user/no-user-image-square.jpg", "gender":
489
+ "f", "url": "/people/antoinettee/", "key": "s2783956", "lastName": "Avila",
490
+ "libraryVersion": 18, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
491
+ "date": "2012-11-01T00:11:20.338000", "playlist": {"key": "p1337331", "ownerKey":
492
+ "s2783956", "name": "twerk_it", "baseIcon": "album/0/5/d/0000000000038d50/square-200.jpg",
493
+ "url": "/people/antoinettee/playlists/1337331/twerk_it/", "ownerObj": {"isSelf":
494
+ false, "urls": {"profile": "/people/antoinettee/", "playlists": "/people/antoinettee/playlists/",
495
+ "followers": "/people/antoinettee/people/followers/", "music": "/people/antoinettee/collection/",
496
+ "following": "/people/antoinettee/people/following/"}, "followerCount": 0,
497
+ "key": "s2783956", "firstName": "Antoinette", "baseIcon": "user/no-user-image-square.jpg",
498
+ "gender": "f", "canUnfollow": false, "trackCount": 56, "url": "/people/antoinettee/",
499
+ "playlistCount": 4, "lastSongPlayed": {"baseIcon": "album/b/2/1/000000000003112b/square-200.jpg",
500
+ "canDownloadAlbumOnly": true, "artistUrl": "/artist/Twista/", "duration":
501
+ 267, "album": "Category F5", "isClean": false, "albumUrl": "/artist/Twista/album/Category_F5_1/",
502
+ "shortUrl": "http://rd.io/x/QV76fDd7vcg", "albumArtist": "Twista", "canStream":
503
+ true, "embedUrl": "https://rd.io/e/QV76fDd7vcg", "type": "t", "price": "0.99",
504
+ "trackNum": 3, "albumArtistKey": "r52179", "key": "t2420617", "icon": "http://cdn3.rd.io/album/b/2/1/000000000003112b/square-200.jpg",
505
+ "canSample": true, "name": "Fire Featuring Lil Boosie", "isExplicit": false,
506
+ "artistKey": "r52179", "url": "/artist/Twista/album/Category_F5_1/track/Fire_Featuring_Lil_Boosie/",
507
+ "albumKey": "a201003", "artist": "Twista", "canDownload": true, "length":
508
+ 1, "canTether": true}, "lastSourcePlayed": "p1492182", "lastName": "Avila",
509
+ "followingCount": 0, "libraryVersion": 18, "isProtected": null, "type": "s",
510
+ "lastSongPlayTime": "2012-11-01T00:03:02.752000", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
511
+ "ownerIcon": "user/no-user-image-square.jpg", "owner": "Antoinette Avila",
512
+ "lastUpdated": 1351753880.0, "shortUrl": "http://rd.io/x/QV76fDNLNbI", "length":
513
+ 13, "isCollaborating": false, "type": "p", "ownerUrl": "/people/antoinettee/",
514
+ "embedUrl": "https://rd.io/e/QV76fDNLNbI", "icon": "http://m.rdio.com/_is/?aid=231666-2,232784-0,600983-0,646117-0,810829-0,1076552-0,1149263-2,1358836-0,1479622-1&w=200&h=200",
515
+ "allowCollaboration": false, "description": ""}, "update_type": 1}, {"owner":
516
+ {"firstName": "Dylan", "baseIcon": "user/no-user-image-square.jpg", "gender":
517
+ "m", "url": "/people/dtab213399/", "key": "s3080829", "lastName": "Bixler",
518
+ "libraryVersion": 10, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
519
+ "date": "2012-11-01T00:11:19.555000", "albums": [{"baseIcon": "album/9/b/2/00000000000a82b9/square-200.jpg",
520
+ "releaseDate": "2011-03-28", "artistUrl": "/artist/Wiz_Khalifa/", "duration":
521
+ 3467, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJV0Pg", "canStream":
522
+ true, "embedUrl": "https://rd.io/e/QV76fCJV0Pg", "type": "a", "price": "10.99",
523
+ "key": "a688825", "icon": "http://cdn3.rd.io/album/9/b/2/00000000000a82b9/square-200.jpg",
524
+ "canSample": true, "name": "Rolling Papers", "isExplicit": true, "artist":
525
+ "Wiz Khalifa", "url": "/artist/Wiz_Khalifa/album/Rolling_Papers/", "artistKey":
526
+ "r86739", "length": 14, "trackKeys": ["t8197732", "t8197735", "t8197738",
527
+ "t8197741", "t8197744", "t8197747", "t8197750", "t8197752", "t8197755", "t8197758",
528
+ "t8197761", "t8197764", "t8197766", "t8197769"], "canTether": true, "displayDate":
529
+ "Mar 28, 2011"}], "update_type": 12}, {"owner": {"firstName": "Matt", "baseIcon":
530
+ "user/no-user-image-square.jpg", "gender": "m", "url": "/people/mjconti/",
531
+ "key": "s3080775", "lastName": "Conti", "libraryVersion": 4, "isProtected":
532
+ null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
533
+ "date": "2012-11-01T00:11:19.372000", "playlist": {"key": "p1493293", "ownerKey":
534
+ "s3080775", "name": "Songs", "baseIcon": "album/d/5/e/0000000000037e5d/square-200.jpg",
535
+ "url": "/people/mjconti/playlists/1493293/Songs/", "ownerObj": {"isSelf":
536
+ false, "urls": {"profile": "/people/mjconti/", "playlists": "/people/mjconti/playlists/",
537
+ "followers": "/people/mjconti/people/followers/", "music": "/people/mjconti/collection/",
538
+ "following": "/people/mjconti/people/following/"}, "followerCount": 0, "key":
539
+ "s3080775", "firstName": "Matt", "baseIcon": "user/no-user-image-square.jpg",
540
+ "gender": "m", "canUnfollow": false, "trackCount": 3, "url": "/people/mjconti/",
541
+ "playlistCount": 1, "lastSongPlayed": {"baseIcon": "album/9/a/f/000000000002efa9/4/square-200.jpg",
542
+ "canDownloadAlbumOnly": true, "artistUrl": "/artist/Coldplay/", "duration":
543
+ 241, "album": "Viva La Vida - Prospekt''s March Edition", "isClean": false,
544
+ "albumUrl": "/artist/Coldplay/album/Viva_La_Vida_-_Prospekt%27s_March_Edition_2/",
545
+ "shortUrl": "http://rd.io/x/QV76fDd8OnQ", "albumArtist": "Coldplay", "canStream":
546
+ true, "embedUrl": "https://rd.io/e/QV76fDd8OnQ", "type": "t", "price": "1.29",
547
+ "trackNum": 7, "albumArtistKey": "r46088", "key": "t2320437", "icon": "http://cdn3.rd.io/album/9/a/f/000000000002efa9/4/square-200.jpg",
548
+ "canSample": true, "name": "Viva La Vida", "isExplicit": false, "artistKey":
549
+ "r46088", "url": "/artist/Coldplay/album/Viva_La_Vida_-_Prospekt%27s_March_Edition_2/track/Viva_La_Vida/",
550
+ "albumKey": "a192425", "artist": "Coldplay", "canDownload": true, "length":
551
+ 1, "canTether": true}, "lastSourcePlayed": "t2320437", "lastName": "Conti",
552
+ "followingCount": 0, "libraryVersion": 4, "isProtected": null, "type": "s",
553
+ "lastSongPlayTime": "2012-11-01T00:11:14", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
554
+ "ownerIcon": "user/no-user-image-square.jpg", "owner": "Matt Conti", "lastUpdated":
555
+ 1351753879.0, "shortUrl": "http://rd.io/x/QV76fDNJm2w", "length": 3, "isCollaborating":
556
+ false, "type": "p", "ownerUrl": "/people/mjconti/", "embedUrl": "https://rd.io/e/QV76fDNJm2w",
557
+ "icon": "http://m.rdio.com/_is/?aid=192425-4,228957-0,1387279-7&w=200&h=200",
558
+ "allowCollaboration": false, "description": ""}, "update_type": 1}], "last_id":
559
+ 1351728679}}'
560
+ http_version:
561
+ recorded_at: Thu, 01 Nov 2012 00:11:30 GMT
562
+ recorded_with: VCR 2.2.5