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,242 @@
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=friends
9
+ headers:
10
+ Authorization:
11
+ - OAuth oauth_consumer_key="ub9ebmvf7aee3pxcms9e5mh3", oauth_nonce="f3790368b01a2c3bde4e0254f1a31cd8",
12
+ oauth_signature="xOt6uOPM0zc5uHfienuKSQ%2Bq62I%3D", oauth_signature_method="HMAC-SHA1",
13
+ oauth_timestamp="1351728690", 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-web1-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:28 GMT
45
+ Server:
46
+ - Mashery Proxy
47
+ Content-Length:
48
+ - '15488'
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": "Robyn", "baseIcon": "user/no-user-image-square.jpg",
64
+ "gender": "f", "url": "/people/robynthegeek/", "key": "s2072894", "lastName":
65
+ "Klopp", "libraryVersion": 40, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
66
+ "date": "2012-10-31T23:46:50.663000", "albums": [{"baseIcon": "album/8/0/f/0000000000097f08/square-200.jpg",
67
+ "releaseDate": "2008-01-29", "artistUrl": "/artist/Vampire_Weekend/", "duration":
68
+ 2053, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJWLUk", "canStream":
69
+ true, "embedUrl": "https://rd.io/e/QV76fCJWLUk", "type": "a", "price": "None",
70
+ "key": "a622344", "icon": "http://cdn3.rd.io/album/8/0/f/0000000000097f08/square-200.jpg",
71
+ "canSample": true, "name": "Vampire Weekend (North American Edition)", "isExplicit":
72
+ false, "artist": "Vampire Weekend", "url": "/artist/Vampire_Weekend/album/Vampire_Weekend_(North_American_Edition)/",
73
+ "artistKey": "r138899", "length": 11, "trackKeys": ["t7450255", "t7450260",
74
+ "t7450264", "t7450268", "t7450273", "t7450278", "t7450283", "t7450287", "t7450291",
75
+ "t7450294", "t7450300"], "canTether": true, "displayDate": "Jan 29, 2008"},
76
+ {"baseIcon": "album/d/e/f/000000000002dfed/square-200.jpg", "releaseDate":
77
+ "2008-01-29", "artistUrl": "/artist/Santigold/", "duration": 435, "isClean":
78
+ false, "shortUrl": "http://rd.io/x/QV76fCJdjaw", "canStream": true, "embedUrl":
79
+ "https://rd.io/e/QV76fCJdjaw", "type": "a", "price": "1.98", "key": "a188397",
80
+ "icon": "http://cdn3.rd.io/album/d/e/f/000000000002dfed/square-200.jpg", "canSample":
81
+ true, "name": "Creator/L.E.S. Artistes", "isExplicit": false, "artist": "Santigold",
82
+ "url": "/artist/Santigold/album/Creator/L.E.S._Artistes/", "artistKey": "r138765",
83
+ "length": 2, "trackKeys": ["t2270549", "t2270611"], "canTether": true, "displayDate":
84
+ "Jan 29, 2008"}, {"baseIcon": "album/2/2/4/000000000003b422/square-200.jpg",
85
+ "releaseDate": "1967-01-01", "artistUrl": "/artist/Nina_Simone/", "duration":
86
+ 2256, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJc5mM", "canStream":
87
+ true, "embedUrl": "https://rd.io/e/QV76fCJc5mM", "type": "a", "price": "9.99",
88
+ "key": "a242722", "icon": "http://cdn3.rd.io/album/2/2/4/000000000003b422/square-200.jpg",
89
+ "canSample": true, "name": "Nina Simone Sings The Blues", "isExplicit": false,
90
+ "artist": "Nina Simone", "url": "/artist/Nina_Simone/album/Nina_Simone_Sings_The_Blues/",
91
+ "artistKey": "r1556", "length": 13, "trackKeys": ["t2952330", "t2952392",
92
+ "t2952440", "t2952493", "t2952537", "t2952609", "t2952647", "t2952693", "t2952724",
93
+ "t2952768", "t2952820", "t2952866", "t2952895"], "canTether": true, "displayDate":
94
+ "Jan 1, 1967"}], "update_type": 0}, {"owner": {"firstName": "t", "baseIcon":
95
+ "user/4/4/4/0000000000000444/square-100.jpg", "gender": "m", "url": "/people/tnm/",
96
+ "key": "s1092", "lastName": "nm", "libraryVersion": 1048, "isProtected": null,
97
+ "type": "s", "icon": "http://cdn3.rd.io/user/4/4/4/0000000000000444/square-100.jpg"},
98
+ "date": "2012-10-31T22:57:51.036000", "playlist": {"key": "p930056", "ownerKey":
99
+ "s1092", "name": "radical influences", "baseIcon": "album/d/0/2/000000000014e20d/square-200.jpg",
100
+ "url": "/people/tnm/playlists/930056/radical_influences/", "ownerObj": {"isSelf":
101
+ false, "urls": {"profile": "/people/tnm/", "playlists": "/people/tnm/playlists/",
102
+ "followers": "/people/tnm/people/followers/", "music": "/people/tnm/collection/",
103
+ "following": "/people/tnm/people/following/"}, "followerCount": 56, "key":
104
+ "s1092", "firstName": "t", "baseIcon": "user/4/4/4/0000000000000444/square-100.jpg",
105
+ "gender": "m", "canUnfollow": true, "trackCount": 11997, "url": "/people/tnm/",
106
+ "playlistCount": 4, "lastSongPlayed": {"baseIcon": "album/3/9/a/0000000000039a93/1/square-200.jpg",
107
+ "canDownloadAlbumOnly": true, "artistUrl": "/artist/Styles/", "duration":
108
+ 211, "album": "A Gangster And A Gentleman", "isClean": false, "albumUrl":
109
+ "/artist/Styles/album/A_Gangster_And_A_Gentleman_1/", "shortUrl": "http://rd.io/x/QV76fDd07A8",
110
+ "albumArtist": "Styles", "canStream": true, "embedUrl": "https://rd.io/e/QV76fDd07A8",
111
+ "type": "t", "price": "1.29", "trackNum": 2, "albumArtistKey": "r6089", "key":
112
+ "t2866766", "icon": "http://cdn3.rd.io/album/3/9/a/0000000000039a93/1/square-200.jpg",
113
+ "canSample": true, "name": "Good Times (Album Version (Explicit))", "isExplicit":
114
+ true, "artistKey": "r6089", "url": "/artist/Styles/album/A_Gangster_And_A_Gentleman_1/track/Good_Times_(Album_Version_(Explicit))/",
115
+ "albumKey": "a236179", "artist": "Styles", "canDownload": true, "length":
116
+ 1, "canTether": true}, "lastSourcePlayed": "p1456513", "lastName": "nm", "followingCount":
117
+ 27, "libraryVersion": 1048, "isProtected": null, "type": "s", "lastSongPlayTime":
118
+ "2012-10-31T23:40:40.778000", "icon": "http://cdn3.rd.io/user/4/4/4/0000000000000444/square-100.jpg"},
119
+ "ownerIcon": "user/4/4/4/0000000000000444/square-100.jpg", "owner": "t nm",
120
+ "lastUpdated": 1351749476.0, "shortUrl": "http://rd.io/x/QV76fDNRY0k", "length":
121
+ 13, "isCollaborating": false, "type": "p", "ownerUrl": "/people/tnm/", "embedUrl":
122
+ "https://rd.io/e/QV76fDNRY0k", "icon": "http://m.rdio.com/_is/?aid=137554-0,167752-0,268656-0,322027-0,594768-0,622447-0,999337-0,1368589-0,1580566-2&w=200&h=200",
123
+ "allowCollaboration": false, "description": ""}, "update_type": 1}, {"owner":
124
+ {"firstName": "Matt", "baseIcon": "user/c/e/c/0000000000002cec/4/square-100.jpg",
125
+ "gender": "m", "url": "/people/mattjcline/", "key": "s11500", "lastName":
126
+ "Cline", "libraryVersion": 2928, "isProtected": false, "type": "s", "icon":
127
+ "http://cdn3.rd.io/user/c/e/c/0000000000002cec/4/square-100.jpg"}, "date":
128
+ "2012-10-31T22:44:22.921000", "update_type": 3, "people": [{"firstName": "arthur",
129
+ "baseIcon": "user/no-user-image-square.jpg", "gender": "m", "url": "/people/aegies/",
130
+ "key": "s20779", "lastName": "gies", "libraryVersion": 10125, "isProtected":
131
+ null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"}]},
132
+ {"owner": {"firstName": "Matt", "baseIcon": "user/c/e/c/0000000000002cec/4/square-100.jpg",
133
+ "gender": "m", "url": "/people/mattjcline/", "key": "s11500", "lastName":
134
+ "Cline", "libraryVersion": 2928, "isProtected": false, "type": "s", "icon":
135
+ "http://cdn3.rd.io/user/c/e/c/0000000000002cec/4/square-100.jpg"}, "date":
136
+ "2012-10-31T21:33:38.101000", "albums": [{"baseIcon": "album/8/4/0/0000000000048048/1/square-200.jpg",
137
+ "releaseDate": "2010-03-23", "artistUrl": "/artist/Bonobo/", "duration": 3301,
138
+ "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJb0gk", "canStream": true,
139
+ "embedUrl": "https://rd.io/e/QV76fCJb0gk", "type": "a", "price": "9.99", "key":
140
+ "a294984", "icon": "http://cdn3.rd.io/album/8/4/0/0000000000048048/1/square-200.jpg",
141
+ "canSample": true, "name": "Black Sands", "isExplicit": false, "artist": "Bonobo",
142
+ "url": "/artist/Bonobo/album/Black_Sands/", "artistKey": "r74721", "length":
143
+ 12, "trackKeys": ["t3642556", "t3642558", "t3642562", "t3642566", "t3642572",
144
+ "t3642575", "t3642582", "t3642586", "t3642593", "t3642601", "t3642608", "t3642617"],
145
+ "canTether": true, "displayDate": "Mar 23, 2010"}, {"baseIcon": "album/1/3/5/0000000000037531/1/square-200.jpg",
146
+ "releaseDate": "2002-05-21", "artistUrl": "/artist/Box_Car_Racer/", "duration":
147
+ 2490, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJcJ3A", "canStream":
148
+ true, "embedUrl": "https://rd.io/e/QV76fCJcJ3A", "type": "a", "price": "9.99",
149
+ "key": "a226609", "icon": "http://cdn3.rd.io/album/1/3/5/0000000000037531/1/square-200.jpg",
150
+ "canSample": true, "name": "Box Car Racer", "isExplicit": true, "artist":
151
+ "Box Car Racer", "url": "/artist/Box_Car_Racer/album/Box_Car_Racer/", "artistKey":
152
+ "r304899", "length": 13, "trackKeys": ["t2743803", "t2743886", "t2743937",
153
+ "t2744002", "t2744054", "t2744131", "t2744179", "t2744242", "t2744264", "t2744328",
154
+ "t2744388", "t2744436", "t2744482"], "canTether": true, "displayDate": "May
155
+ 21, 2002"}], "update_type": 0}, {"owner": {"firstName": "Toby", "baseIcon":
156
+ "user/4/9/5/0000000000000594/square-100.jpg", "gender": "m", "url": "/people/takeo/",
157
+ "key": "s1428", "lastName": "Sterrett", "libraryVersion": 3834, "isProtected":
158
+ null, "type": "s", "icon": "http://cdn3.rd.io/user/4/9/5/0000000000000594/square-100.jpg"},
159
+ "date": "2012-10-31T17:14:03.378000", "albums": [{"baseIcon": "album/b/1/a/000000000002da1b/1/square-200.jpg",
160
+ "releaseDate": "2000-02-29", "artistUrl": "/artist/Steely_Dan/", "duration":
161
+ 3085, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJdiFo", "canStream":
162
+ true, "embedUrl": "https://rd.io/e/QV76fCJdiFo", "type": "a", "price": "8.91",
163
+ "key": "a186907", "icon": "http://cdn3.rd.io/album/b/1/a/000000000002da1b/1/square-200.jpg",
164
+ "canSample": true, "name": "Two Against Nature", "isExplicit": false, "artist":
165
+ "Steely Dan", "url": "/artist/Steely_Dan/album/Two_Against_Nature/", "artistKey":
166
+ "r6546", "length": 9, "trackKeys": ["t2252607", "t2252730", "t2252828", "t2252936",
167
+ "t2253018", "t2253095", "t2253210", "t2253317", "t2253418"], "canTether":
168
+ true, "displayDate": "Feb 29, 2000"}], "update_type": 0}, {"owner": {"firstName":
169
+ "t", "baseIcon": "user/4/4/4/0000000000000444/square-100.jpg", "gender": "m",
170
+ "url": "/people/tnm/", "key": "s1092", "lastName": "nm", "libraryVersion":
171
+ 1048, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/4/4/4/0000000000000444/square-100.jpg"},
172
+ "date": "2012-10-31T05:10:56.929000", "albums": [{"baseIcon": "album/6/1/e/0000000000181e16/2/square-200.jpg",
173
+ "releaseDate": "2012-06-05", "artistUrl": "/artist/Friends/", "duration":
174
+ 2313, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJHTFc", "canStream":
175
+ true, "embedUrl": "https://rd.io/e/QV76fCJHTFc", "type": "a", "price": "9.99",
176
+ "key": "a1580566", "icon": "http://cdn3.rd.io/album/6/1/e/0000000000181e16/2/square-200.jpg",
177
+ "canSample": true, "name": "Manifest!", "isExplicit": false, "artist": "Friends",
178
+ "url": "/artist/Friends/album/Manifest!/", "artistKey": "r60983", "length":
179
+ 12, "trackKeys": ["t17474610", "t17474618", "t17474630", "t17474637", "t17474642",
180
+ "t17474647", "t17474650", "t17474652", "t17474656", "t17474658", "t17474660",
181
+ "t17474672"], "canTether": true, "displayDate": "Jun 5, 2012"}], "update_type":
182
+ 0}, {"owner": {"firstName": "Zac", "baseIcon": "user/d/d/b/0000000000075bdd/square-100.jpg",
183
+ "gender": "m", "url": "/people/zeedunk/", "key": "s482269", "lastName": "Duncan",
184
+ "libraryVersion": 826, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/d/d/b/0000000000075bdd/square-100.jpg"},
185
+ "date": "2012-10-31T04:58:57.426000", "update_type": 3, "people": [{"firstName":
186
+ "Timon", "baseIcon": "user/1/7/1/0000000000000171/square-100.jpg", "gender":
187
+ "m", "url": "/people/timonk/", "key": "s369", "lastName": "Karnezos", "libraryVersion":
188
+ 651, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/1/7/1/0000000000000171/square-100.jpg"}]},
189
+ {"owner": {"firstName": "Cameron", "baseIcon": "user/a/d/d/0000000000184dda/2/square-100.jpg",
190
+ "gender": "m", "url": "/people/ca1-/", "key": "s1592794", "lastName": "Alexander",
191
+ "libraryVersion": 728, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/a/d/d/0000000000184dda/2/square-100.jpg"},
192
+ "date": "2012-10-31T04:36:21.378000", "albums": [{"baseIcon": "album/0/b/4/00000000002054b0/1/square-200.jpg",
193
+ "releaseDate": "2012-10-30", "artistUrl": "/artist/Tig_Notaro/", "duration":
194
+ 1874, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJ_BvE", "canStream":
195
+ true, "embedUrl": "https://rd.io/e/QV76fCJ_BvE", "type": "a", "price": "4.99",
196
+ "key": "a2118832", "icon": "http://cdn3.rd.io/album/0/b/4/00000000002054b0/1/square-200.jpg",
197
+ "canSample": true, "name": "Live", "isExplicit": false, "artist": "Tig Notaro",
198
+ "url": "/artist/Tig_Notaro/album/Live/", "artistKey": "r1220946", "length":
199
+ 1, "trackKeys": ["t22763834"], "canTether": true, "displayDate": "Oct 30,
200
+ 2012"}], "update_type": 0}, {"owner": {"firstName": "Cameron", "baseIcon":
201
+ "user/a/d/d/0000000000184dda/2/square-100.jpg", "gender": "m", "url": "/people/ca1-/",
202
+ "key": "s1592794", "lastName": "Alexander", "libraryVersion": 728, "isProtected":
203
+ null, "type": "s", "icon": "http://cdn3.rd.io/user/a/d/d/0000000000184dda/2/square-100.jpg"},
204
+ "date": "2012-10-31T04:35:51.821000", "albums": [{"baseIcon": "album/1/a/d/0000000000076da1/square-200.jpg",
205
+ "releaseDate": "2008-12-16", "artistUrl": "/artist/Louis_C.K./", "duration":
206
+ 4256, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJYP-A", "canStream":
207
+ true, "embedUrl": "https://rd.io/e/QV76fCJYP-A", "type": "a", "price": "9.99",
208
+ "key": "a486817", "icon": "http://cdn3.rd.io/album/1/a/d/0000000000076da1/square-200.jpg",
209
+ "canSample": true, "name": "Chewed Up", "isExplicit": true, "artist": "Louis
210
+ C.K.", "url": "/artist/Louis_C.K./album/Chewed_Up/", "artistKey": "r591875",
211
+ "length": 18, "trackKeys": ["t5956464", "t5956574", "t5956627", "t5956679",
212
+ "t5956759", "t5956831", "t5956886", "t5956939", "t5957006", "t5957065", "t5957140",
213
+ "t5957189", "t5957268", "t5957315", "t5957411", "t5957484", "t5957540", "t5957597"],
214
+ "canTether": true, "displayDate": "Dec 16, 2008"}], "update_type": 12}, {"owner":
215
+ {"firstName": "paigeS", "baseIcon": "user/b/a/a/0000000000000aab/square-100.jpg",
216
+ "gender": "f", "url": "/people/paiges/", "key": "s2731", "lastName": ".",
217
+ "libraryVersion": 21902, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/b/a/a/0000000000000aab/square-100.jpg"},
218
+ "date": "2012-10-31T00:42:08.050000", "albums": [{"baseIcon": "album/b/8/4/00000000001f548b/3/square-200.jpg",
219
+ "releaseDate": "2012-10-15", "artistUrl": "/artist/Neil_Young__Crazy_Horse/",
220
+ "duration": 5248, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJABso",
221
+ "canStream": true, "embedUrl": "https://rd.io/e/QV76fCJABso", "type": "a",
222
+ "price": "10.99", "key": "a2053259", "icon": "http://cdn3.rd.io/album/b/8/4/00000000001f548b/3/square-200.jpg",
223
+ "canSample": true, "name": "Psychedelic Pill", "isExplicit": false, "artist":
224
+ "Neil Young & Crazy Horse", "url": "/artist/Neil_Young__Crazy_Horse/album/Psychedelic_Pill/",
225
+ "artistKey": "r393502", "length": 9, "trackKeys": ["t22091841", "t22092393",
226
+ "t22092461", "t22092843", "t22092936", "t22093001", "t22093127", "t22093204",
227
+ "t22093448"], "canTether": true, "displayDate": "Oct 15, 2012"}, {"baseIcon":
228
+ "album/0/6/6/00000000001f1660/1/square-200.jpg", "releaseDate": "2012-10-30",
229
+ "artistUrl": "/artist/Andrew_Bird/", "duration": 5732, "isClean": false, "shortUrl":
230
+ "http://rd.io/x/QV76fCJARCE", "canStream": true, "embedUrl": "https://rd.io/e/QV76fCJARCE",
231
+ "type": "a", "price": "17.99", "key": "a2037344", "icon": "http://cdn3.rd.io/album/0/6/6/00000000001f1660/1/square-200.jpg",
232
+ "canSample": true, "name": "Break It Yourself / Hands of Glory (Deluxe)",
233
+ "isExplicit": false, "artist": "Andrew Bird", "url": "/artist/Andrew_Bird/album/Break_It_Yourself_/_Hands_of_Glory_(Deluxe)/",
234
+ "artistKey": "r170683", "length": 22, "trackKeys": ["t21925162", "t21925262",
235
+ "t21925276", "t21925362", "t21925449", "t21925519", "t21925604", "t21925682",
236
+ "t21925704", "t21925773", "t21925852", "t21925915", "t21925999", "t21926138",
237
+ "t21926194", "t21926253", "t21926292", "t21926345", "t21926388", "t21926436",
238
+ "t21926472", "t21926519"], "canTether": true, "displayDate": "Oct 30, 2012"}],
239
+ "update_type": 0}], "last_id": 1351644125}}'
240
+ http_version:
241
+ recorded_at: Thu, 01 Nov 2012 00:11:31 GMT
242
+ recorded_with: VCR 2.2.5
@@ -0,0 +1,339 @@
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=user
9
+ headers:
10
+ Authorization:
11
+ - OAuth oauth_consumer_key="ub9ebmvf7aee3pxcms9e5mh3", oauth_nonce="95acbb912a2910736a8b955a079e6dc1",
12
+ oauth_signature="gF8Zsc1GDxVJHBgIOgeJ0b3MvWk%3D", oauth_signature_method="HMAC-SHA1",
13
+ oauth_timestamp="1351728691", 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-web1-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:29 GMT
45
+ Server:
46
+ - Mashery Proxy
47
+ Content-Length:
48
+ - '23546'
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": "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg",
64
+ "gender": "m", "url": "/people/allengoodman/", "key": "s112675", "lastName":
65
+ "Goodman", "libraryVersion": 297, "isProtected": false, "type": "s", "icon":
66
+ "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"}, "date":
67
+ "2012-10-30T06:24:26.774000", "update_type": 3, "people": [{"firstName": "Jill",
68
+ "baseIcon": "user/no-user-image-square.jpg", "gender": "f", "url": "/people/JillSPeters/",
69
+ "key": "s2913931", "lastName": "Peters", "libraryVersion": 65, "isProtected":
70
+ true, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
71
+ {"firstName": "Dan", "baseIcon": "user/5/6/7/0000000000000765/square-100.jpg",
72
+ "gender": "m", "url": "/people/dandean/", "key": "s1893", "lastName": "Dean",
73
+ "libraryVersion": 1428, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/5/6/7/0000000000000765/square-100.jpg"},
74
+ {"firstName": "Collin", "baseIcon": "user/a/0/3/000000000011b30a/2/square-100.jpg",
75
+ "gender": "m", "url": "/people/collin_simple/", "key": "s1159946", "lastName":
76
+ "Ruffenach", "libraryVersion": 6, "isProtected": true, "type": "s", "icon":
77
+ "http://cdn3.rd.io/user/a/0/3/000000000011b30a/2/square-100.jpg"}, {"firstName":
78
+ "Liene", "baseIcon": "user/0/f/5/000000000012e5f0/1/square-100.jpg", "gender":
79
+ "f", "url": "/people/liene/", "key": "s1238512", "lastName": "Verzemnieks",
80
+ "libraryVersion": 23, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/0/f/5/000000000012e5f0/1/square-100.jpg"},
81
+ {"firstName": "paigeS", "baseIcon": "user/b/a/a/0000000000000aab/square-100.jpg",
82
+ "gender": "f", "url": "/people/paiges/", "key": "s2731", "lastName": ".",
83
+ "libraryVersion": 21902, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/b/a/a/0000000000000aab/square-100.jpg"},
84
+ {"firstName": "Roman", "baseIcon": "user/6/c/e/0000000000008ec6/square-100.jpg",
85
+ "gender": "m", "url": "/people/RomanSofianos/", "key": "s36550", "lastName":
86
+ "Sofianos", "libraryVersion": 32060, "isProtected": true, "type": "s", "icon":
87
+ "http://cdn3.rd.io/user/6/c/e/0000000000008ec6/square-100.jpg"}, {"firstName":
88
+ "Jambalaya", "baseIcon": "user/0/c/2/000000000005b2c0/square-100.jpg", "gender":
89
+ "m", "url": "/people/enduser/", "key": "s373440", "lastName": "Papaya", "libraryVersion":
90
+ 165, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/0/c/2/000000000005b2c0/square-100.jpg"},
91
+ {"firstName": "Soren", "baseIcon": "user/1/9/9/0000000000000991/square-100.jpg",
92
+ "gender": "m", "url": "/people/sorenmacbeth/", "key": "s2449", "lastName":
93
+ "Macbeth", "libraryVersion": 1705, "isProtected": null, "type": "s", "icon":
94
+ "http://cdn3.rd.io/user/1/9/9/0000000000000991/square-100.jpg"}]}, {"owner":
95
+ {"firstName": "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg",
96
+ "gender": "m", "url": "/people/allengoodman/", "key": "s112675", "lastName":
97
+ "Goodman", "libraryVersion": 297, "isProtected": false, "type": "s", "icon":
98
+ "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"}, "date":
99
+ "2012-10-25T03:45:31.549000", "albums": [{"baseIcon": "album/7/5/f/0000000000147f57/square-200.jpg",
100
+ "releaseDate": "2012-02-21", "artistUrl": "/artist/Grimes/", "duration": 2877,
101
+ "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJLLRY", "canStream": true,
102
+ "embedUrl": "https://rd.io/e/QV76fCJLLRY", "type": "a", "price": "None", "key":
103
+ "a1343319", "icon": "http://cdn3.rd.io/album/7/5/f/0000000000147f57/square-200.jpg",
104
+ "canSample": true, "name": "Visions", "isExplicit": false, "artist": "Grimes",
105
+ "url": "/artist/Grimes/album/Visions/", "artistKey": "r263985", "length":
106
+ 13, "trackKeys": ["t15209736", "t15209752", "t15209790", "t15209829", "t15209849",
107
+ "t15209875", "t15209914", "t15209932", "t15209965", "t15210001", "t15210040",
108
+ "t15210074", "t15210125"], "canTether": true, "displayDate": "Feb 21, 2012"},
109
+ {"baseIcon": "album/b/9/9/000000000015a99b/square-200.jpg", "releaseDate":
110
+ "2012-05-22", "artistUrl": "/artist/Mount_Eerie/", "duration": 2502, "isClean":
111
+ false, "shortUrl": "http://rd.io/x/QV76fCJK-9o", "canStream": true, "embedUrl":
112
+ "https://rd.io/e/QV76fCJK-9o", "type": "a", "price": "9.99", "key": "a1419675",
113
+ "icon": "http://cdn3.rd.io/album/b/9/9/000000000015a99b/square-200.jpg", "canSample":
114
+ true, "name": "Clear Moon", "isExplicit": false, "artist": "Mount Eerie",
115
+ "url": "/artist/Mount_Eerie/album/Clear_Moon/", "artistKey": "r373021", "length":
116
+ 11, "trackKeys": ["t15940486", "t15940537", "t15940544", "t15940557", "t15940564",
117
+ "t15940574", "t15940587", "t15940598", "t15940600", "t15940621", "t15940634"],
118
+ "canTether": true, "displayDate": "May 22, 2012"}], "update_type": 12}, {"owner":
119
+ {"firstName": "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg",
120
+ "gender": "m", "url": "/people/allengoodman/", "key": "s112675", "lastName":
121
+ "Goodman", "libraryVersion": 297, "isProtected": false, "type": "s", "icon":
122
+ "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"}, "date":
123
+ "2012-10-22T23:15:46.200000", "albums": [{"baseIcon": "album/b/9/9/000000000015a99b/square-200.jpg",
124
+ "releaseDate": "2012-05-22", "artistUrl": "/artist/Mount_Eerie/", "duration":
125
+ 2502, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJK-9o", "canStream":
126
+ true, "embedUrl": "https://rd.io/e/QV76fCJK-9o", "type": "a", "price": "9.99",
127
+ "key": "a1419675", "icon": "http://cdn3.rd.io/album/b/9/9/000000000015a99b/square-200.jpg",
128
+ "canSample": true, "name": "Clear Moon", "isExplicit": false, "artist": "Mount
129
+ Eerie", "url": "/artist/Mount_Eerie/album/Clear_Moon/", "artistKey": "r373021",
130
+ "length": 11, "trackKeys": ["t15940486", "t15940537", "t15940544", "t15940557",
131
+ "t15940564", "t15940574", "t15940587", "t15940598", "t15940600", "t15940621",
132
+ "t15940634"], "canTether": true, "displayDate": "May 22, 2012"}, {"baseIcon":
133
+ "album/6/9/1/00000000001a8196/1/square-200.jpg", "releaseDate": "2012-08-28",
134
+ "artistUrl": "/artist/Swans/", "duration": 7153, "isClean": false, "shortUrl":
135
+ "http://rd.io/x/QV76fCJF09c", "canStream": true, "embedUrl": "https://rd.io/e/QV76fCJF09c",
136
+ "type": "a", "price": "10.89", "key": "a1737110", "icon": "http://cdn3.rd.io/album/6/9/1/00000000001a8196/1/square-200.jpg",
137
+ "canSample": true, "name": "The Seer", "isExplicit": false, "artist": "Swans",
138
+ "url": "/artist/Swans/album/The_Seer/", "artistKey": "r49824", "length": 11,
139
+ "trackKeys": ["t18900907", "t18900923", "t18900954", "t18900960", "t18901054",
140
+ "t18901081", "t18901135", "t18901158", "t18901204", "t18901319", "t18901651"],
141
+ "canTether": true, "displayDate": "Aug 28, 2012"}, {"baseIcon": "album/b/c/2/000000000018a2cb/1/square-200.jpg",
142
+ "releaseDate": "2012-07-17", "artistUrl": "/artist/Baroness/", "duration":
143
+ 4499, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJH8Io", "canStream":
144
+ true, "embedUrl": "https://rd.io/e/QV76fCJH8Io", "type": "a", "price": "9.99",
145
+ "key": "a1614539", "icon": "http://cdn3.rd.io/album/b/c/2/000000000018a2cb/1/square-200.jpg",
146
+ "canSample": true, "name": "Yellow & Green", "isExplicit": false, "artist":
147
+ "Baroness", "url": "/artist/Baroness/album/Yellow__Green/", "artistKey": "r402891",
148
+ "length": 18, "trackKeys": ["t17826329", "t17826333", "t17826348", "t17826358",
149
+ "t17826376", "t17826388", "t17826404", "t17826419", "t17826429", "t17826448",
150
+ "t17826456", "t17826469", "t17826479", "t17826488", "t17826501", "t17826511",
151
+ "t17826522", "t17826535"], "canTether": true, "displayDate": "Jul 17, 2012"},
152
+ {"baseIcon": "album/a/f/9/00000000000169fa/4/square-200.jpg", "releaseDate":
153
+ "2009-01-20", "artistUrl": "/artist/Antony__The_Johnsons_1/", "duration":
154
+ 2363, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJeO7s", "canStream":
155
+ true, "embedUrl": "https://rd.io/e/QV76fCJeO7s", "type": "a", "price": "9.90",
156
+ "key": "a92666", "icon": "http://cdn3.rd.io/album/a/f/9/00000000000169fa/4/square-200.jpg",
157
+ "canSample": true, "name": "The Crying Light", "isExplicit": false, "artist":
158
+ "Antony & The Johnsons", "url": "/artist/Antony__The_Johnsons_1/album/The_Crying_Light/",
159
+ "artistKey": "r85547", "length": 10, "trackKeys": ["t1147750", "t1147756",
160
+ "t1147759", "t1147764", "t1147768", "t1147773", "t1147779", "t1147787", "t1147795",
161
+ "t1147798"], "canTether": true, "displayDate": "Jan 20, 2009"}], "update_type":
162
+ 0}, {"owner": {"firstName": "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg",
163
+ "gender": "m", "url": "/people/allengoodman/", "key": "s112675", "lastName":
164
+ "Goodman", "libraryVersion": 297, "isProtected": false, "type": "s", "icon":
165
+ "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"}, "date":
166
+ "2012-10-22T22:13:17.321000", "playlist": {"key": "p699404", "ownerKey": "s112675",
167
+ "name": "2012", "baseIcon": "album/0/6/b/0000000000159b60/square-200.jpg",
168
+ "url": "/people/allengoodman/playlists/699404/2012/", "ownerObj": {"isSelf":
169
+ true, "urls": {"profile": "/people/allengoodman/", "playlists": "/people/allengoodman/playlists/",
170
+ "followers": "/people/allengoodman/people/followers/", "music": "/people/allengoodman/collection/",
171
+ "following": "/people/allengoodman/people/following/"}, "followerCount": 33,
172
+ "key": "s112675", "firstName": "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg",
173
+ "gender": "m", "canUnfollow": false, "trackCount": 50, "url": "/people/allengoodman/",
174
+ "playlistCount": 35, "lastSongPlayed": {"baseIcon": "album/b/4/3/00000000000a034b/square-200.jpg",
175
+ "canDownloadAlbumOnly": true, "artistUrl": "/artist/The_Modern_Lovers/", "duration":
176
+ 245, "album": "The Modern Lovers", "isClean": true, "albumUrl": "/artist/The_Modern_Lovers/album/The_Modern_Lovers/",
177
+ "shortUrl": "http://rd.io/x/QV76fDcoNVo", "albumArtist": "The Modern Lovers",
178
+ "canStream": true, "embedUrl": "https://rd.io/e/QV76fDcoNVo", "type": "t",
179
+ "price": "1.29", "trackNum": 1, "albumArtistKey": "r837666", "key": "t7825179",
180
+ "icon": "http://cdn3.rd.io/album/b/4/3/00000000000a034b/square-200.jpg", "canSample":
181
+ true, "name": "Roadrunner", "isExplicit": false, "artistKey": "r837666", "url":
182
+ "/artist/The_Modern_Lovers/album/The_Modern_Lovers/track/Roadrunner/", "albumKey":
183
+ "a656203", "artist": "The Modern Lovers", "canDownload": true, "length": 1,
184
+ "canTether": true}, "lastSourcePlayed": "p159798", "lastName": "Goodman",
185
+ "followingCount": 32, "libraryVersion": 297, "isProtected": false, "type":
186
+ "s", "lastSongPlayTime": "2012-10-31T17:16:30", "icon": "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"},
187
+ "ownerIcon": "user/3/2/8/000000000001b823/1/square-100.jpg", "owner": "Allen
188
+ Goodman", "lastUpdated": 1351597936.0, "shortUrl": "http://rd.io/x/QV76fDNV_k0",
189
+ "length": 554, "isCollaborating": false, "type": "p", "ownerUrl": "/people/allengoodman/",
190
+ "embedUrl": "https://rd.io/e/QV76fDNV_k0", "icon": "http://m.rdio.com/_is/?aid=1230815-1,1285644-0,1306259-0,1306300-1,1330481-1,1343319-0,1368658-0,1381015-0,1403260-3&w=200&h=200",
191
+ "allowCollaboration": false, "description": "My favorite albums and reissues
192
+ from 2012."}, "update_type": 1}, {"owner": {"firstName": "Allen", "baseIcon":
193
+ "user/3/2/8/000000000001b823/1/square-100.jpg", "gender": "m", "url": "/people/allengoodman/",
194
+ "key": "s112675", "lastName": "Goodman", "libraryVersion": 297, "isProtected":
195
+ false, "type": "s", "icon": "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"},
196
+ "date": "2012-10-10T19:07:42.308000", "update_type": 3, "people": [{"firstName":
197
+ "Mae", "baseIcon": "user/6/c/4/000000000028f4c6/1/square-100.jpg", "gender":
198
+ "f", "url": "/people/maesaslaw/", "key": "s2684102", "lastName": "Saslaw",
199
+ "libraryVersion": 14, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/6/c/4/000000000028f4c6/1/square-100.jpg"},
200
+ {"firstName": "Cameron", "baseIcon": "user/a/d/d/0000000000184dda/2/square-100.jpg",
201
+ "gender": "m", "url": "/people/ca1-/", "key": "s1592794", "lastName": "Alexander",
202
+ "libraryVersion": 728, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/a/d/d/0000000000184dda/2/square-100.jpg"},
203
+ {"firstName": "Matt", "baseIcon": "user/c/e/c/0000000000002cec/4/square-100.jpg",
204
+ "gender": "m", "url": "/people/mattjcline/", "key": "s11500", "lastName":
205
+ "Cline", "libraryVersion": 2928, "isProtected": false, "type": "s", "icon":
206
+ "http://cdn3.rd.io/user/c/e/c/0000000000002cec/4/square-100.jpg"}, {"firstName":
207
+ "Lacey", "baseIcon": "user/3/c/d/0000000000087dc3/square-100.jpg", "gender":
208
+ "f", "url": "/people/vankirk/", "key": "s556483", "lastName": "Van Kirk",
209
+ "libraryVersion": 814, "isProtected": true, "type": "s", "icon": "http://cdn3.rd.io/user/3/c/d/0000000000087dc3/square-100.jpg"},
210
+ {"firstName": "Robyn", "baseIcon": "user/no-user-image-square.jpg", "gender":
211
+ "f", "url": "/people/robynthegeek/", "key": "s2072894", "lastName": "Klopp",
212
+ "libraryVersion": 40, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
213
+ {"firstName": "James", "baseIcon": "user/no-user-image-square.jpg", "gender":
214
+ "m", "url": "/people/jamesc_000/", "key": "s767630", "lastName": "Casey",
215
+ "libraryVersion": 214, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/no-user-image-square.jpg"},
216
+ {"firstName": "Matt", "baseIcon": "user/d/c/1/00000000000021cd/1/square-100.jpg",
217
+ "gender": "m", "url": "/people/mattsa/", "key": "s8653", "lastName": "Sacks",
218
+ "libraryVersion": 156, "isProtected": null, "type": "s", "icon": "http://cdn3.rd.io/user/d/c/1/00000000000021cd/1/square-100.jpg"}]},
219
+ {"owner": {"firstName": "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg",
220
+ "gender": "m", "url": "/people/allengoodman/", "key": "s112675", "lastName":
221
+ "Goodman", "libraryVersion": 297, "isProtected": false, "type": "s", "icon":
222
+ "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"}, "date":
223
+ "2012-08-07T02:08:13.383000", "albums": [{"baseIcon": "album/7/8/7/0000000000020787/square-200.jpg",
224
+ "releaseDate": "2005-02-01", "artistUrl": "/artist/Antony__The_Johnsons_1/",
225
+ "duration": 2124, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJdVcY",
226
+ "canStream": true, "embedUrl": "https://rd.io/e/QV76fCJdVcY", "type": "a",
227
+ "price": "9.90", "key": "a132999", "icon": "http://cdn3.rd.io/album/7/8/7/0000000000020787/square-200.jpg",
228
+ "canSample": true, "name": "I Am A Bird Now", "isExplicit": false, "artist":
229
+ "Antony & The Johnsons", "url": "/artist/Antony__The_Johnsons_1/album/I_Am_A_Bird_Now/",
230
+ "artistKey": "r85547", "length": 10, "trackKeys": ["t1694975", "t1694985",
231
+ "t1694990", "t1694994", "t1695002", "t1695007", "t1695011", "t1695022", "t1695029",
232
+ "t1695034"], "canTether": true, "displayDate": "Feb 1, 2005"}, {"baseIcon":
233
+ "album/2/b/2/000000000003e2b2/square-200.jpg", "releaseDate": "2005-09-06",
234
+ "artistUrl": "/artist/Hilary_Hahn/", "duration": 3685, "isClean": false, "shortUrl":
235
+ "http://rd.io/x/QV76fCJcsPM", "canStream": true, "embedUrl": "https://rd.io/e/QV76fCJcsPM",
236
+ "type": "a", "price": "9.90", "key": "a254642", "icon": "http://cdn3.rd.io/album/2/b/2/000000000003e2b2/square-200.jpg",
237
+ "canSample": true, "name": "Stravinsky/Brahms: Violin Concertos", "isExplicit":
238
+ false, "artist": "Hilary Hahn", "url": "/artist/Hilary_Hahn/album/Stravinsky/Brahms_Violin_Concertos/",
239
+ "artistKey": "r330065", "length": 7, "trackKeys": ["t3120289", "t3120846",
240
+ "t3121074", "t3121267", "t3121397", "t3121508", "t3121655"], "canTether":
241
+ true, "displayDate": "Sep 6, 2005"}, {"baseIcon": "album/2/8/b/0000000000178b82/2/square-200.jpg",
242
+ "releaseDate": "2012-06-12", "artistUrl": "/artist/Piano_Magic/", "duration":
243
+ 3062, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJI2cM", "canStream":
244
+ true, "embedUrl": "https://rd.io/e/QV76fCJI2cM", "type": "a", "price": "9.99",
245
+ "key": "a1543042", "icon": "http://cdn3.rd.io/album/2/8/b/0000000000178b82/2/square-200.jpg",
246
+ "canSample": true, "name": "Life Has Not Finished With Me Yet", "isExplicit":
247
+ false, "artist": "Piano Magic", "url": "/artist/Piano_Magic/album/Life_Has_Not_Finished_With_Me_Yet/",
248
+ "artistKey": "r403905", "length": 13, "trackKeys": ["t17104231", "t17104246",
249
+ "t17104292", "t17104327", "t17104356", "t17104393", "t17104425", "t17104450",
250
+ "t17104508", "t17104544", "t17104574", "t17104604", "t17104634"], "canTether":
251
+ true, "displayDate": "Jun 12, 2012"}, {"baseIcon": "album/a/5/f/000000000009cf5a/square-200.jpg",
252
+ "releaseDate": "2007-07-17", "artistUrl": "/artist/The_Knife/", "duration":
253
+ 3006, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJWnRs", "canStream":
254
+ true, "embedUrl": "https://rd.io/e/QV76fCJWnRs", "type": "a", "price": "9.90",
255
+ "key": "a642906", "icon": "http://cdn3.rd.io/album/a/5/f/000000000009cf5a/square-200.jpg",
256
+ "canSample": true, "name": "Silent Shout - An Audio-visual Experience (live
257
+ audio)", "isExplicit": false, "artist": "The Knife", "url": "/artist/The_Knife/album/Silent_Shout_-_An_Audio-visual_Experience_(live_audio)/",
258
+ "artistKey": "r137478", "length": 10, "trackKeys": ["t7668963", "t7669005",
259
+ "t7669034", "t7669059", "t7669084", "t7669109", "t7669130", "t7669154", "t7669174",
260
+ "t7669201"], "canTether": true, "displayDate": "Jul 17, 2007"}], "update_type":
261
+ 0}, {"owner": {"firstName": "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg",
262
+ "gender": "m", "url": "/people/allengoodman/", "key": "s112675", "lastName":
263
+ "Goodman", "libraryVersion": 297, "isProtected": false, "type": "s", "icon":
264
+ "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"}, "date":
265
+ "2012-07-26T07:52:59.019000", "update_type": 11}, {"owner": {"firstName":
266
+ "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg", "gender":
267
+ "m", "url": "/people/allengoodman/", "key": "s112675", "lastName": "Goodman",
268
+ "libraryVersion": 297, "isProtected": false, "type": "s", "icon": "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"},
269
+ "date": "2012-05-08T07:50:52.042000", "albums": [{"baseIcon": "album/7/1/4/000000000004f417/square-200.jpg",
270
+ "releaseDate": "2008-06-17", "artistUrl": "/artist/The_Hold_Steady/", "duration":
271
+ 2625, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJbplY", "canStream":
272
+ true, "embedUrl": "https://rd.io/e/QV76fCJbplY", "type": "a", "price": "7.99",
273
+ "key": "a324631", "icon": "http://cdn3.rd.io/album/7/1/4/000000000004f417/square-200.jpg",
274
+ "canSample": true, "name": "Stay Positive", "isExplicit": false, "artist":
275
+ "The Hold Steady", "url": "/artist/The_Hold_Steady/album/Stay_Positive/",
276
+ "artistKey": "r51971", "length": 11, "trackKeys": ["t4014219", "t4014243",
277
+ "t4014280", "t4014323", "t4014350", "t4014395", "t4014422", "t4014459", "t4014485",
278
+ "t4014523", "t4014561"], "canTether": true, "displayDate": "Jun 17, 2008"},
279
+ {"baseIcon": "album/a/a/7/00000000000437aa/2/square-200.jpg", "releaseDate":
280
+ "2006-10-03", "artistUrl": "/artist/The_Hold_Steady/", "duration": 2407, "isClean":
281
+ false, "shortUrl": "http://rd.io/x/QV76fCJbZes", "canStream": true, "embedUrl":
282
+ "https://rd.io/e/QV76fCJbZes", "type": "a", "price": "6.99", "key": "a276394",
283
+ "icon": "http://cdn3.rd.io/album/a/a/7/00000000000437aa/2/square-200.jpg",
284
+ "canSample": true, "name": "Boys And Girls In America", "isExplicit": false,
285
+ "artist": "The Hold Steady", "url": "/artist/The_Hold_Steady/album/Boys_And_Girls_In_America/",
286
+ "artistKey": "r51971", "length": 11, "trackKeys": ["t3370783", "t3370799",
287
+ "t3370813", "t3370830", "t3370847", "t3370869", "t3370884", "t3370902", "t3370918",
288
+ "t3370929", "t3370946"], "canTether": true, "displayDate": "Oct 3, 2006"},
289
+ {"baseIcon": "album/0/8/c/0000000000095c80/square-200.jpg", "releaseDate":
290
+ "2010-05-11", "artistUrl": "/artist/The_National/", "duration": 2854, "isClean":
291
+ false, "shortUrl": "http://rd.io/x/QV76fCJWDsE", "canStream": true, "embedUrl":
292
+ "https://rd.io/e/QV76fCJWDsE", "type": "a", "price": "None", "key": "a613504",
293
+ "icon": "http://cdn3.rd.io/album/0/8/c/0000000000095c80/square-200.jpg", "canSample":
294
+ true, "name": "High Violet", "isExplicit": false, "artist": "The National",
295
+ "url": "/artist/The_National/album/High_Violet/", "artistKey": "r86908", "length":
296
+ 11, "trackKeys": ["t7360499", "t7360508", "t7360516", "t7360520", "t7360527",
297
+ "t7360532", "t7360541", "t7360547", "t7360557", "t7360564", "t7360577"], "canTether":
298
+ true, "displayDate": "May 11, 2010"}, {"baseIcon": "album/7/7/2/0000000000039277/1/square-200.jpg",
299
+ "releaseDate": "2003-10-21", "artistUrl": "/artist/The_Rapture/", "duration":
300
+ 2799, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJcwDY", "canStream":
301
+ true, "embedUrl": "https://rd.io/e/QV76fCJcwDY", "type": "a", "price": "9.99",
302
+ "key": "a234103", "icon": "http://cdn3.rd.io/album/7/7/2/0000000000039277/1/square-200.jpg",
303
+ "canSample": true, "name": "Echoes", "isExplicit": false, "artist": "The Rapture",
304
+ "url": "/artist/The_Rapture/album/Echoes/", "artistKey": "r237031", "length":
305
+ 11, "trackKeys": ["t2840420", "t2840504", "t2840570", "t2840659", "t2840738",
306
+ "t2840783", "t2840862", "t2840915", "t2840974", "t2841046", "t2841111"], "canTether":
307
+ true, "displayDate": "Oct 21, 2003"}], "update_type": 0}, {"owner": {"firstName":
308
+ "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg", "gender":
309
+ "m", "url": "/people/allengoodman/", "key": "s112675", "lastName": "Goodman",
310
+ "libraryVersion": 297, "isProtected": false, "type": "s", "icon": "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"},
311
+ "date": "2012-05-06T08:07:29.686000", "albums": [{"baseIcon": "album/6/1/2/00000000000e3216/square-200.jpg",
312
+ "releaseDate": "2011-08-30", "artistUrl": "/artist/The_Rapture/", "duration":
313
+ 3027, "isClean": false, "shortUrl": "http://rd.io/x/QV76fCJRYFc", "canStream":
314
+ true, "embedUrl": "https://rd.io/e/QV76fCJRYFc", "type": "a", "price": "9.99",
315
+ "key": "a930326", "icon": "http://cdn3.rd.io/album/6/1/2/00000000000e3216/square-200.jpg",
316
+ "canSample": true, "name": "In The Grace Of Your Love", "isExplicit": false,
317
+ "artist": "The Rapture", "url": "/artist/The_Rapture/album/In_The_Grace_Of_Your_Love/",
318
+ "artistKey": "r237031", "length": 11, "trackKeys": ["t10851796", "t10851891",
319
+ "t10851973", "t10852022", "t10852124", "t10852219", "t10852291", "t10852357",
320
+ "t10852434", "t10852480", "t10852583"], "canTether": true, "displayDate":
321
+ "Aug 30, 2011"}], "update_type": 0}, {"comment": "Timeless.", "reviewed_item":
322
+ {"baseIcon": "album/9/4/f/000000000002af49/square-200.jpg", "canDownloadAlbumOnly":
323
+ true, "artistUrl": "/artist/Slowdive/", "duration": 287, "album": "Souvlaki",
324
+ "isClean": false, "albumUrl": "/artist/Slowdive/album/Souvlaki/", "shortUrl":
325
+ "http://rd.io/x/QV76fDd_fZ0", "albumArtist": "Slowdive", "canStream": true,
326
+ "embedUrl": "https://rd.io/e/QV76fDd_fZ0", "type": "t", "price": "None", "trackNum":
327
+ 7, "albumArtistKey": "r220073", "key": "t2109404", "icon": "http://cdn3.rd.io/album/9/4/f/000000000002af49/square-200.jpg",
328
+ "canSample": true, "name": "When The Sun Hits", "isExplicit": false, "artistKey":
329
+ "r220073", "url": "/artist/Slowdive/album/Souvlaki/track/When_The_Sun_Hits/",
330
+ "albumKey": "a175945", "artist": "Slowdive", "canDownload": false, "length":
331
+ 1, "canTether": true}, "date": "2012-05-06T07:49:34.334000", "update_type":
332
+ 6, "key": "tc51496", "owner": {"firstName": "Allen", "baseIcon": "user/3/2/8/000000000001b823/1/square-100.jpg",
333
+ "gender": "m", "url": "/people/allengoodman/", "key": "s112675", "lastName":
334
+ "Goodman", "libraryVersion": 297, "isProtected": false, "type": "s", "icon":
335
+ "http://cdn3.rd.io/user/3/2/8/000000000001b823/1/square-100.jpg"}}], "last_id":
336
+ 1336286610}}'
337
+ http_version:
338
+ recorded_at: Thu, 01 Nov 2012 00:11:32 GMT
339
+ recorded_with: VCR 2.2.5