red_haze 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +7 -0
- data/.rspec +2 -0
- data/Gemfile +4 -0
- data/Rakefile +1 -0
- data/config.template.yml +4 -0
- data/lib/red_haze/activity.rb +5 -0
- data/lib/red_haze/client.rb +58 -0
- data/lib/red_haze/collection.rb +16 -0
- data/lib/red_haze/comment.rb +6 -0
- data/lib/red_haze/group.rb +28 -0
- data/lib/red_haze/helpers/resource.rb +91 -0
- data/lib/red_haze/helpers.rb +8 -0
- data/lib/red_haze/me.rb +66 -0
- data/lib/red_haze/playlist.rb +6 -0
- data/lib/red_haze/request.rb +22 -0
- data/lib/red_haze/track.rb +23 -0
- data/lib/red_haze/user.rb +35 -0
- data/lib/red_haze/version.rb +3 -0
- data/lib/red_haze.rb +28 -0
- data/red_haze.gemspec +28 -0
- data/spec/fixtures/vcr_cassettes/collection_next.yml +348 -0
- data/spec/fixtures/vcr_cassettes/comment_sync.yml +56 -0
- data/spec/fixtures/vcr_cassettes/group_contributors.yml +55 -0
- data/spec/fixtures/vcr_cassettes/group_members.yml +55 -0
- data/spec/fixtures/vcr_cassettes/group_moderators.yml +55 -0
- data/spec/fixtures/vcr_cassettes/group_sync.yml +55 -0
- data/spec/fixtures/vcr_cassettes/group_users.yml +55 -0
- data/spec/fixtures/vcr_cassettes/me.yml +55 -0
- data/spec/fixtures/vcr_cassettes/me_activities.yml +429 -0
- data/spec/fixtures/vcr_cassettes/me_activities_limit.yml +127 -0
- data/spec/fixtures/vcr_cassettes/playlist.yml +60 -0
- data/spec/fixtures/vcr_cassettes/track_comments.yml +79 -0
- data/spec/fixtures/vcr_cassettes/track_favorite_get.yml +50 -0
- data/spec/fixtures/vcr_cassettes/track_favorite_put.yml +50 -0
- data/spec/fixtures/vcr_cassettes/track_favoriters.yml +172 -0
- data/spec/fixtures/vcr_cassettes/track_sync.yml +82 -0
- data/spec/fixtures/vcr_cassettes/track_unfavorite_put.yml +50 -0
- data/spec/fixtures/vcr_cassettes/user_comments.yml +89 -0
- data/spec/fixtures/vcr_cassettes/user_favorites.yml +479 -0
- data/spec/fixtures/vcr_cassettes/user_follow_put.yml +65 -0
- data/spec/fixtures/vcr_cassettes/user_followers.yml +431 -0
- data/spec/fixtures/vcr_cassettes/user_follows_.yml +104 -0
- data/spec/fixtures/vcr_cassettes/user_follows_get.yml +50 -0
- data/spec/fixtures/vcr_cassettes/user_groups.yml +66 -0
- data/spec/fixtures/vcr_cassettes/user_playlists.yml +482 -0
- data/spec/fixtures/vcr_cassettes/user_sync.yml +57 -0
- data/spec/fixtures/vcr_cassettes/user_unfollow_put.yml +54 -0
- data/spec/lib/red_haze/activity_spec.rb +18 -0
- data/spec/lib/red_haze/client_spec.rb +43 -0
- data/spec/lib/red_haze/collection_spec.rb +26 -0
- data/spec/lib/red_haze/comment_spec.rb +30 -0
- data/spec/lib/red_haze/group_spec.rb +57 -0
- data/spec/lib/red_haze/me_spec.rb +117 -0
- data/spec/lib/red_haze/playlist_spec.rb +41 -0
- data/spec/lib/red_haze/request_spec.rb +17 -0
- data/spec/lib/red_haze/track_spec.rb +96 -0
- data/spec/lib/red_haze/user_spec.rb +110 -0
- data/spec/lib/red_haze_spec.rb +13 -0
- data/spec/spec_helper.rb +45 -0
- metadata +212 -0
@@ -0,0 +1,429 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.soundcloud.com/me/activities/all?oauth_token=<ACCESS_TOKEN>
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: OK
|
16
|
+
headers:
|
17
|
+
Server:
|
18
|
+
- nginx
|
19
|
+
Date:
|
20
|
+
- Wed, 11 Jul 2012 05:44:07 GMT
|
21
|
+
Content-Type:
|
22
|
+
- application/json; charset=utf-8
|
23
|
+
Connection:
|
24
|
+
- keep-alive
|
25
|
+
X-Runtime:
|
26
|
+
- '799'
|
27
|
+
Etag:
|
28
|
+
- ! '"9ff98266368349411b66e96b46a9579b"'
|
29
|
+
Cache-Control:
|
30
|
+
- private, max-age=0, must-revalidate
|
31
|
+
Access-Control-Allow-Methods:
|
32
|
+
- GET, PUT, POST, DELETE
|
33
|
+
Access-Control-Allow-Headers:
|
34
|
+
- Accept, Authorization, Content-Type, Origin
|
35
|
+
Access-Control-Allow-Origin:
|
36
|
+
- ! '*'
|
37
|
+
X-Cacheable:
|
38
|
+
- NO:Cache-Control=max-age=0
|
39
|
+
Content-Length:
|
40
|
+
- '79132'
|
41
|
+
X-Varnish:
|
42
|
+
- '890234100'
|
43
|
+
Age:
|
44
|
+
- '0'
|
45
|
+
Via:
|
46
|
+
- 1.1 varnish
|
47
|
+
X-Cache:
|
48
|
+
- MISS
|
49
|
+
Vary:
|
50
|
+
- Accept-Encoding
|
51
|
+
body:
|
52
|
+
encoding: US-ASCII
|
53
|
+
string: ! '{"collection":[{"type":"favoriting","created_at":"2012/07/11 00:06:55
|
54
|
+
+0000","origin":{"track":{"id":42806432,"permalink":"moodymann-hold-it-down","title":"Moodymann
|
55
|
+
- Hold It Down","user_id":138179,"kind":"track","uri":"https://api.soundcloud.com/tracks/42806432","user_uri":"https://api.soundcloud.com/users/138179","permalink_url":"http://soundcloud.com/scionav/moodymann-hold-it-down","stream_url":"https://api.soundcloud.com/tracks/42806432/stream","artwork_url":"https://i1.sndcdn.com/artworks-000021479540-el8let-large.jpg?34f5d10"},"user":{"id":166962,"kind":"user","permalink":"inhead-kay","username":"Inhead-Kay","uri":"https://api.soundcloud.com/users/166962","permalink_url":"http://soundcloud.com/inhead-kay","avatar_url":"https://i1.sndcdn.com/avatars-000014600664-5orxkk-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
56
|
+
22:29:38 +0000","origin":{"track":{"id":29251051,"permalink":"flying-lotus-mister-murky","title":"Flying
|
57
|
+
Lotus - mister murky socks \u00a0 ///// \u00a0LOS ANGELES ALT take mix2","user_id":196380,"kind":"track","uri":"https://api.soundcloud.com/tracks/29251051","user_uri":"https://api.soundcloud.com/users/196380","permalink_url":"http://soundcloud.com/flyinglotus/flying-lotus-mister-murky","stream_url":"https://api.soundcloud.com/tracks/29251051/stream"},"user":{"id":38691,"kind":"user","permalink":"alkalino","username":"Alkalino","uri":"https://api.soundcloud.com/users/38691","permalink_url":"http://soundcloud.com/alkalino","avatar_url":"https://i1.sndcdn.com/avatars-000017581300-0m35qz-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
58
|
+
20:45:56 +0000","origin":{"track":{"id":51139585,"permalink":"dmarc-cantu-a-new-world","title":"D''Marc
|
59
|
+
Cantu - A New World (Previews) - MOS-LP1","user_id":333431,"kind":"track","uri":"https://api.soundcloud.com/tracks/51139585","user_uri":"https://api.soundcloud.com/users/333431","permalink_url":"http://soundcloud.com/mosrecordings/dmarc-cantu-a-new-world","stream_url":"https://api.soundcloud.com/tracks/51139585/stream","artwork_url":"https://i1.sndcdn.com/artworks-000025785169-4nm1mo-large.jpg?34f5d10"},"user":{"id":493912,"kind":"user","permalink":"jokers-of-the-scene","username":"Jokers
|
60
|
+
of the Scene","uri":"https://api.soundcloud.com/users/493912","permalink_url":"http://soundcloud.com/jokers-of-the-scene","avatar_url":"https://i1.sndcdn.com/avatars-000008002700-6ipail-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
61
|
+
20:00:58 +0000","origin":{"kind":"track","id":52412866,"created_at":"2012/07/10
|
62
|
+
20:00:58 +0000","user_id":359445,"duration":205086,"commentable":true,"state":"finished","original_content_size":8710540,"sharing":"public","tag_list":"\"kool
|
63
|
+
music 3\" \"kool music 5\" \"jasper baydala\" \"arbutus records\" \"hold my
|
64
|
+
body down\" \"moviestar records\"","permalink":"kool-music-3-another-rip-by","description":"Another
|
65
|
+
Rip By Snakeman by Kool Music 3 off the album Hold My Body Down","streamable":true,"downloadable":true,"genre":"smooth
|
66
|
+
jazz","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":null,"title":"Kool
|
67
|
+
Music 3 - Another Rip By Snakeman","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52412866","embeddable_by":"all","user":{"id":359445,"kind":"user","permalink":"arbutus-records","username":"Arbutus
|
68
|
+
Records","uri":"https://api.soundcloud.com/users/359445","permalink_url":"http://soundcloud.com/arbutus-records","avatar_url":"https://i1.sndcdn.com/avatars-000003178993-0p5m8a-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/arbutus-records/kool-music-3-another-rip-by","artwork_url":"https://i1.sndcdn.com/artworks-000026443841-1o93fa-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/P5KBcxassI53_m.png","stream_url":"https://api.soundcloud.com/tracks/52412866/stream","download_url":"https://api.soundcloud.com/tracks/52412866/download","playback_count":41,"download_count":5,"favoritings_count":1,"comment_count":0,"attachments_uri":"https://api.soundcloud.com/tracks/52412866/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
69
|
+
20:00:58 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
70
|
+
18:54:49 +0000","origin":{"kind":"track","id":52405583,"created_at":"2012/07/10
|
71
|
+
18:54:49 +0000","user_id":11839,"duration":268170,"commentable":true,"state":"finished","original_content_size":10711440,"sharing":"public","tag_list":"steve
|
72
|
+
aoki rob roy ooh mustard pimp remix dim mak records wonderland remixed","permalink":"steve-aoki-feat-rob-roy-ooh","description":"Out
|
73
|
+
now on Dim Mak Recs","streamable":true,"downloadable":false,"genre":"","release":"","purchase_url":"http://www.beatport.com/release/wonderland-remixed/932836","purchase_title":null,"label_id":null,"label_name":"Dim
|
74
|
+
Mak Records","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Steve
|
75
|
+
Aoki feat. Rob Roy - Ooh (Mustard Pimp Remix)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52405583","embeddable_by":"all","user":{"id":11839,"kind":"user","permalink":"mustard-pimp","username":"mustard
|
76
|
+
pimp","uri":"https://api.soundcloud.com/users/11839","permalink_url":"http://soundcloud.com/mustard-pimp","avatar_url":"https://i1.sndcdn.com/avatars-000005858804-pn6yr1-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/mustard-pimp/steve-aoki-feat-rob-roy-ooh","artwork_url":"https://i1.sndcdn.com/artworks-000026439900-c11fds-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/0rzavVphm1Iv_m.png","stream_url":"https://api.soundcloud.com/tracks/52405583/stream","playback_count":2663,"download_count":0,"favoritings_count":109,"comment_count":39,"attachments_uri":"https://api.soundcloud.com/tracks/52405583/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
77
|
+
18:54:49 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
78
|
+
18:45:10 +0000","origin":{"kind":"track","id":50422229,"created_at":"2012/06/21
|
79
|
+
16:38:48 +0000","user_id":1520490,"duration":182926,"commentable":true,"state":"finished","original_content_size":8182740,"sharing":"public","tag_list":"","permalink":"warm-easy","description":"DFA2347\r\n\r\nThe
|
80
|
+
2 Bears\r\nWarm \u0026 Easy single\r\nw/ remixes by Leo Zero \u0026 Jack Fell
|
81
|
+
Down\r\n\r\n","streamable":true,"downloadable":false,"genre":"","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Warm
|
82
|
+
\u0026 Easy","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/50422229","embeddable_by":"all","user":{"id":1520490,"kind":"user","permalink":"dfa-records","username":"DFA
|
83
|
+
Records","uri":"https://api.soundcloud.com/users/1520490","permalink_url":"http://soundcloud.com/dfa-records","avatar_url":"https://i1.sndcdn.com/avatars-000002067008-el39h6-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/dfa-records/warm-easy","artwork_url":"https://i1.sndcdn.com/artworks-000025418567-5w4z6h-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/Jn21Inktmnf9_m.png","stream_url":"https://api.soundcloud.com/tracks/50422229/stream","playback_count":1192,"download_count":1,"favoritings_count":97,"comment_count":14,"attachments_uri":"https://api.soundcloud.com/tracks/50422229/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
84
|
+
18:45:10 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
85
|
+
18:43:46 +0000","origin":{"track":{"id":30650703,"permalink":"must-die-x-sazon-booya-bombo","title":"MUST
|
86
|
+
DIE x Sazon Booya - Bombo Tiempo (OUT NOW!)","user_id":7871599,"kind":"track","uri":"https://api.soundcloud.com/tracks/30650703","user_uri":"https://api.soundcloud.com/users/7871599","permalink_url":"http://soundcloud.com/mustdiemusic/must-die-x-sazon-booya-bombo","stream_url":"https://api.soundcloud.com/tracks/30650703/stream","artwork_url":"https://i1.sndcdn.com/artworks-000015377072-stzgey-large.jpg?34f5d10"},"user":{"id":14801,"kind":"user","permalink":"brosafari","username":"BRO
|
87
|
+
SAFARI","uri":"https://api.soundcloud.com/users/14801","permalink_url":"http://soundcloud.com/brosafari","avatar_url":"https://i1.sndcdn.com/avatars-000010296974-f8kd03-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
88
|
+
18:34:07 +0000","origin":{"kind":"track","id":52403273,"created_at":"2012/07/10
|
89
|
+
18:34:07 +0000","user_id":45715,"duration":237987,"commentable":true,"state":"finished","original_content_size":9569322,"sharing":"public","tag_list":"felix
|
90
|
+
cartal hunt sebastien grainger jesse keeler jfk different faces dim mak records
|
91
|
+
steve aoki","permalink":"felix-cartal-h-u-n-t-jfk-remix","description":"Pretty
|
92
|
+
excited to have made this happen. \r\nMy track HUNT that features Sebastien
|
93
|
+
Grainger on vocals gets the remix treatment from the other half of DFA1979,
|
94
|
+
Jesse Keeler. Let me know what you think!!\r\n\r\nOUT NOW on DIM MAK RECORDS:\r\nDownload
|
95
|
+
from iTunes: http://bit.ly/Ld1Lo8\r\nDownload from Beatport: http://s.beatport.com/Ou5cUl\r\nListen
|
96
|
+
on Spotify: http://spoti.fi/Ld2jdP\r\n\r\nListen to the original: http://soundcloud.com/felixcartal/hunt-feat-sebastien-grainger\r\n\r\nLike
|
97
|
+
me on Facebook: \r\nhttp://www.facebook.com/felixcartal \r\nhttp://www.facebook.com/felixcartal
|
98
|
+
","streamable":true,"downloadable":false,"genre":"Thrash Metal","release":"","purchase_url":"http://bit.ly/Ld1Lo8","purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":"http://www.youtube.com/watch?list=PL32E66666DA673E85\u0026feature=player_embedded\u0026v=DsARUxn-vtY","track_type":"remix","key_signature":"","bpm":null,"title":"Felix
|
99
|
+
Cartal - H.U.N.T. feat. Sebastien Grainger (JFK Remix)","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52403273","embeddable_by":"all","user":{"id":45715,"kind":"user","permalink":"felixcartal","username":"FELIX
|
100
|
+
CARTAL","uri":"https://api.soundcloud.com/users/45715","permalink_url":"http://soundcloud.com/felixcartal","avatar_url":"https://i1.sndcdn.com/avatars-000001795812-noes3t-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/felixcartal/felix-cartal-h-u-n-t-jfk-remix","artwork_url":"https://i1.sndcdn.com/artworks-000026438679-2ierf3-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/j1a7v2z8dLSM_m.png","stream_url":"https://api.soundcloud.com/tracks/52403273/stream","playback_count":3589,"download_count":0,"favoritings_count":72,"comment_count":21,"attachments_uri":"https://api.soundcloud.com/tracks/52403273/attachments","sharing_note":{"text":"Check
|
101
|
+
out the JFK remix of my track H.U.N.T. feat. Sebastien Grainger!","created_at":"2012/07/10
|
102
|
+
18:34:07 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
103
|
+
18:17:27 +0000","origin":{"kind":"track","id":52321069,"created_at":"2012/07/09
|
104
|
+
23:55:11 +0000","user_id":222324,"duration":3615496,"commentable":true,"state":"finished","original_content_size":144564815,"sharing":"public","tag_list":"Dance
|
105
|
+
scratch dj mix fools gold radio podcast sirius xm dance disco techno hip hop
|
106
|
+
bass house moombahton","permalink":"fools-gold-radio-july-2012","description":"Tracklist:\r\n\r\nA-Trak
|
107
|
+
\u0026 Zinc - Stingray (A-trak Intro Edit)\r\nBreakbot - One Out of Two (Get
|
108
|
+
A Room Remix)\r\nLuke Walker - This Moment\r\nMurphy Jax feat. Mike Dunn -
|
109
|
+
Let''s Get To It\r\nLarry Tee feat. Charlie Le Mindu - Charlie\r\nWhiteNoize
|
110
|
+
- Pimp On\r\nDigitalism \u0026 Tommy Trash - Falling\r\nGesaffelstein - Depravity\r\nTWR72
|
111
|
+
- Summer\r\nJustice - New Lands (A-Trak Remix)\r\nFlosstradamus - Lana''s
|
112
|
+
Theme\r\nA-Trak \u0026 Dillon Francis - Money Makin'' (Oliver Twizt Trap Mix)\r\nRL
|
113
|
+
Grime - Trap On Acid\r\nETC!ETC! \u0026 Brillz - Bueller \r\nDillon Francis
|
114
|
+
- Masta Blasta\r\nGTA - Booty Bounce\r\nLazer Sword - Pleasure Zone\r\nBig
|
115
|
+
Black Delta - I Fucking Love You\r\nNTEIBINT - Jackpot\r\nDuke Dumont - Underground
|
116
|
+
Persistance\r\nSebastien Drums \u0026 Rob Adans - Resonorg\r\nClockwork -
|
117
|
+
BBBS\r\nDrums Of Death - Let No Shadow Fall Upon You\r\nXXXChange - U My Fantasy\r\nWax
|
118
|
+
Motif - Ctrl-66\r\nTube \u0026 Berger - Soulgood","streamable":true,"downloadable":true,"genre":"Fool''s
|
119
|
+
Gold","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"podcast","key_signature":"","bpm":null,"title":"Fool''s
|
120
|
+
Gold Radio - July 2012 Mix","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52321069","embeddable_by":"all","user":{"id":222324,"kind":"user","permalink":"a-trak","username":"A-Trak","uri":"https://api.soundcloud.com/users/222324","permalink_url":"http://soundcloud.com/a-trak","avatar_url":"https://i1.sndcdn.com/avatars-000005662116-ph9x6t-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/a-trak/fools-gold-radio-july-2012","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/7eXGuHobcK9d_m.png","stream_url":"https://api.soundcloud.com/tracks/52321069/stream","download_url":"https://api.soundcloud.com/tracks/52321069/download","playback_count":5291,"download_count":1026,"favoritings_count":294,"comment_count":63,"attachments_uri":"https://api.soundcloud.com/tracks/52321069/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
121
|
+
18:17:27 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
122
|
+
17:33:15 +0000","origin":{"track":{"id":52336152,"permalink":"what-they-sent-back","title":"What
|
123
|
+
They Sent Back","user_id":4606,"kind":"track","uri":"https://api.soundcloud.com/tracks/52336152","user_uri":"https://api.soundcloud.com/users/4606","permalink_url":"http://soundcloud.com/hrdvsion/what-they-sent-back","stream_url":"https://api.soundcloud.com/tracks/52336152/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026404317-zfcrc3-large.jpg?34f5d10"},"user":{"id":493912,"kind":"user","permalink":"jokers-of-the-scene","username":"Jokers
|
124
|
+
of the Scene","uri":"https://api.soundcloud.com/users/493912","permalink_url":"http://soundcloud.com/jokers-of-the-scene","avatar_url":"https://i1.sndcdn.com/avatars-000008002700-6ipail-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
125
|
+
14:00:36 +0000","origin":{"kind":"track","id":52286925,"created_at":"2012/07/09
|
126
|
+
18:26:57 +0000","user_id":102594,"duration":284895,"commentable":true,"state":"finished","original_content_size":50224652,"sharing":"public","tag_list":"\"Dan
|
127
|
+
Deacon\" \"True Thrush\" America","permalink":"dan-deacon-true-thrush","description":"''True
|
128
|
+
Thrush'' is from Dan Deacon''s forthcoming album, America, out Aug 27 (Rest
|
129
|
+
of the world)/August 28th (North America). \r\n\r\nFor more information, please
|
130
|
+
visit http://dominorecordco.com/america\r\n\r\nDan Deacon online:\r\nhttp://www.dandeacon.com\r\nhttp://facebook.com/dandeacon\r\nhttp://twitter.com/ebaynetflix","streamable":true,"downloadable":false,"genre":"","release":"","purchase_url":"http://www.smarturl.it/truethrush","purchase_title":"Buy
|
131
|
+
track","label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Dan
|
132
|
+
Deacon - True Thrush","release_year":null,"release_month":null,"release_day":null,"original_format":"wav","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52286925","embeddable_by":"all","user":{"id":102594,"kind":"user","permalink":"dominorecordco","username":"Domino
|
133
|
+
Record Co","uri":"https://api.soundcloud.com/users/102594","permalink_url":"http://soundcloud.com/dominorecordco","avatar_url":"https://i1.sndcdn.com/avatars-000000584933-5buci0-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/dominorecordco/dan-deacon-true-thrush","artwork_url":"https://i1.sndcdn.com/artworks-000026377237-yza6bd-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/EmRI0XydFNx9_m.png","stream_url":"https://api.soundcloud.com/tracks/52286925/stream","playback_count":9127,"download_count":0,"favoritings_count":176,"comment_count":25,"attachments_uri":"https://api.soundcloud.com/tracks/52286925/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
134
|
+
14:00:36 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
135
|
+
11:56:23 +0000","origin":{"kind":"track","id":52369080,"created_at":"2012/07/10
|
136
|
+
11:56:23 +0000","user_id":145000,"duration":253405,"commentable":true,"state":"finished","original_content_size":10134382,"sharing":"public","tag_list":"the
|
137
|
+
bloody beetroots rocksteady gigi barocco rmx","permalink":"the-bloody-beetroots-1","description":"","streamable":true,"downloadable":false,"genre":"Post
|
138
|
+
Electro","release":"","purchase_url":"http://www.beatport.com/release/rocksteady-remixes-part-1/936396","purchase_title":"Beatport","label_id":15349224,"label_name":"Ultra
|
139
|
+
Records","isrc":"","video_url":"http://www.youtube.com/watch?v=KSqttO3NtCg","track_type":"remix","key_signature":"","bpm":666.0,"title":"THE
|
140
|
+
BLOODY BEETROOTS - ROCKSTEADY (GGB RMX)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52369080","embeddable_by":"all","user":{"id":145000,"kind":"user","permalink":"thebloodybeetroots","username":"thebloodybeetroots","uri":"https://api.soundcloud.com/users/145000","permalink_url":"http://soundcloud.com/thebloodybeetroots","avatar_url":"https://i1.sndcdn.com/avatars-000014179174-659rr9-large.jpg?34f5d10"},"label":{"id":15349224,"kind":"user","permalink":"ultra-records-1","username":"Ultra
|
141
|
+
Records","uri":"https://api.soundcloud.com/users/15349224","permalink_url":"http://soundcloud.com/ultra-records-1","avatar_url":"https://i1.sndcdn.com/avatars-000013595907-ylq05p-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/thebloodybeetroots/the-bloody-beetroots-1","artwork_url":"https://i1.sndcdn.com/artworks-000026420964-znkmqo-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/LBBFOEQ8FOjF_m.png","stream_url":"https://api.soundcloud.com/tracks/52369080/stream","playback_count":4010,"download_count":0,"favoritings_count":234,"comment_count":62,"attachments_uri":"https://api.soundcloud.com/tracks/52369080/attachments","sharing_note":{"text":"ROCKSTEADY
|
142
|
+
Gifts","created_at":"2012/07/10 11:56:23 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
143
|
+
11:52:03 +0000","origin":{"track":{"id":52366869,"permalink":"the-bloody-beetroots","title":"THE
|
144
|
+
BLOODY BEETROOTS - ROCKSTEADY - Gigi Barocco RMX (ULTRA)","user_id":14669,"kind":"track","uri":"https://api.soundcloud.com/tracks/52366869","user_uri":"https://api.soundcloud.com/users/14669","permalink_url":"http://soundcloud.com/gigibarocco/the-bloody-beetroots","stream_url":"https://api.soundcloud.com/tracks/52366869/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026427662-28id83-large.jpg?34f5d10"},"user":{"id":145000,"kind":"user","permalink":"thebloodybeetroots","username":"thebloodybeetroots","uri":"https://api.soundcloud.com/users/145000","permalink_url":"http://soundcloud.com/thebloodybeetroots","avatar_url":"https://i1.sndcdn.com/avatars-000014179174-659rr9-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
145
|
+
08:39:03 +0000","origin":{"track":{"id":52352450,"permalink":"crookers-neoteric-and-wax","title":"Crookers,
|
146
|
+
Neoteric and Wax Motif, Springer (Adam Bozetto Remix)","user_id":311211,"kind":"track","uri":"https://api.soundcloud.com/tracks/52352450","user_uri":"https://api.soundcloud.com/users/311211","permalink_url":"http://soundcloud.com/adam-bozzetto/crookers-neoteric-and-wax","stream_url":"https://api.soundcloud.com/tracks/52352450/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026412136-4dsue4-large.jpg?34f5d10"},"user":{"id":3039,"kind":"user","permalink":"top-billin","username":"TOPBILLIN","uri":"https://api.soundcloud.com/users/3039","permalink_url":"http://soundcloud.com/top-billin","avatar_url":"https://i1.sndcdn.com/avatars-000000023940-3rl4sy-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
147
|
+
08:02:35 +0000","origin":{"track":{"id":51613833,"permalink":"tony-goods-eviction-clip","title":"''Eviction''
|
148
|
+
(Clip) - Forthcoming Top Billin","user_id":8196590,"kind":"track","uri":"https://api.soundcloud.com/tracks/51613833","user_uri":"https://api.soundcloud.com/users/8196590","permalink_url":"http://soundcloud.com/tonygoods/tony-goods-eviction-clip","stream_url":"https://api.soundcloud.com/tracks/51613833/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026034500-153db6-large.jpg?34f5d10"},"user":{"id":3039,"kind":"user","permalink":"top-billin","username":"TOPBILLIN","uri":"https://api.soundcloud.com/users/3039","permalink_url":"http://soundcloud.com/top-billin","avatar_url":"https://i1.sndcdn.com/avatars-000000023940-3rl4sy-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"playlist","created_at":"2012/07/10
|
149
|
+
07:56:23 +0000","origin":{"kind":"playlist","id":2209395,"created_at":"2012/07/10
|
150
|
+
00:49:35 +0000","user_id":14730,"duration":2114182,"sharing":"public","tag_list":"Crookers
|
151
|
+
Springer Wax Motif Neoteric Pacha Nom De Strip Bozetto Nacey Mad Decent","permalink":"crookers-springer-remix-ep","description":"Purchase
|
152
|
+
on Itunes: http://bit.ly/SpringerItunes\r\n\r\nSpringer off Crookers 2011
|
153
|
+
album Dr.Gonzo is next in line to get the remix EP treatment. Produced alongside
|
154
|
+
Waxmotif \u0026 Neoteric, Springer has been a staple in DJ sets across the
|
155
|
+
world with its bouncy synths and percussion. Crookers have enlisted 7 producers
|
156
|
+
to have their hand at transforming Springer to fit any dancefloor.","streamable":true,"downloadable":false,"genre":"","release":"MAD-177","purchase_url":"http://itunes.apple.com/album/springer-remixes/id537042340?l=ja\u0026v0=9988\u0026ign-mpt=uo%3D1","purchase_title":"Purchase
|
157
|
+
iTunes","label_id":null,"label_name":"Mad Decent","type":"ep single","playlist_type":"ep
|
158
|
+
single","ean":"","title":"Crookers - Springer Remix EP","release_year":2012,"release_month":7,"release_day":10,"license":"all-rights-reserved","uri":"https://api.soundcloud.com/playlists/2209395","permalink_url":"http://soundcloud.com/maddecent/sets/crookers-springer-remix-ep","artwork_url":"https://i1.sndcdn.com/artworks-000026399421-3iyuz8-large.jpg?34f5d10","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
159
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"tracks_uri":"https://api.soundcloud.com/playlists/2209395/tracks","sharing_note":{"text":"","created_at":"2012/07/10
|
160
|
+
07:56:23 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
161
|
+
07:52:16 +0000","origin":{"kind":"track","id":52325688,"created_at":"2012/07/10
|
162
|
+
00:49:35 +0000","user_id":14730,"duration":265033,"commentable":true,"state":"finished","original_content_size":11421891,"sharing":"public","tag_list":"","permalink":"1-crookers-springer","description":"Purchase
|
163
|
+
on Itunes: http://bit.ly/SpringerItunes","streamable":true,"downloadable":false,"genre":"","release":"","purchase_url":"http://bit.ly/SpringerItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
164
|
+
Decent","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Crookers
|
165
|
+
- Springer feat. Neoteric \u0026 Wax Motif","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52325688","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
166
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/1-crookers-springer","artwork_url":"https://i1.sndcdn.com/artworks-000026413980-ikhwdi-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/YeIado2s82gT_m.png","stream_url":"https://api.soundcloud.com/tracks/52325688/stream","playback_count":3363,"download_count":0,"favoritings_count":111,"comment_count":24,"attachments_uri":"https://api.soundcloud.com/tracks/52325688/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
167
|
+
07:52:16 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
168
|
+
07:50:43 +0000","origin":{"kind":"track","id":52326645,"created_at":"2012/07/10
|
169
|
+
01:01:26 +0000","user_id":14730,"duration":312177,"commentable":true,"state":"finished","original_content_size":13306920,"sharing":"public","tag_list":"","permalink":"crookers-springer-we-dont","description":"Purchase
|
170
|
+
On Itunes: http://bit.ly/SpringerItunes\r\n\r\nSpringer off Crookers 2011
|
171
|
+
album Dr.Gonzo is next in line to get the remix EP treatment. Produced alongside
|
172
|
+
Waxmotif \u0026 Neoteric, Springer has been a staple in DJ sets across the
|
173
|
+
world with its bouncy synths and percussion. Crookers have enlisted 7 producers
|
174
|
+
to have their hand at transforming Springer to fit any dancefloor.","streamable":true,"downloadable":false,"genre":"","release":"MAD-177","purchase_url":"http://bit.ly/SpringerItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
175
|
+
Decent","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Crookers
|
176
|
+
- Springer feat. Neoteric \u0026 Wax Motif (We Don''t Belong In Pacha Remix)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52326645","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
177
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/crookers-springer-we-dont","artwork_url":"https://i1.sndcdn.com/artworks-000026399421-3iyuz8-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/sXZlIbCyHRu5_m.png","stream_url":"https://api.soundcloud.com/tracks/52326645/stream","playback_count":1619,"download_count":0,"favoritings_count":42,"comment_count":6,"attachments_uri":"https://api.soundcloud.com/tracks/52326645/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
178
|
+
07:50:43 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
179
|
+
07:50:17 +0000","origin":{"kind":"track","id":52326644,"created_at":"2012/07/10
|
180
|
+
01:01:26 +0000","user_id":14730,"duration":256045,"commentable":true,"state":"finished","original_content_size":11062488,"sharing":"public","tag_list":"","permalink":"crookers-springer-wax-motif","description":"Purchase
|
181
|
+
On Itunes: http://bit.ly/SpringerItunes\r\n\r\nSpringer off Crookers 2011
|
182
|
+
album Dr.Gonzo is next in line to get the remix EP treatment. Produced alongside
|
183
|
+
Waxmotif \u0026 Neoteric, Springer has been a staple in DJ sets across the
|
184
|
+
world with its bouncy synths and percussion. Crookers have enlisted 7 producers
|
185
|
+
to have their hand at transforming Springer to fit any dancefloor.","streamable":true,"downloadable":false,"genre":"","release":"MAD-177","purchase_url":"http://bit.ly/SpringerItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
186
|
+
Decent","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Crookers
|
187
|
+
- Springer feat. Neoteric \u0026 Wax Motif (Wax Motif \u0026 Neoteric Ode
|
188
|
+
To Jerry Remix)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52326644","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
189
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/crookers-springer-wax-motif","artwork_url":"https://i1.sndcdn.com/artworks-000026399421-3iyuz8-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/hxLEqKmbPkGp_m.png","stream_url":"https://api.soundcloud.com/tracks/52326644/stream","playback_count":1673,"download_count":0,"favoritings_count":30,"comment_count":5,"attachments_uri":"https://api.soundcloud.com/tracks/52326644/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
190
|
+
07:50:17 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
191
|
+
07:49:27 +0000","origin":{"kind":"track","id":52326651,"created_at":"2012/07/10
|
192
|
+
01:01:27 +0000","user_id":14730,"duration":259076,"commentable":true,"state":"finished","original_content_size":11183673,"sharing":"public","tag_list":"","permalink":"crookers-springer-john-roman","description":"Purchase
|
193
|
+
on Itunes: http://bit.ly/SpringerItunes\r\n\r\nSpringer off Crookers 2011
|
194
|
+
album Dr.Gonzo is next in line to get the remix EP treatment. Produced alongside
|
195
|
+
Waxmotif \u0026 Neoteric, Springer has been a staple in DJ sets across the
|
196
|
+
world with its bouncy synths and percussion. Crookers have enlisted 7 producers
|
197
|
+
to have their hand at transforming Springer to fit any dancefloor.","streamable":true,"downloadable":false,"genre":"","release":"MAD-177","purchase_url":"http://bit.ly/SpringerItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
198
|
+
Decent","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Crookers
|
199
|
+
- Springer feat. Neoteric \u0026 Wax Motif (John Roman Remix)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52326651","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
200
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/crookers-springer-john-roman","artwork_url":"https://i1.sndcdn.com/artworks-000026399421-3iyuz8-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/0oLcn59bK1k7_m.png","stream_url":"https://api.soundcloud.com/tracks/52326651/stream","playback_count":949,"download_count":0,"favoritings_count":31,"comment_count":6,"attachments_uri":"https://api.soundcloud.com/tracks/52326651/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
201
|
+
07:49:27 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
202
|
+
07:48:16 +0000","origin":{"kind":"track","id":52326650,"created_at":"2012/07/10
|
203
|
+
01:01:27 +0000","user_id":14730,"duration":220296,"commentable":true,"state":"finished","original_content_size":9633055,"sharing":"public","tag_list":"","permalink":"crookers-springer-depressed","description":"Purchase
|
204
|
+
on Itunes: http://bit.ly/SpringerItunes\r\nSpringer off Crookers 2011 album
|
205
|
+
Dr.Gonzo is next in line to get the remix EP treatment. Produced alongside
|
206
|
+
Waxmotif \u0026 Neoteric, Springer has been a staple in DJ sets across the
|
207
|
+
world with its bouncy synths and percussion. Crookers have enlisted 7 producers
|
208
|
+
to have their hand at transforming Springer to fit any dancefloor.","streamable":true,"downloadable":false,"genre":"","release":"MAD-177","purchase_url":"http://bit.ly/SpringerItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
209
|
+
Decent","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Crookers
|
210
|
+
- Springer feat. Neoteric \u0026 Wax Motif (Depressed Buttons Diet Remix)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52326650","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
211
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/crookers-springer-depressed","artwork_url":"https://i1.sndcdn.com/artworks-000026399421-3iyuz8-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/rBWcDJAMMexR_m.png","stream_url":"https://api.soundcloud.com/tracks/52326650/stream","playback_count":975,"download_count":0,"favoritings_count":16,"comment_count":3,"attachments_uri":"https://api.soundcloud.com/tracks/52326650/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
212
|
+
07:48:16 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
213
|
+
07:47:42 +0000","origin":{"kind":"track","id":52326649,"created_at":"2012/07/10
|
214
|
+
01:01:27 +0000","user_id":14730,"duration":281941,"commentable":true,"state":"finished","original_content_size":12097961,"sharing":"public","tag_list":"","permalink":"crookers-springer-adam-bozetto","description":"Purchase
|
215
|
+
On Itunes: http://bit.ly/SpringerItunes\r\n\r\nSpringer off Crookers 2011
|
216
|
+
album Dr.Gonzo is next in line to get the remix EP treatment. Produced alongside
|
217
|
+
Waxmotif \u0026 Neoteric, Springer has been a staple in DJ sets across the
|
218
|
+
world with its bouncy synths and percussion. Crookers have enlisted 7 producers
|
219
|
+
to have their hand at transforming Springer to fit any dancefloor.","streamable":true,"downloadable":false,"genre":"","release":"MAD-177","purchase_url":"http://bit.ly/SpringerItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
220
|
+
Decent","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Crookers
|
221
|
+
- Springer feat. Neoteric \u0026 Wax Motif (Adam Bozetto Remix)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52326649","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
222
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/crookers-springer-adam-bozetto","artwork_url":"https://i1.sndcdn.com/artworks-000026399421-3iyuz8-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/T58JrSnCjQjr_m.png","stream_url":"https://api.soundcloud.com/tracks/52326649/stream","playback_count":898,"download_count":0,"favoritings_count":19,"comment_count":2,"attachments_uri":"https://api.soundcloud.com/tracks/52326649/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
223
|
+
07:47:42 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
224
|
+
07:47:14 +0000","origin":{"kind":"track","id":52326648,"created_at":"2012/07/10
|
225
|
+
01:01:27 +0000","user_id":14730,"duration":270312,"commentable":true,"state":"finished","original_content_size":11632981,"sharing":"public","tag_list":"","permalink":"crookers-springer-nom-de-strip","description":"Purchase
|
226
|
+
on Itunes: http://bit.ly/SpringerItunes\r\nSpringer off Crookers 2011 album
|
227
|
+
Dr.Gonzo is next in line to get the remix EP treatment. Produced alongside
|
228
|
+
Waxmotif \u0026 Neoteric, Springer has been a staple in DJ sets across the
|
229
|
+
world with its bouncy synths and percussion. Crookers have enlisted 7 producers
|
230
|
+
to have their hand at transforming Springer to fit any dancefloor.","streamable":true,"downloadable":false,"genre":"","release":"MAD-177","purchase_url":"http://bit.ly/SpringerItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
231
|
+
Decent","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Crookers
|
232
|
+
- Springer feat. Neoteric \u0026 Wax Motif (Nom De Strip remix)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52326648","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
233
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/crookers-springer-nom-de-strip","artwork_url":"https://i1.sndcdn.com/artworks-000026399421-3iyuz8-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/P3mTJjuJoIFW_m.png","stream_url":"https://api.soundcloud.com/tracks/52326648/stream","playback_count":1182,"download_count":0,"favoritings_count":56,"comment_count":4,"attachments_uri":"https://api.soundcloud.com/tracks/52326648/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
234
|
+
07:47:14 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
235
|
+
07:46:49 +0000","origin":{"kind":"track","id":52326646,"created_at":"2012/07/10
|
236
|
+
01:01:27 +0000","user_id":14730,"duration":249302,"commentable":true,"state":"finished","original_content_size":10792876,"sharing":"public","tag_list":"","permalink":"crookers-springer-nacey-remix","description":"Purchase
|
237
|
+
on Itunes: http://bit.ly/SpringerItunes\r\n\r\nSpringer off Crookers 2011
|
238
|
+
album Dr.Gonzo is next in line to get the remix EP treatment. Produced alongside
|
239
|
+
Waxmotif \u0026 Neoteric, Springer has been a staple in DJ sets across the
|
240
|
+
world with its bouncy synths and percussion. Crookers have enlisted 7 producers
|
241
|
+
to have their hand at transforming Springer to fit any dancefloor.","streamable":true,"downloadable":false,"genre":"","release":"MAD-177","purchase_url":"http://bit.ly/SpringerItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
242
|
+
Decent","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Crookers
|
243
|
+
- Springer feat. Neoteric \u0026 Wax Motif (Nacey Remix)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52326646","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
244
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/crookers-springer-nacey-remix","artwork_url":"https://i1.sndcdn.com/artworks-000026399421-3iyuz8-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/RTW1W8eGsDO4_m.png","stream_url":"https://api.soundcloud.com/tracks/52326646/stream","playback_count":1171,"download_count":0,"favoritings_count":31,"comment_count":6,"attachments_uri":"https://api.soundcloud.com/tracks/52326646/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
245
|
+
07:46:49 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
246
|
+
07:29:25 +0000","origin":{"track":{"id":51148217,"permalink":"dj-weekly-podcast-the-bloody","title":"DJ
|
247
|
+
Weekly Podcast: Sir Bob Cornelius Rifo aka The Bloody Beetroots","user_id":45274,"kind":"track","uri":"https://api.soundcloud.com/tracks/51148217","user_uri":"https://api.soundcloud.com/users/45274","permalink_url":"http://soundcloud.com/djmag/dj-weekly-podcast-the-bloody","stream_url":"https://api.soundcloud.com/tracks/51148217/stream","artwork_url":"https://i1.sndcdn.com/artworks-000025787992-jorznr-large.jpg?34f5d10"},"user":{"id":145000,"kind":"user","permalink":"thebloodybeetroots","username":"thebloodybeetroots","uri":"https://api.soundcloud.com/users/145000","permalink_url":"http://soundcloud.com/thebloodybeetroots","avatar_url":"https://i1.sndcdn.com/avatars-000014179174-659rr9-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"playlist","created_at":"2012/07/10
|
248
|
+
07:29:19 +0000","origin":{"kind":"playlist","id":2209437,"created_at":"2012/07/10
|
249
|
+
01:06:53 +0000","user_id":14730,"duration":525860,"sharing":"public","tag_list":"Rusko
|
250
|
+
Thunder Tantrum Desire Mad Decent","permalink":"rusko-thunder","description":"Purchase
|
251
|
+
on Itunes: http://bit.ly/ThunderItunes\r\n\r\nWe''re excited to announce the
|
252
|
+
next single \"Thunder feat. Bonnie McKee\" off Rusko''s new album SONGS out
|
253
|
+
July 10th! With its stadium sized synths and high flying chorus provided by
|
254
|
+
US songwriter Bonnie Mckee, Thunder stands to be one of this summers biggest
|
255
|
+
anthems. Along with the single London based DnB producers Tantrum Desire come
|
256
|
+
through with the remix for the B-side.","streamable":true,"downloadable":false,"genre":"","release":"MAD-160
|
257
|
+
","purchase_url":"http://bit.ly/ThunderItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
258
|
+
Decent","type":"ep single","playlist_type":"ep single","ean":"","title":"Rusko
|
259
|
+
- Thunder","release_year":2012,"release_month":7,"release_day":10,"license":"all-rights-reserved","uri":"https://api.soundcloud.com/playlists/2209437","permalink_url":"http://soundcloud.com/maddecent/sets/rusko-thunder","artwork_url":"https://i1.sndcdn.com/artworks-000026399900-a82sb9-large.jpg?34f5d10","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
260
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"tracks_uri":"https://api.soundcloud.com/playlists/2209437/tracks","sharing_note":{"text":"","created_at":"2012/07/10
|
261
|
+
07:29:19 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
262
|
+
07:27:50 +0000","origin":{"kind":"track","id":52327238,"created_at":"2012/07/10
|
263
|
+
01:06:53 +0000","user_id":14730,"duration":295321,"commentable":true,"state":"finished","original_content_size":12831872,"sharing":"public","tag_list":"Tantrum
|
264
|
+
Desire Rusko Thunder Songs","permalink":"2-rusko-thunder-tantrum-desire","description":"Purchase
|
265
|
+
on Itunes: http://bit.ly/ThunderItunes\r\n\r\nWe''re excited to announce the
|
266
|
+
next single \"Thunder feat. Bonnie McKee\" off Rusko''s new album SONGS out
|
267
|
+
July 10th! With its stadium sized synths and high flying chorus provided by
|
268
|
+
US songwriter Bonnie Mckee, Thunder stands to be one of this summers biggest
|
269
|
+
anthems. Along with the single London based DnB producers Tantrum Desire come
|
270
|
+
through with the remix for the B-side.","streamable":true,"downloadable":false,"genre":"DnB","release":"MAD-160
|
271
|
+
","purchase_url":"http://bit.ly/ThunderItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
272
|
+
Decent","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":null,"title":"Rusko
|
273
|
+
- Thunder (Tantrum Desire Remix)","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52327238","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
274
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/2-rusko-thunder-tantrum-desire","artwork_url":"https://i1.sndcdn.com/artworks-000026399900-a82sb9-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/uS7fSvay4Lyb_m.png","stream_url":"https://api.soundcloud.com/tracks/52327238/stream","playback_count":3940,"download_count":0,"favoritings_count":231,"comment_count":39,"attachments_uri":"https://api.soundcloud.com/tracks/52327238/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
275
|
+
07:27:50 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
276
|
+
07:27:10 +0000","origin":{"kind":"track","id":52327237,"created_at":"2012/07/10
|
277
|
+
01:06:53 +0000","user_id":14730,"duration":230539,"commentable":true,"state":"finished","original_content_size":10241548,"sharing":"public","tag_list":"Rusko
|
278
|
+
mad decent thunder SONGS","permalink":"1-rusko-thunder","description":"Purchase
|
279
|
+
on Itunes: http://bit.ly/ThunderItunes\r\n\r\nWe''re excited to announce the
|
280
|
+
next single \"Thunder feat. Bonnie McKee\" off Rusko''s new album SONGS out
|
281
|
+
July 10th! With its stadium sized synths and high flying chorus provided by
|
282
|
+
US songwriter Bonnie Mckee, Thunder stands to be one of this summers biggest
|
283
|
+
anthems. Along with the single London based DnB producers Tantrum Desire come
|
284
|
+
through with the remix for the B-side.","streamable":true,"downloadable":false,"genre":"Dubstep","release":"MAD-160
|
285
|
+
","purchase_url":"http://bit.ly/ThunderItunes","purchase_title":null,"label_id":null,"label_name":"Mad
|
286
|
+
Decent","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":null,"title":"Rusko
|
287
|
+
- Thunder","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52327237","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
|
288
|
+
Decent","uri":"https://api.soundcloud.com/users/14730","permalink_url":"http://soundcloud.com/maddecent","avatar_url":"https://i1.sndcdn.com/avatars-000011540326-y85ixd-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/maddecent/1-rusko-thunder","artwork_url":"https://i1.sndcdn.com/artworks-000026399900-a82sb9-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/JbmokyBkGCIS_m.png","stream_url":"https://api.soundcloud.com/tracks/52327237/stream","playback_count":4785,"download_count":0,"favoritings_count":180,"comment_count":35,"attachments_uri":"https://api.soundcloud.com/tracks/52327237/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
289
|
+
07:27:10 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
290
|
+
06:12:13 +0000","origin":{"track":{"id":38853474,"permalink":"am-sounds-rendezvous-dj-set-1","title":"AM
|
291
|
+
Sounds - Rendezvous! DJ Set - January, 2012","user_id":52599,"kind":"track","uri":"https://api.soundcloud.com/tracks/38853474","user_uri":"https://api.soundcloud.com/users/52599","permalink_url":"http://soundcloud.com/amsounds/am-sounds-rendezvous-dj-set-1","stream_url":"https://api.soundcloud.com/tracks/38853474/stream","artwork_url":"https://i1.sndcdn.com/artworks-000019483363-ckior3-large.jpg?34f5d10"},"user":{"id":2879548,"kind":"user","permalink":"jstnw","username":"jstreet","uri":"https://api.soundcloud.com/users/2879548","permalink_url":"http://soundcloud.com/jstnw","avatar_url":"https://i1.sndcdn.com/avatars-000006763043-urg7lt-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/10
|
292
|
+
03:37:54 +0000","origin":{"track":{"id":52309525,"permalink":"reverb-rock-the-sandman","title":"REverb
|
293
|
+
Rock - The Sandman (Click BUY for freebee)","user_id":1872385,"kind":"track","uri":"https://api.soundcloud.com/tracks/52309525","user_uri":"https://api.soundcloud.com/users/1872385","permalink_url":"http://soundcloud.com/reverbrock/reverb-rock-the-sandman","stream_url":"https://api.soundcloud.com/tracks/52309525/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026390714-zfmkbb-large.jpg?34f5d10"},"user":{"id":2879548,"kind":"user","permalink":"jstnw","username":"jstreet","uri":"https://api.soundcloud.com/users/2879548","permalink_url":"http://soundcloud.com/jstnw","avatar_url":"https://i1.sndcdn.com/avatars-000006763043-urg7lt-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"playlist","created_at":"2012/07/10
|
294
|
+
01:37:33 +0000","origin":{"kind":"playlist","id":2154601,"created_at":"2012/06/25
|
295
|
+
18:37:49 +0000","user_id":527845,"duration":3547277,"sharing":"public","tag_list":"","permalink":"de","description":"Debo
|
296
|
+
Band on Next Ambiance / Sub Pop : http://www.subpop.com/artists/debo_band","streamable":true,"downloadable":false,"genre":"","release":"SBL-72003
|
297
|
+
","purchase_url":"http://www.subpop.com/releases/debo_band/full_lengths/debo_band","purchase_title":null,"label_id":null,"label_name":"Next
|
298
|
+
Ambiance / Sub Pop","type":"album","playlist_type":"album","ean":"","title":"Debo
|
299
|
+
Band - Debo Band","release_year":2012,"release_month":7,"release_day":10,"license":"all-rights-reserved","uri":"https://api.soundcloud.com/playlists/2154601","permalink_url":"http://soundcloud.com/subpop/sets/de","artwork_url":"https://i1.sndcdn.com/artworks-000025631015-13o2ky-large.jpg?34f5d10","embeddable_by":"all","user":{"id":527845,"kind":"user","permalink":"subpop","username":"subpop","uri":"https://api.soundcloud.com/users/527845","permalink_url":"http://soundcloud.com/subpop","avatar_url":"https://i1.sndcdn.com/avatars-000001573218-k3suh1-large.jpg?34f5d10"},"tracks_uri":"https://api.soundcloud.com/playlists/2154601/tracks","sharing_note":{"text":"","created_at":"2012/07/10
|
300
|
+
01:37:33 +0000"}},"tags":"affiliated"},{"type":"playlist","created_at":"2012/07/10
|
301
|
+
01:35:36 +0000","origin":{"kind":"playlist","id":2154462,"created_at":"2012/06/25
|
302
|
+
18:00:02 +0000","user_id":527845,"duration":2856570,"sharing":"public","tag_list":"","permalink":"husky-forever-so","description":"Husky
|
303
|
+
on Sub Pop http://www.subpop.com/artists/husky","streamable":true,"downloadable":false,"genre":"","release":"SP999","purchase_url":"http://www.subpop.com/releases/husky/full_lengths/forever_so","purchase_title":"buy
|
304
|
+
at subpop.com","label_id":null,"label_name":"Sub Pop ","type":"album","playlist_type":"album","ean":"","title":"Husky
|
305
|
+
- Forever So","release_year":2012,"release_month":7,"release_day":10,"license":"all-rights-reserved","uri":"https://api.soundcloud.com/playlists/2154462","permalink_url":"http://soundcloud.com/subpop/sets/husky-forever-so","artwork_url":"https://i1.sndcdn.com/artworks-000025629172-222j3k-large.jpg?34f5d10","embeddable_by":"all","user":{"id":527845,"kind":"user","permalink":"subpop","username":"subpop","uri":"https://api.soundcloud.com/users/527845","permalink_url":"http://soundcloud.com/subpop","avatar_url":"https://i1.sndcdn.com/avatars-000001573218-k3suh1-large.jpg?34f5d10"},"tracks_uri":"https://api.soundcloud.com/playlists/2154462/tracks","sharing_note":{"text":"","created_at":"2012/07/10
|
306
|
+
01:35:36 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
307
|
+
01:31:02 +0000","origin":{"kind":"track","id":50236432,"created_at":"2012/06/19
|
308
|
+
23:05:48 +0000","user_id":527845,"duration":257821,"commentable":true,"state":"finished","original_content_size":6194428,"sharing":"public","tag_list":"","permalink":"husky-tidal-wave","description":"Husky''s
|
309
|
+
Sub Pop Page http://www.subpop.com/artists/husky","streamable":true,"downloadable":true,"genre":"","release":"SP999","purchase_url":"http://www.subpop.com/releases/husky/full_lengths/forever_so","purchase_title":"Buy
|
310
|
+
Sub Pop","label_id":null,"label_name":"Sub Pop ","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":null,"title":"Husky
|
311
|
+
- Tidal Wave","release_year":2012,"release_month":7,"release_day":10,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/50236432","embeddable_by":"all","user":{"id":527845,"kind":"user","permalink":"subpop","username":"subpop","uri":"https://api.soundcloud.com/users/527845","permalink_url":"http://soundcloud.com/subpop","avatar_url":"https://i1.sndcdn.com/avatars-000001573218-k3suh1-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/subpop/husky-tidal-wave","artwork_url":"https://i1.sndcdn.com/artworks-000025324128-82kjlg-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/6DWUzRH5Or0j_m.png","stream_url":"https://api.soundcloud.com/tracks/50236432/stream","download_url":"https://api.soundcloud.com/tracks/50236432/download","playback_count":645,"download_count":39,"favoritings_count":56,"comment_count":7,"attachments_uri":"https://api.soundcloud.com/tracks/50236432/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
312
|
+
01:31:02 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/10
|
313
|
+
00:07:11 +0000","origin":{"kind":"track","id":52322236,"created_at":"2012/07/10
|
314
|
+
00:07:11 +0000","user_id":375,"duration":313719,"commentable":true,"state":"finished","original_content_size":12544056,"sharing":"public","tag_list":"\"midnight
|
315
|
+
magic\" panama \"future classic\" disco \"nu disco\" free download mp3 mediafire
|
316
|
+
zippy australian remix","permalink":"panama-magic-midnight-magic","description":"Future
|
317
|
+
Classic is excited to announce a new signing - a new band to emerge from Sydney''s
|
318
|
+
bubbling live music scene lead by Jarrah McCleary called Panama.\r\n\r\nA
|
319
|
+
classically trained pianist from the age of six, Jarrah McCleary grew up in
|
320
|
+
the sticky heat of the Northern Territory. \u00a0His previous project, The
|
321
|
+
Dirty Secrets saw the band working between Australia and London with iconic
|
322
|
+
producer and engineer, Nick Terry (Klaxons, Libertines).\r\n\r\nThe first
|
323
|
+
single from Panama is Magic, a modern summer anthem and something sure to
|
324
|
+
warm you up if you''re stuck in winter. Magic was produced and mixed in Los
|
325
|
+
Angeles by Eric Broucek of DFA fame (Holy Ghost, Eleanor Friedberger, !!!)
|
326
|
+
and will be released on vinyl with remixes by Permanent Vacation regulars
|
327
|
+
Midnight Magic (you might of spotted their remix in The Magician''s Magictape
|
328
|
+
24) and DFA heavyweight Gavin Russom (LCD Soundsystem \u0026 The Crystal Ark).
|
329
|
+
Magic has been picking up lots of love from Australian radio too with triple
|
330
|
+
j and community radio already getting behind it.\r\n\r\nPanama''s live show
|
331
|
+
is already a huge hit having supported Dappled Cities, Parachute Youth and
|
332
|
+
Elizabeth Rose (recorded for Live Feed on FBi 94.5). If you want to catch
|
333
|
+
Panama''s stellar live show in the flesh they''ll be supporting Van She in
|
334
|
+
Melbourne and Sydney as well as playing UNSW Roundhouse and supporting Northeast
|
335
|
+
Party House at Goodgod Small Club in July.","streamable":true,"downloadable":true,"genre":"DISCO","release":"FCL74","purchase_url":"http://www.beatport.com/release/magic/939494","purchase_title":null,"label_id":null,"label_name":"Future
|
336
|
+
Classic","isrc":"","video_url":null,"track_type":"remix","key_signature":"","bpm":null,"title":"Panama
|
337
|
+
- Magic (Midnight Magic Remix)","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52322236","embeddable_by":"all","user":{"id":375,"kind":"user","permalink":"futureclassic","username":"future
|
338
|
+
classic","uri":"https://api.soundcloud.com/users/375","permalink_url":"http://soundcloud.com/futureclassic","avatar_url":"https://i1.sndcdn.com/avatars-000000626874-7m6d4s-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/futureclassic/panama-magic-midnight-magic","artwork_url":"https://i1.sndcdn.com/artworks-000026397311-tuaa7a-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/Gvh2BuDnx015_m.png","stream_url":"https://api.soundcloud.com/tracks/52322236/stream","download_url":"https://api.soundcloud.com/tracks/52322236/download","playback_count":5002,"download_count":1014,"favoritings_count":321,"comment_count":46,"attachments_uri":"https://api.soundcloud.com/tracks/52322236/attachments","sharing_note":{"text":"","created_at":"2012/07/10
|
339
|
+
00:07:11 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/09
|
340
|
+
22:04:47 +0000","origin":{"track":{"id":52309342,"permalink":"007-jolly-motor-jam-tiago","title":"007
|
341
|
+
Jolly Motor Jam Tiago","user_id":469201,"kind":"track","uri":"https://api.soundcloud.com/tracks/52309342","user_uri":"https://api.soundcloud.com/users/469201","permalink_url":"http://soundcloud.com/jolly-jams/007-jolly-motor-jam-tiago","stream_url":"https://api.soundcloud.com/tracks/52309342/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026391105-qyfw62-large.jpg?34f5d10"},"user":{"id":38691,"kind":"user","permalink":"alkalino","username":"Alkalino","uri":"https://api.soundcloud.com/users/38691","permalink_url":"http://soundcloud.com/alkalino","avatar_url":"https://i1.sndcdn.com/avatars-000017581300-0m35qz-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/09
|
342
|
+
20:45:56 +0000","origin":{"track":{"id":52291443,"permalink":"dead-house-society-chapter-two","title":"Dead
|
343
|
+
House Society - Chapter two - 1991","user_id":15302157,"kind":"track","uri":"https://api.soundcloud.com/tracks/52291443","user_uri":"https://api.soundcloud.com/users/15302157","permalink_url":"http://soundcloud.com/deadhousesociety/dead-house-society-chapter-two","stream_url":"https://api.soundcloud.com/tracks/52291443/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026381231-dptmbe-large.jpg?34f5d10"},"user":{"id":38691,"kind":"user","permalink":"alkalino","username":"Alkalino","uri":"https://api.soundcloud.com/users/38691","permalink_url":"http://soundcloud.com/alkalino","avatar_url":"https://i1.sndcdn.com/avatars-000017581300-0m35qz-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/09
|
344
|
+
20:00:31 +0000","origin":{"track":{"id":49221869,"permalink":"locussolus-berghain-release","title":"Locussolus
|
345
|
+
- Berghain (Out now on vinyl - Digital coming soon)","user_id":417007,"kind":"track","uri":"https://api.soundcloud.com/tracks/49221869","user_uri":"https://api.soundcloud.com/users/417007","permalink_url":"http://soundcloud.com/international-feel/locussolus-berghain-release","stream_url":"https://api.soundcloud.com/tracks/49221869/stream","artwork_url":"https://i1.sndcdn.com/artworks-000024805399-n7cop4-large.jpg?34f5d10"},"user":{"id":166962,"kind":"user","permalink":"inhead-kay","username":"Inhead-Kay","uri":"https://api.soundcloud.com/users/166962","permalink_url":"http://soundcloud.com/inhead-kay","avatar_url":"https://i1.sndcdn.com/avatars-000014600664-5orxkk-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/09
|
346
|
+
19:55:01 +0000","origin":{"kind":"track","id":51907361,"created_at":"2012/07/05
|
347
|
+
22:02:32 +0000","user_id":590901,"duration":1458683,"commentable":true,"state":"finished","original_content_size":58327165,"sharing":"public","tag_list":"yee
|
348
|
+
djs mix 2012 Zebra Katz Soomun Sepehr Hot Chip MAM para one kindness zdar
|
349
|
+
Sinjin Hawke bag raiders theophilus l london brodinski summer Slagsmalsklubben","permalink":"yelle-djs-2012-summer-mix","description":"1.
|
350
|
+
Zebra Katz - Ima Read (ft. Njena Reddd Foxxx)\r\n2. Solomun - Daddy''s Jam\r\n3.
|
351
|
+
Sepehr - Apple Bottoms\r\n(#2 again)\r\n4. Hot Chip - Night and Day\r\n5.
|
352
|
+
MAM - Modern Heat\r\n\u202a6. Theophilus London - Last Name London (Brodinski
|
353
|
+
Remix)\u202c\r\n7. Bag Raiders - Snake Charmer\r\n8. Slagsmalsklubben - Jake
|
354
|
+
Blood (Tony Senghore Remix)\r\n\u202a9. Sinjin Hawke - Crystal Dust\u202c\r\n10.
|
355
|
+
Para One - Every Little Thing\r\n11. Kindness - SEOD (Zdar Dub Mix)","streamable":true,"downloadable":true,"genre":"","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"YELLE
|
356
|
+
DJS - 2012 summer mix","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51907361","embeddable_by":"all","user":{"id":590901,"kind":"user","permalink":"yelle","username":"YELLE","uri":"https://api.soundcloud.com/users/590901","permalink_url":"http://soundcloud.com/yelle","avatar_url":"https://i1.sndcdn.com/avatars-000001025677-j1kqhl-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/yelle/yelle-djs-2012-summer-mix","artwork_url":"https://i1.sndcdn.com/artworks-000026183775-6xqo3n-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/9gpzXmf9lZXN_m.png","stream_url":"https://api.soundcloud.com/tracks/51907361/stream","download_url":"https://api.soundcloud.com/tracks/51907361/download","playback_count":3691,"download_count":492,"favoritings_count":173,"comment_count":24,"attachments_uri":"https://api.soundcloud.com/tracks/51907361/attachments","sharing_note":{"text":"","created_at":"2012/07/09
|
357
|
+
19:55:01 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/09
|
358
|
+
19:53:17 +0000","origin":{"track":{"id":49221536,"permalink":"locussolus-telephone-release","title":"Locussolus
|
359
|
+
- Telephone\u00a0(Out now on vinyl - Digital coming soon)","user_id":417007,"kind":"track","uri":"https://api.soundcloud.com/tracks/49221536","user_uri":"https://api.soundcloud.com/users/417007","permalink_url":"http://soundcloud.com/international-feel/locussolus-telephone-release","stream_url":"https://api.soundcloud.com/tracks/49221536/stream","artwork_url":"https://i1.sndcdn.com/artworks-000024805229-7534xj-large.jpg?34f5d10"},"user":{"id":166962,"kind":"user","permalink":"inhead-kay","username":"Inhead-Kay","uri":"https://api.soundcloud.com/users/166962","permalink_url":"http://soundcloud.com/inhead-kay","avatar_url":"https://i1.sndcdn.com/avatars-000014600664-5orxkk-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/09
|
360
|
+
17:39:37 +0000","origin":{"track":{"id":52254400,"permalink":"coco-lopez-free-download","title":"Coco
|
361
|
+
Lopez *FREE DOWNLOAD*","user_id":440908,"kind":"track","uri":"https://api.soundcloud.com/tracks/52254400","user_uri":"https://api.soundcloud.com/users/440908","permalink_url":"http://soundcloud.com/djyorker/coco-lopez-free-download","stream_url":"https://api.soundcloud.com/tracks/52254400/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026361888-wcjbrc-large.jpg?34f5d10"},"user":{"id":3039,"kind":"user","permalink":"top-billin","username":"TOPBILLIN","uri":"https://api.soundcloud.com/users/3039","permalink_url":"http://soundcloud.com/top-billin","avatar_url":"https://i1.sndcdn.com/avatars-000000023940-3rl4sy-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/09
|
362
|
+
15:54:47 +0000","origin":{"track":{"id":49460067,"permalink":"7-hiawatha-caring-less-and","title":"[7]
|
363
|
+
Hiawatha - Caring Less and Less to See and Know You","user_id":18583897,"kind":"track","uri":"https://api.soundcloud.com/tracks/49460067","user_uri":"https://api.soundcloud.com/users/18583897","permalink_url":"http://soundcloud.com/hiawatha-music/7-hiawatha-caring-less-and","stream_url":"https://api.soundcloud.com/tracks/49460067/stream"},"user":{"id":493912,"kind":"user","permalink":"jokers-of-the-scene","username":"Jokers
|
364
|
+
of the Scene","uri":"https://api.soundcloud.com/users/493912","permalink_url":"http://soundcloud.com/jokers-of-the-scene","avatar_url":"https://i1.sndcdn.com/avatars-000008002700-6ipail-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/09
|
365
|
+
13:33:32 +0000","origin":{"kind":"track","id":52260399,"created_at":"2012/07/09
|
366
|
+
13:33:32 +0000","user_id":38691,"duration":397238,"commentable":true,"state":"finished","original_content_size":70030844,"sharing":"public","tag_list":"","permalink":"radiators-i-am-sure-alkalino","description":"I
|
367
|
+
know its cool to like funk or soul but not italo disco, still i do.\r\nIf
|
368
|
+
you like this dont forget to leave a comment, cheers!","streamable":true,"downloadable":true,"genre":"ITALO
|
369
|
+
DISCO","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Radiators
|
370
|
+
- I Am Sure (Alkalino rework)","release_year":null,"release_month":null,"release_day":null,"original_format":"wav","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52260399","embeddable_by":"all","user":{"id":38691,"kind":"user","permalink":"alkalino","username":"Alkalino","uri":"https://api.soundcloud.com/users/38691","permalink_url":"http://soundcloud.com/alkalino","avatar_url":"https://i1.sndcdn.com/avatars-000017581300-0m35qz-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/alkalino/radiators-i-am-sure-alkalino","artwork_url":"https://i1.sndcdn.com/artworks-000026364652-o72cw0-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/Y7wJ50v0JdTt_m.png","stream_url":"https://api.soundcloud.com/tracks/52260399/stream","download_url":"https://api.soundcloud.com/tracks/52260399/download","playback_count":491,"download_count":100,"favoritings_count":31,"comment_count":13,"attachments_uri":"https://api.soundcloud.com/tracks/52260399/attachments","sharing_note":{"text":"","created_at":"2012/07/09
|
371
|
+
13:33:32 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/09
|
372
|
+
12:47:22 +0000","origin":{"kind":"track","id":52257334,"created_at":"2012/07/09
|
373
|
+
12:47:22 +0000","user_id":580750,"duration":4329170,"commentable":true,"state":"finished","original_content_size":173416042,"sharing":"public","tag_list":"The
|
374
|
+
C90s July Chart Mix","permalink":"july-chart-mix","description":"Scuola Furano
|
375
|
+
- Beep Pop\r\nRayko - Sexy Sassy\r\nRahni Harris - Six Million Steps (KGO
|
376
|
+
Edit)\r\nDebonair - NSW Stomp\r\nJan Driver - Peaker (Action Flower Rework)\r\nAlden
|
377
|
+
Tyrell ft. Mike Dunn - Touch The Sky\r\nGossip - Move In The Right Direction
|
378
|
+
(Classixx Remix)\r\nDarko Kustura - Tricks On Memory\r\nDisco Dirtbox - Afro
|
379
|
+
Croisant\r\nGalactik Knights - One Day At A Time\r\nCassian - I Love It\r\nPeter
|
380
|
+
\u0026 The Magician - Memory (Club Mix)\r\nThe Love Supreme - Tangle Tinge\r\nMungolian
|
381
|
+
Jet Set - Smells Like Gasoline\r\nJori Hulkkonen as Third Culture - Options
|
382
|
+
(Arto Mwanbe Remix)\r\nBoska - Lungt","streamable":true,"downloadable":true,"genre":"Chart
|
383
|
+
Mix","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"recording","key_signature":"","bpm":null,"title":"July
|
384
|
+
Chart Mix","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52257334","embeddable_by":"all","user":{"id":580750,"kind":"user","permalink":"thec90s-1","username":"TheC90s","uri":"https://api.soundcloud.com/users/580750","permalink_url":"http://soundcloud.com/thec90s-1","avatar_url":"https://i1.sndcdn.com/avatars-000007440708-eb3etr-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/thec90s-1/july-chart-mix","artwork_url":"https://i1.sndcdn.com/artworks-000026363500-npq7d6-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/VgPjLlcffvg8_m.png","stream_url":"https://api.soundcloud.com/tracks/52257334/stream","download_url":"https://api.soundcloud.com/tracks/52257334/download","playback_count":1812,"download_count":369,"favoritings_count":192,"comment_count":35,"attachments_uri":"https://api.soundcloud.com/tracks/52257334/attachments","sharing_note":{"text":"","created_at":"2012/07/09
|
385
|
+
12:47:22 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/09
|
386
|
+
11:42:23 +0000","origin":{"kind":"track","id":52250895,"created_at":"2012/07/09
|
387
|
+
10:58:06 +0000","user_id":349011,"duration":258500,"commentable":true,"state":"finished","original_content_size":7235970,"sharing":"public","tag_list":"","permalink":"free-music-monday-london-town","description":"We
|
388
|
+
are such big fans of Man Like Me, they are such a hardworking band, their
|
389
|
+
live shows are insane and their tunes are super fun and steeped in all their
|
390
|
+
musical influences, garage, jungle, hardcore and more. This is a brilliantly
|
391
|
+
executed 2 step remix of their new single London Town. Download and spread
|
392
|
+
the word! x\r\n\r\nhttp://twitter.com/manlikeme\r\nhttp://soundcloud.com/man-like-me","streamable":true,"downloadable":true,"genre":"","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"FREE
|
393
|
+
MUSIC MONDAY: Man Like Me - London Town (Large Joints Remix)","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52250895","embeddable_by":"all","user":{"id":349011,"kind":"user","permalink":"annie-mac-presents","username":"Annie
|
394
|
+
Mac Presents","uri":"https://api.soundcloud.com/users/349011","permalink_url":"http://soundcloud.com/annie-mac-presents","avatar_url":"https://i1.sndcdn.com/avatars-000012589038-a3bak5-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/annie-mac-presents/free-music-monday-london-town","artwork_url":"https://i1.sndcdn.com/artworks-000026360016-w9lezj-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/ylowDG3Jm25z_m.png","stream_url":"https://api.soundcloud.com/tracks/52250895/stream","download_url":"https://api.soundcloud.com/tracks/52250895/download","playback_count":4284,"download_count":1018,"favoritings_count":142,"comment_count":20,"attachments_uri":"https://api.soundcloud.com/tracks/52250895/attachments","sharing_note":{"text":"","created_at":"2012/07/09
|
395
|
+
11:42:23 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/09
|
396
|
+
11:28:19 +0000","origin":{"kind":"track","id":52251793,"created_at":"2012/07/09
|
397
|
+
11:14:02 +0000","user_id":102594,"duration":702281,"commentable":true,"state":"finished","original_content_size":123821084,"sharing":"public","tag_list":"","permalink":"king-creosote-ankle-shackles","description":"From
|
398
|
+
the upcoming King Creosote EP ''To Deal With Things'', released on the 27th
|
399
|
+
of August 2012.","streamable":true,"downloadable":false,"genre":"Folk","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":null,"title":"King
|
400
|
+
Creosote - Ankle Shackles","release_year":null,"release_month":null,"release_day":null,"original_format":"wav","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52251793","embeddable_by":"all","user":{"id":102594,"kind":"user","permalink":"dominorecordco","username":"Domino
|
401
|
+
Record Co","uri":"https://api.soundcloud.com/users/102594","permalink_url":"http://soundcloud.com/dominorecordco","avatar_url":"https://i1.sndcdn.com/avatars-000000584933-5buci0-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/dominorecordco/king-creosote-ankle-shackles","artwork_url":"https://i1.sndcdn.com/artworks-000026360725-047ltw-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/sgTtw53s2ZCf_m.png","stream_url":"https://api.soundcloud.com/tracks/52251793/stream","playback_count":3605,"download_count":0,"favoritings_count":137,"comment_count":22,"attachments_uri":"https://api.soundcloud.com/tracks/52251793/attachments","sharing_note":{"text":"","created_at":"2012/07/09
|
402
|
+
11:28:19 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/09
|
403
|
+
11:07:08 +0000","origin":{"track":{"id":52001640,"permalink":"sweet-life","title":"Sweet
|
404
|
+
LIFE","user_id":1801482,"kind":"track","uri":"https://api.soundcloud.com/tracks/52001640","user_uri":"https://api.soundcloud.com/users/1801482","permalink_url":"http://soundcloud.com/frank-ocean/sweet-life","stream_url":"https://api.soundcloud.com/tracks/52001640/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026231171-yqygkz-large.jpg?34f5d10"},"user":{"id":3039,"kind":"user","permalink":"top-billin","username":"TOPBILLIN","uri":"https://api.soundcloud.com/users/3039","permalink_url":"http://soundcloud.com/top-billin","avatar_url":"https://i1.sndcdn.com/avatars-000000023940-3rl4sy-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/09
|
405
|
+
08:03:44 +0000","origin":{"kind":"track","id":52242418,"created_at":"2012/07/09
|
406
|
+
08:03:44 +0000","user_id":215421,"duration":339747,"commentable":true,"state":"finished","original_content_size":13584806,"sharing":"public","tag_list":"","permalink":"slow-club-beginners-king-of-1","description":"Beginners
|
407
|
+
is released on 6th August as a digital download and is taken from the album
|
408
|
+
\"Paradise\". \r\n\r\nWatch the video for the song, featuring Daniel Radcliffe
|
409
|
+
here: http://bit.ly/KOR3W5\r\n\r\nwww.slowclubband.com","streamable":true,"downloadable":true,"genre":"","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Slow
|
410
|
+
Club - Beginners (King of Town Remix)","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52242418","embeddable_by":"all","user":{"id":215421,"kind":"user","permalink":"moshimoshimusic","username":"moshi
|
411
|
+
moshi music","uri":"https://api.soundcloud.com/users/215421","permalink_url":"http://soundcloud.com/moshimoshimusic","avatar_url":"https://i1.sndcdn.com/avatars-000000640852-s85qcx-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/moshimoshimusic/slow-club-beginners-king-of-1","artwork_url":"https://i1.sndcdn.com/artworks-000026355500-obmdg5-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/B7aXO3UJ1ON8_m.png","stream_url":"https://api.soundcloud.com/tracks/52242418/stream","download_url":"https://api.soundcloud.com/tracks/52242418/download","playback_count":1473,"download_count":292,"favoritings_count":69,"comment_count":11,"attachments_uri":"https://api.soundcloud.com/tracks/52242418/attachments","sharing_note":{"text":"","created_at":"2012/07/09
|
412
|
+
08:03:44 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/08
|
413
|
+
23:19:48 +0000","origin":{"kind":"track","id":52208433,"created_at":"2012/07/08
|
414
|
+
23:19:48 +0000","user_id":2879548,"duration":25609,"commentable":true,"state":"finished","original_content_size":261669,"sharing":"public","tag_list":"soundcloud:source=iphone-record
|
415
|
+
geo:lat=38.402543 geo:lon=-122.628448 foursquare:venue=4a874eacf964a520c00320e3","permalink":"dem-bees-love-lavender-at","description":null,"streamable":true,"downloadable":true,"genre":null,"release":null,"purchase_url":null,"purchase_title":null,"label_id":null,"label_name":null,"isrc":null,"video_url":null,"track_type":"recording","key_signature":null,"bpm":null,"title":"Dem
|
416
|
+
bees love lavender at Matanzas Creek Winery","release_year":null,"release_month":null,"release_day":null,"original_format":"m4a","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52208433","embeddable_by":"all","user":{"id":2879548,"kind":"user","permalink":"jstnw","username":"jstreet","uri":"https://api.soundcloud.com/users/2879548","permalink_url":"http://soundcloud.com/jstnw","avatar_url":"https://i1.sndcdn.com/avatars-000006763043-urg7lt-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"created_with":{"id":124,"kind":"app","name":"SoundCloud
|
417
|
+
iOS","uri":"https://api.soundcloud.com/apps/124","permalink_url":"http://soundcloud.com/apps/iphone","external_url":"http://itunes.com/app/soundcloud"},"permalink_url":"http://soundcloud.com/jstnw/dem-bees-love-lavender-at","artwork_url":"https://i1.sndcdn.com/artworks-000026338603-key0hk-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/Va4L6yCwqwrU_m.png","stream_url":"https://api.soundcloud.com/tracks/52208433/stream","download_url":"https://api.soundcloud.com/tracks/52208433/download","playback_count":11,"download_count":1,"favoritings_count":1,"comment_count":0,"attachments_uri":"https://api.soundcloud.com/tracks/52208433/attachments","sharing_note":{"text":"My
|
418
|
+
new sounds:","created_at":"2012/07/08 23:19:48 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/08
|
419
|
+
21:12:10 +0000","origin":{"kind":"track","id":52196949,"created_at":"2012/07/08
|
420
|
+
21:12:10 +0000","user_id":2879548,"duration":22630,"commentable":true,"state":"finished","original_content_size":237897,"sharing":"public","tag_list":"soundcloud:source=iphone-record
|
421
|
+
geo:lat=38.360113 geo:lon=-122.541355 foursquare:venue=4a6232c3f964a5205ac31fe3","permalink":"flowform-at-benziger-family","description":null,"streamable":true,"downloadable":true,"genre":null,"release":null,"purchase_url":null,"purchase_title":null,"label_id":null,"label_name":null,"isrc":null,"video_url":null,"track_type":"recording","key_signature":null,"bpm":null,"title":"Flowform
|
422
|
+
at Benziger Family Winery","release_year":null,"release_month":null,"release_day":null,"original_format":"m4a","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52196949","embeddable_by":"all","user":{"id":2879548,"kind":"user","permalink":"jstnw","username":"jstreet","uri":"https://api.soundcloud.com/users/2879548","permalink_url":"http://soundcloud.com/jstnw","avatar_url":"https://i1.sndcdn.com/avatars-000006763043-urg7lt-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"created_with":{"id":124,"kind":"app","name":"SoundCloud
|
423
|
+
iOS","uri":"https://api.soundcloud.com/apps/124","permalink_url":"http://soundcloud.com/apps/iphone","external_url":"http://itunes.com/app/soundcloud"},"permalink_url":"http://soundcloud.com/jstnw/flowform-at-benziger-family","artwork_url":"https://i1.sndcdn.com/artworks-000026332766-gc4c41-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/oo0GpgerEN7d_m.png","stream_url":"https://api.soundcloud.com/tracks/52196949/stream","download_url":"https://api.soundcloud.com/tracks/52196949/download","playback_count":12,"download_count":1,"favoritings_count":1,"comment_count":0,"attachments_uri":"https://api.soundcloud.com/tracks/52196949/attachments","sharing_note":{"text":"My
|
424
|
+
new sounds:","created_at":"2012/07/08 21:12:10 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/08
|
425
|
+
17:51:57 +0000","origin":{"track":{"id":52172455,"permalink":"funk-coffee-70scoffee","title":"FuNk_CoFFee
|
426
|
+
-70''sCOFFEE-","user_id":8407262,"kind":"track","uri":"https://api.soundcloud.com/tracks/52172455","user_uri":"https://api.soundcloud.com/users/8407262","permalink_url":"http://soundcloud.com/funk_coffee-solovinile/funk-coffee-70scoffee","stream_url":"https://api.soundcloud.com/tracks/52172455/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026319736-pg70um-large.jpg?34f5d10"},"user":{"id":38691,"kind":"user","permalink":"alkalino","username":"Alkalino","uri":"https://api.soundcloud.com/users/38691","permalink_url":"http://soundcloud.com/alkalino","avatar_url":"https://i1.sndcdn.com/avatars-000017581300-0m35qz-large.jpg?34f5d10"}},"tags":"affiliated"}],"next_href":"https://api.soundcloud.com/me/activities/all?cursor=dc8fe080-c90d-11e1-93b4-d283dbf09cab","future_href":"https://api.soundcloud.com/me/activities/all?uuid%5Bto%5D=52ea3980-caec-11e1-924e-6511283b508f"}'
|
427
|
+
http_version:
|
428
|
+
recorded_at: Wed, 11 Jul 2012 05:44:27 GMT
|
429
|
+
recorded_with: VCR 2.2.2
|