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.
Files changed (60) hide show
  1. data/.gitignore +7 -0
  2. data/.rspec +2 -0
  3. data/Gemfile +4 -0
  4. data/Rakefile +1 -0
  5. data/config.template.yml +4 -0
  6. data/lib/red_haze/activity.rb +5 -0
  7. data/lib/red_haze/client.rb +58 -0
  8. data/lib/red_haze/collection.rb +16 -0
  9. data/lib/red_haze/comment.rb +6 -0
  10. data/lib/red_haze/group.rb +28 -0
  11. data/lib/red_haze/helpers/resource.rb +91 -0
  12. data/lib/red_haze/helpers.rb +8 -0
  13. data/lib/red_haze/me.rb +66 -0
  14. data/lib/red_haze/playlist.rb +6 -0
  15. data/lib/red_haze/request.rb +22 -0
  16. data/lib/red_haze/track.rb +23 -0
  17. data/lib/red_haze/user.rb +35 -0
  18. data/lib/red_haze/version.rb +3 -0
  19. data/lib/red_haze.rb +28 -0
  20. data/red_haze.gemspec +28 -0
  21. data/spec/fixtures/vcr_cassettes/collection_next.yml +348 -0
  22. data/spec/fixtures/vcr_cassettes/comment_sync.yml +56 -0
  23. data/spec/fixtures/vcr_cassettes/group_contributors.yml +55 -0
  24. data/spec/fixtures/vcr_cassettes/group_members.yml +55 -0
  25. data/spec/fixtures/vcr_cassettes/group_moderators.yml +55 -0
  26. data/spec/fixtures/vcr_cassettes/group_sync.yml +55 -0
  27. data/spec/fixtures/vcr_cassettes/group_users.yml +55 -0
  28. data/spec/fixtures/vcr_cassettes/me.yml +55 -0
  29. data/spec/fixtures/vcr_cassettes/me_activities.yml +429 -0
  30. data/spec/fixtures/vcr_cassettes/me_activities_limit.yml +127 -0
  31. data/spec/fixtures/vcr_cassettes/playlist.yml +60 -0
  32. data/spec/fixtures/vcr_cassettes/track_comments.yml +79 -0
  33. data/spec/fixtures/vcr_cassettes/track_favorite_get.yml +50 -0
  34. data/spec/fixtures/vcr_cassettes/track_favorite_put.yml +50 -0
  35. data/spec/fixtures/vcr_cassettes/track_favoriters.yml +172 -0
  36. data/spec/fixtures/vcr_cassettes/track_sync.yml +82 -0
  37. data/spec/fixtures/vcr_cassettes/track_unfavorite_put.yml +50 -0
  38. data/spec/fixtures/vcr_cassettes/user_comments.yml +89 -0
  39. data/spec/fixtures/vcr_cassettes/user_favorites.yml +479 -0
  40. data/spec/fixtures/vcr_cassettes/user_follow_put.yml +65 -0
  41. data/spec/fixtures/vcr_cassettes/user_followers.yml +431 -0
  42. data/spec/fixtures/vcr_cassettes/user_follows_.yml +104 -0
  43. data/spec/fixtures/vcr_cassettes/user_follows_get.yml +50 -0
  44. data/spec/fixtures/vcr_cassettes/user_groups.yml +66 -0
  45. data/spec/fixtures/vcr_cassettes/user_playlists.yml +482 -0
  46. data/spec/fixtures/vcr_cassettes/user_sync.yml +57 -0
  47. data/spec/fixtures/vcr_cassettes/user_unfollow_put.yml +54 -0
  48. data/spec/lib/red_haze/activity_spec.rb +18 -0
  49. data/spec/lib/red_haze/client_spec.rb +43 -0
  50. data/spec/lib/red_haze/collection_spec.rb +26 -0
  51. data/spec/lib/red_haze/comment_spec.rb +30 -0
  52. data/spec/lib/red_haze/group_spec.rb +57 -0
  53. data/spec/lib/red_haze/me_spec.rb +117 -0
  54. data/spec/lib/red_haze/playlist_spec.rb +41 -0
  55. data/spec/lib/red_haze/request_spec.rb +17 -0
  56. data/spec/lib/red_haze/track_spec.rb +96 -0
  57. data/spec/lib/red_haze/user_spec.rb +110 -0
  58. data/spec/lib/red_haze_spec.rb +13 -0
  59. data/spec/spec_helper.rb +45 -0
  60. metadata +212 -0
@@ -0,0 +1,348 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.soundcloud.com/me/activities/all?cursor=dc8fe080-c90d-11e1-93b4-d283dbf09cab&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:46:34 GMT
21
+ Content-Type:
22
+ - application/json; charset=utf-8
23
+ Connection:
24
+ - keep-alive
25
+ X-Runtime:
26
+ - '633'
27
+ Etag:
28
+ - ! '"6bbeaeb699aa49e9e335bfd84c1e1197"'
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
+ - '67917'
41
+ X-Varnish:
42
+ - '890400718'
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/08 15:01:57
54
+ +0000","origin":{"track":{"id":42997587,"permalink":"calibrate","title":"Calibrate","user_id":253166,"kind":"track","uri":"https://api.soundcloud.com/tracks/42997587","user_uri":"https://api.soundcloud.com/users/253166","permalink_url":"http://soundcloud.com/glennwilson/calibrate","stream_url":"https://api.soundcloud.com/tracks/42997587/stream","artwork_url":"https://i1.sndcdn.com/artworks-000021583026-ck14bx-large.jpg?34f5d10"},"user":{"id":179466,"kind":"user","permalink":"drugstore","username":"Drugstore","uri":"https://api.soundcloud.com/users/179466","permalink_url":"http://soundcloud.com/drugstore","avatar_url":"https://i1.sndcdn.com/avatars-000000622115-sxdyrx-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/08
55
+ 12:34:22 +0000","origin":{"kind":"track","id":52155841,"created_at":"2012/07/08
56
+ 12:34:22 +0000","user_id":38691,"duration":348213,"commentable":true,"state":"finished","original_content_size":61387244,"sharing":"public","tag_list":"","permalink":"alkalino-memoria","description":"","streamable":true,"downloadable":false,"genre":"","release":"","purchase_url":"http://alkalino.bandcamp.com/track/alkalino-memoria","purchase_title":"buy
57
+ link","label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Alkalino
58
+ - Memoria","release_year":null,"release_month":null,"release_day":null,"original_format":"wav","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52155841","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/alkalino-memoria","artwork_url":"https://i1.sndcdn.com/artworks-000026310977-z2a1dx-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/c7Mani32Dnvg_m.png","stream_url":"https://api.soundcloud.com/tracks/52155841/stream","playback_count":699,"download_count":151,"favoritings_count":64,"comment_count":26,"attachments_uri":"https://api.soundcloud.com/tracks/52155841/attachments","sharing_note":{"text":"","created_at":"2012/07/08
59
+ 12:34:22 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/08
60
+ 06:33:05 +0000","origin":{"track":{"id":38474656,"permalink":"hot-chip-my-piano-exclusive","title":"Hot
61
+ Chip - My Piano (Exclusive)","user_id":739743,"kind":"track","uri":"https://api.soundcloud.com/tracks/38474656","user_uri":"https://api.soundcloud.com/users/739743","permalink_url":"http://soundcloud.com/cheshyrsky/hot-chip-my-piano-exclusive","stream_url":"https://api.soundcloud.com/tracks/38474656/stream","artwork_url":"https://i1.sndcdn.com/artworks-000019295029-ybazpl-large.jpg?34f5d10"},"user":{"id":293501,"kind":"user","permalink":"soundsofthe70sblogspot","username":"soundsofthe70s.blogspot","uri":"https://api.soundcloud.com/users/293501","permalink_url":"http://soundcloud.com/soundsofthe70sblogspot","avatar_url":"https://i1.sndcdn.com/avatars-000000684917-2plb9u-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/07
62
+ 19:04:59 +0000","origin":{"track":{"id":51197249,"permalink":"5kinandbone5-x-robert-jeffrey","title":"5kinAndBone5
63
+ x Robert Jeffrey - Penis Power (OUT JULY 31st!!!)","user_id":45343,"kind":"track","uri":"https://api.soundcloud.com/tracks/51197249","user_uri":"https://api.soundcloud.com/users/45343","permalink_url":"http://soundcloud.com/5kinandbone5/5kinandbone5-x-robert-jeffrey","stream_url":"https://api.soundcloud.com/tracks/51197249/stream","artwork_url":"https://i1.sndcdn.com/artworks-000025815130-rut9wu-large.jpg?34f5d10"},"user":{"id":312963,"kind":"user","permalink":"flosstradamus","username":"Flosstradamus","uri":"https://api.soundcloud.com/users/312963","permalink_url":"http://soundcloud.com/flosstradamus","avatar_url":"https://i1.sndcdn.com/avatars-000016554967-lfpqof-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/07
64
+ 15:33:35 +0000","origin":{"kind":"track","id":52077099,"created_at":"2012/07/07
65
+ 15:33:35 +0000","user_id":544290,"duration":898797,"commentable":true,"state":"finished","original_content_size":172487580,"sharing":"public","tag_list":"partysquad
66
+ the weekend takeover slam fm slamfm radio show weekendmix thepartysquad","permalink":"06-07-2012-the-partysquad","description":"Check
67
+ the Tracklist at http://www.ThePartysquad.com \r\nThe Partysquad breaks through
68
+ your sound system to give your \"Friday-free!\" feeling a boost. Just listen
69
+ to the The Partysquad W\u00e9 \u00e9\u00e9kend Take Over!\u2028\u2028\u2028\u2028\u2028
70
+ Follow all updates by The Partysquad on Facebook \u0026 Twitter:\u2028 \r\nhttps://www.facebook.com/thepartysquad\r\nhttp://twitter.com/thepartysquad","streamable":true,"downloadable":false,"genre":"","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"podcast","key_signature":"","bpm":null,"title":"06-07-2012
71
+ | The Partysquad Weekend Takeover @ SLAM!FM","release_year":null,"release_month":null,"release_day":null,"original_format":"wav","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52077099","embeddable_by":"all","user":{"id":544290,"kind":"user","permalink":"thepartysquad","username":"thepartysquad","uri":"https://api.soundcloud.com/users/544290","permalink_url":"http://soundcloud.com/thepartysquad","avatar_url":"https://i1.sndcdn.com/avatars-000001822582-gn2jp7-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/thepartysquad/06-07-2012-the-partysquad","artwork_url":"https://i1.sndcdn.com/artworks-000026270076-5vrkfj-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/smlcIINixMNb_m.png","stream_url":"https://api.soundcloud.com/tracks/52077099/stream","playback_count":1586,"download_count":0,"favoritings_count":57,"comment_count":18,"attachments_uri":"https://api.soundcloud.com/tracks/52077099/attachments","sharing_note":{"text":"","created_at":"2012/07/07
72
+ 15:33:35 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/07
73
+ 13:37:44 +0000","origin":{"kind":"track","id":52039300,"created_at":"2012/07/07
74
+ 03:48:02 +0000","user_id":1358400,"duration":252935,"commentable":true,"state":"finished","original_content_size":7727664,"sharing":"public","tag_list":"john
75
+ legend tonight \"pusha t\" remix \"think like a man\"","permalink":"tonight-best-you-ever-had","description":"John
76
+ Legend - Tonight (Best You Ever Had) Remix feat. Pusha T\r\n\r\nCheck out
77
+ the remix to my single \u201cTonight (Best You Ever Had)\u201d from the \u201cThink
78
+ Like A Man\u201d movie soundtrack!\r\n\r\nhttps://www.facebook.com/johnlegend\r\nhttps://twitter.com/#!/johnlegend\r\nhttp://www.johnlegend.com/","streamable":true,"downloadable":false,"genre":"Rnb","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"remix","key_signature":"","bpm":null,"title":"Tonight
79
+ (Best You Ever Had) Remix ft. Pusha T","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52039300","embeddable_by":"all","user":{"id":1358400,"kind":"user","permalink":"johnlegend","username":"johnlegend","uri":"https://api.soundcloud.com/users/1358400","permalink_url":"http://soundcloud.com/johnlegend","avatar_url":"https://i1.sndcdn.com/avatars-000009439930-pk5vb8-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/johnlegend/tonight-best-you-ever-had","artwork_url":"https://i1.sndcdn.com/artworks-000026250820-jnq61d-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/WZRRP8PLNsgu_m.png","stream_url":"https://api.soundcloud.com/tracks/52039300/stream","playback_count":26108,"download_count":0,"favoritings_count":683,"comment_count":114,"attachments_uri":"https://api.soundcloud.com/tracks/52039300/attachments","sharing_note":{"text":"","created_at":"2012/07/07
80
+ 13:37:44 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/07
81
+ 12:17:39 +0000","origin":{"kind":"track","id":52064450,"created_at":"2012/07/07
82
+ 12:17:39 +0000","user_id":188783,"duration":184180,"commentable":true,"state":"finished","original_content_size":7381787,"sharing":"public","tag_list":"The
83
+ Human League Aeropop Aeroplane","permalink":"the-human-league-orchestra","description":"Hey
84
+ ! You guys remember that edit of The Human League I played a million times
85
+ you were all asking about ?\r\n\r\n;-)\r\n\r\nEDIT : Some thoughts about The
86
+ Human League, Soundcloud, and morons... \r\nSome thoughts about The Human
87
+ League, Soundcloud, and morons\u2026 \r\n\r\nhttp://www.facebook.com/notes/aeroplane/some-thoughts/10151909342080174","streamable":true,"downloadable":true,"genre":"Classic","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"remix","key_signature":"","bpm":null,"title":"The
88
+ League Unlimited Orchestra - Don''t You Want Me ( Aeropop Edit )","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/52064450","embeddable_by":"all","user":{"id":188783,"kind":"user","permalink":"aeroplane","username":"Aeroplane
89
+ (Official)","uri":"https://api.soundcloud.com/users/188783","permalink_url":"http://soundcloud.com/aeroplane","avatar_url":"https://i1.sndcdn.com/avatars-000001417692-nga1wp-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/aeroplane/the-human-league-orchestra","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/Zhlg1ySQEvjK_m.png","stream_url":"https://api.soundcloud.com/tracks/52064450/stream","download_url":"https://api.soundcloud.com/tracks/52064450/download","playback_count":22388,"download_count":3800,"favoritings_count":835,"comment_count":141,"attachments_uri":"https://api.soundcloud.com/tracks/52064450/attachments","sharing_note":{"text":"","created_at":"2012/07/07
90
+ 12:17:39 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/07
91
+ 11:25:48 +0000","origin":{"track":{"id":52061732,"permalink":"sir-nenis-van-der-bundy","title":"Sir
92
+ Nenis - Van Der Bundy","user_id":7481274,"kind":"track","uri":"https://api.soundcloud.com/tracks/52061732","user_uri":"https://api.soundcloud.com/users/7481274","permalink_url":"http://soundcloud.com/sirnenis/sir-nenis-van-der-bundy","stream_url":"https://api.soundcloud.com/tracks/52061732/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026261667-kd09rz-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/07
93
+ 10:11:39 +0000","origin":{"track":{"id":46951011,"permalink":"hoosky-rush-hour","title":"Rush
94
+ Hour - Just a Lil Beat vol1","user_id":11888195,"kind":"track","uri":"https://api.soundcloud.com/tracks/46951011","user_uri":"https://api.soundcloud.com/users/11888195","permalink_url":"http://soundcloud.com/hoosky/hoosky-rush-hour","stream_url":"https://api.soundcloud.com/tracks/46951011/stream","artwork_url":"https://i1.sndcdn.com/artworks-000023628336-yevaca-large.jpg?34f5d10"},"user":{"id":293501,"kind":"user","permalink":"soundsofthe70sblogspot","username":"soundsofthe70s.blogspot","uri":"https://api.soundcloud.com/users/293501","permalink_url":"http://soundcloud.com/soundsofthe70sblogspot","avatar_url":"https://i1.sndcdn.com/avatars-000000684917-2plb9u-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/07
95
+ 07:32:45 +0000","origin":{"track":{"id":51475722,"permalink":"julien-clerc-mangos-adn-12","title":"Julien
96
+ Clerc - Mangos (ADN 12\" Edit)","user_id":3589321,"kind":"track","uri":"https://api.soundcloud.com/tracks/51475722","user_uri":"https://api.soundcloud.com/users/3589321","permalink_url":"http://soundcloud.com/adigitalneedle/julien-clerc-mangos-adn-12","stream_url":"https://api.soundcloud.com/tracks/51475722/stream","artwork_url":"https://i1.sndcdn.com/artworks-000025959416-j8msbj-large.jpg?34f5d10"},"user":{"id":293501,"kind":"user","permalink":"soundsofthe70sblogspot","username":"soundsofthe70s.blogspot","uri":"https://api.soundcloud.com/users/293501","permalink_url":"http://soundcloud.com/soundsofthe70sblogspot","avatar_url":"https://i1.sndcdn.com/avatars-000000684917-2plb9u-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/07
97
+ 06:18:21 +0000","origin":{"track":{"id":27601731,"permalink":"d-leau-coco-les-leopards","title":"D\u00b4Leau
98
+ Coco -Les Leopards (Mixticius Edit)","user_id":2962669,"kind":"track","uri":"https://api.soundcloud.com/tracks/27601731","user_uri":"https://api.soundcloud.com/users/2962669","permalink_url":"http://soundcloud.com/mixticius/d-leau-coco-les-leopards","stream_url":"https://api.soundcloud.com/tracks/27601731/stream","artwork_url":"https://i1.sndcdn.com/artworks-000013803417-rv0e0c-large.jpg?34f5d10"},"user":{"id":293501,"kind":"user","permalink":"soundsofthe70sblogspot","username":"soundsofthe70s.blogspot","uri":"https://api.soundcloud.com/users/293501","permalink_url":"http://soundcloud.com/soundsofthe70sblogspot","avatar_url":"https://i1.sndcdn.com/avatars-000000684917-2plb9u-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/07
99
+ 03:21:11 +0000","origin":{"track":{"id":51523629,"permalink":"dreaming-of-beating-up-your","title":"dreaming
100
+ of beating up your family","user_id":8370693,"kind":"track","uri":"https://api.soundcloud.com/tracks/51523629","user_uri":"https://api.soundcloud.com/users/8370693","permalink_url":"http://soundcloud.com/cursedteleprompter/dreaming-of-beating-up-your","stream_url":"https://api.soundcloud.com/tracks/51523629/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026024043-bb0k7u-large.jpg?34f5d10"},"user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
101
+ 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"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/07
102
+ 00:21:39 +0000","origin":{"track":{"id":51044107,"permalink":"and-i-would-again-for-you","title":"And
103
+ I Would Again For You","user_id":19372078,"kind":"track","uri":"https://api.soundcloud.com/tracks/51044107","user_uri":"https://api.soundcloud.com/users/19372078","permalink_url":"http://soundcloud.com/jahnne/and-i-would-again-for-you","stream_url":"https://api.soundcloud.com/tracks/51044107/stream","artwork_url":"https://i1.sndcdn.com/artworks-000025996135-u0gwme-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/06
104
+ 23:43:53 +0000","origin":{"track":{"id":50043413,"permalink":"born-again","title":"Born
105
+ Again","user_id":17766684,"kind":"track","uri":"https://api.soundcloud.com/tracks/50043413","user_uri":"https://api.soundcloud.com/users/17766684","permalink_url":"http://soundcloud.com/dianasound/born-again","stream_url":"https://api.soundcloud.com/tracks/50043413/stream","artwork_url":"https://i1.sndcdn.com/artworks-000025225387-irpfy3-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/06
106
+ 23:23:06 +0000","origin":{"track":{"id":40571239,"permalink":"hold-on","title":"Hold
107
+ On","user_id":5017437,"kind":"track","uri":"https://api.soundcloud.com/tracks/40571239","user_uri":"https://api.soundcloud.com/users/5017437","permalink_url":"http://soundcloud.com/thebins/hold-on","stream_url":"https://api.soundcloud.com/tracks/40571239/stream"},"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/06
108
+ 22:59:12 +0000","origin":{"track":{"id":48170540,"permalink":"bottom-feeder","title":"Bottom
109
+ Feeder","user_id":14333155,"kind":"track","uri":"https://api.soundcloud.com/tracks/48170540","user_uri":"https://api.soundcloud.com/users/14333155","permalink_url":"http://soundcloud.com/cruxmusicny/bottom-feeder","stream_url":"https://api.soundcloud.com/tracks/48170540/stream","artwork_url":"https://i1.sndcdn.com/artworks-000024261985-x9utxk-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/06
110
+ 20:22:00 +0000","origin":{"track":{"id":51933399,"permalink":"willo-schubarth-come-back","title":"Willo
111
+ Schubarth - Come Back (ITW010 - Out Now)","user_id":141790,"kind":"track","uri":"https://api.soundcloud.com/tracks/51933399","user_uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny/willo-schubarth-come-back","stream_url":"https://api.soundcloud.com/tracks/51933399/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026195529-ty3o75-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/06
112
+ 20:18:30 +0000","origin":{"track":{"id":51971644,"permalink":"tony-lionni-when-2-r-in-love","title":"Tony
113
+ Lionni \"When 2 r in love\" sample from the forthcoming album on Madhouse
114
+ records.","user_id":9431,"kind":"track","uri":"https://api.soundcloud.com/tracks/51971644","user_uri":"https://api.soundcloud.com/users/9431","permalink_url":"http://soundcloud.com/tony-lionni/tony-lionni-when-2-r-in-love","stream_url":"https://api.soundcloud.com/tracks/51971644/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026215102-o13bxa-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/06
115
+ 20:18:07 +0000","origin":{"track":{"id":51983702,"permalink":"trackman-lafonte-bonquiqui","title":"Trackman
116
+ Lafonte \u0026 Bonquiqui-Pacific House (L.I.E.S. 013) excerpt","user_id":4085858,"kind":"track","uri":"https://api.soundcloud.com/tracks/51983702","user_uri":"https://api.soundcloud.com/users/4085858","permalink_url":"http://soundcloud.com/l-i-e-s/trackman-lafonte-bonquiqui","stream_url":"https://api.soundcloud.com/tracks/51983702/stream"},"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/06
117
+ 20:17:08 +0000","origin":{"track":{"id":52004398,"permalink":"les-professionnels-sex-au","title":"Les
118
+ Professionnels - Sex Au Bureau (Cole''s Acido Mix)","user_id":589213,"kind":"track","uri":"https://api.soundcloud.com/tracks/52004398","user_uri":"https://api.soundcloud.com/users/589213","permalink_url":"http://soundcloud.com/colemedina/les-professionnels-sex-au","stream_url":"https://api.soundcloud.com/tracks/52004398/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026232518-s4qzi3-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/06
119
+ 18:53:06 +0000","origin":{"kind":"track","id":51996735,"created_at":"2012/07/06
120
+ 18:53:06 +0000","user_id":45715,"duration":3572063,"commentable":true,"state":"finished","original_content_size":73115289,"sharing":"public","tag_list":"\"felix
121
+ cartal\" \"weekend workout\" podcast \"episode 019\" tiesto \"club life radio\"","permalink":"weekend-workout-episode-019","description":"The
122
+ Weekend Workout is now a part of Tiesto''s Club Life Radio on SiriusXM! \r\nTune
123
+ in to Club Life Radio channel 340 at 3PM PST / 6PM EST to hear the Weekend
124
+ Workout!\r\n\r\nSubscribe on iTunes here: http://itunes.apple.com/us/podcast/felix-cartals-weekend-workout/id486514435
125
+ \r\n\r\nTracklist: \r\n01. Dada Life - Kick Out The Epic Motherf*cker (Otto
126
+ Knows Remix)\r\n02. Adrian Lux - Alive (Albin Meyers Remix)\r\n03. John Dahlback
127
+ - Kairo\r\n04. Laidback Luke - Timebomb\r\n05. Rob Marmot \u0026 My Digital
128
+ Enemy - African Drop (Tom Staar Remix)\r\n06. Bart B More \u0026 Harvard Bass
129
+ - Listen To This (D.I.M.''s Unreleased Remix)\r\n07. Digital Manges - Manges
130
+ (Sharkslayer Dub)\r\n08. Robbie Rivera - I Love Batucada (Dero Animal Drums
131
+ Mix)\r\n09. PeaceTreaty - In Time\r\n10. Felix Cartal - Tonight (Hot Mouth
132
+ Remix) **UNRELEASED**\r\n11. Prodigy - Smack My Bitch Up (Max Vangeli \u0026
133
+ AN21 Bootleg)\r\n12. Calvin Harris feat. Example - We''ll Be Coming Back (R3hab
134
+ EDC NYC Remix)\r\n13. Avicii - Jailbait (Vandalism Remix)\r\n14. Ken Loi feat.
135
+ Zashanell - All It Takes\r\n\r\nTwitter: http://www.twitter.com/felixcartal
136
+ \r\nFacebook: http://www.facebook.com/felixcartal","streamable":true,"downloadable":true,"genre":"YO
137
+ YO YO","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"podcast","key_signature":"","bpm":null,"title":"Weekend
138
+ Workout: Episode 019","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51996735","embeddable_by":"all","user":{"id":45715,"kind":"user","permalink":"felixcartal","username":"FELIX
139
+ 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/weekend-workout-episode-019","artwork_url":"https://i1.sndcdn.com/artworks-000026228335-pxum5x-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/va5aoQzGZGxk_m.png","stream_url":"https://api.soundcloud.com/tracks/51996735/stream","download_url":"https://api.soundcloud.com/tracks/51996735/download","playback_count":3548,"download_count":420,"favoritings_count":102,"comment_count":26,"attachments_uri":"https://api.soundcloud.com/tracks/51996735/attachments","sharing_note":{"text":"","created_at":"2012/07/06
140
+ 18:53:06 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/06
141
+ 18:20:17 +0000","origin":{"track":{"id":51848255,"permalink":"alife008-by-pirupa","title":"#
142
+ 008 by Pirupa","user_id":3768321,"kind":"track","uri":"https://api.soundcloud.com/tracks/51848255","user_uri":"https://api.soundcloud.com/users/3768321","permalink_url":"http://soundcloud.com/artistalife/alife008-by-pirupa","stream_url":"https://api.soundcloud.com/tracks/51848255/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026150225-1dr8q4-large.jpg?34f5d10"},"user":{"id":33059,"kind":"user","permalink":"pirupa","username":"Pirupa
143
+ (official profile)","uri":"https://api.soundcloud.com/users/33059","permalink_url":"http://soundcloud.com/pirupa","avatar_url":"https://i1.sndcdn.com/avatars-000013747456-tmu6pf-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/06
144
+ 17:36:00 +0000","origin":{"track":{"id":51884666,"permalink":"sinden-5and5-sweetonyou","title":"Sinden
145
+ - Sweet On You (Feat 5kinAndBone5)","user_id":199632,"kind":"track","uri":"https://api.soundcloud.com/tracks/51884666","user_uri":"https://api.soundcloud.com/users/199632","permalink_url":"http://soundcloud.com/sinden/sinden-5and5-sweetonyou","stream_url":"https://api.soundcloud.com/tracks/51884666/stream"},"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/06
146
+ 14:41:53 +0000","origin":{"track":{"id":51667275,"permalink":"bicep-muscle-worx-exclusive","title":"BICEP
147
+ | MUSCLE WORX (EXCLUSIVE MIX FOR FADER MAGAZINE NYC)","user_id":92661,"kind":"track","uri":"https://api.soundcloud.com/tracks/51667275","user_uri":"https://api.soundcloud.com/users/92661","permalink_url":"http://soundcloud.com/feelmybicep/bicep-muscle-worx-exclusive","stream_url":"https://api.soundcloud.com/tracks/51667275/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026056142-vwgvc8-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/06
148
+ 14:18:02 +0000","origin":{"kind":"track","id":51971641,"created_at":"2012/07/06
149
+ 14:18:02 +0000","user_id":4757531,"duration":3583797,"commentable":true,"state":"finished","original_content_size":143297334,"sharing":"public","tag_list":"","permalink":"pretty-lights-the-hot-sh-t-33","description":"The
150
+ HOT Sh*t airs at 8PM EST/6PM MST every Thursday with rebroadcasts Wednesday
151
+ nights at 4PM EST/2PM MST on SiriusXM''s Electric Area.","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":"Pretty
152
+ Lights - The Hot Sh*t, Episode 33 - Jun.21.2012","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51971641","embeddable_by":"all","user":{"id":4757531,"kind":"user","permalink":"prettylights","username":"Pretty
153
+ Lights","uri":"https://api.soundcloud.com/users/4757531","permalink_url":"http://soundcloud.com/prettylights","avatar_url":"https://i1.sndcdn.com/avatars-000003749039-ig894d-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/prettylights/pretty-lights-the-hot-sh-t-33","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/U5wfvDVjU1W2_m.png","stream_url":"https://api.soundcloud.com/tracks/51971641/stream","playback_count":4281,"download_count":0,"favoritings_count":185,"comment_count":45,"attachments_uri":"https://api.soundcloud.com/tracks/51971641/attachments","sharing_note":{"text":"","created_at":"2012/07/06
154
+ 14:18:02 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/06
155
+ 12:28:37 +0000","origin":{"kind":"track","id":51963789,"created_at":"2012/07/06
156
+ 12:28:37 +0000","user_id":38691,"duration":464268,"commentable":true,"state":"finished","original_content_size":81849644,"sharing":"public","tag_list":"","permalink":"alkalino-times-are-changing","description":"Included
157
+ on VARIOUS - Mysteria Vol 3 on the label Mister Mistery together with track
158
+ by Buzz Compass, Nelue, Daniel Lucas, Vermelho, Disco Selectors,Thomass Jackson,
159
+ DJ Butcher \u0026 Rotciv.\r\n\r\n","streamable":true,"downloadable":false,"genre":"","release":"","purchase_url":"http://www.junodownload.com/products/mysteria-vol-3/1999413-02","purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Times
160
+ Are Changing (out now on Juno Download)","release_year":null,"release_month":null,"release_day":null,"original_format":"wav","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51963789","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/alkalino-times-are-changing","artwork_url":"https://i1.sndcdn.com/artworks-000026210587-qo58m4-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/AsLvJshDRwbr_m.png","stream_url":"https://api.soundcloud.com/tracks/51963789/stream","playback_count":425,"download_count":0,"favoritings_count":23,"comment_count":8,"attachments_uri":"https://api.soundcloud.com/tracks/51963789/attachments","sharing_note":{"text":"","created_at":"2012/07/06
161
+ 12:28:37 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/06
162
+ 10:44:23 +0000","origin":{"kind":"track","id":51856978,"created_at":"2012/07/05
163
+ 12:46:55 +0000","user_id":102594,"duration":205740,"commentable":true,"state":"finished","original_content_size":5758976,"sharing":"public","tag_list":"james
164
+ yorkston i was a cat from book tangles david jaycock domino","permalink":"james-yorkston-tangles","description":"''Tangles''
165
+ is taken from the Yorkston A. Jaycock disc from the ''I Was A Cat From A Book''Box
166
+ Set.\r\n\r\nThis song was given away to people who pre-ordered the Box Set.
167
+ Further songs will be given to people who pre-order the box set in the lead
168
+ up to release.\r\n\r\nFull details \u0026 to pre-order go here: http://dominorecordco.com/uk/albums/09-05-12/i-was-a-cat-from-a-book\r\n\r\n\"When
169
+ I toured with David A Jaycock in 2009, Tangles was the song of his which I
170
+ found myself singing along with, waiting for in the set, practising at home.
171
+ It made sense for me to cover it here, although even then I couldn''t get
172
+ the guitar part right so he did it for me. It''s a rare trip into the major
173
+ key for David, reminds me of Cheating The Game a wee bit in that sense. A
174
+ pair o'' fine old songs.\"\r\n\r\nWith this album Cornish hermit and Underground
175
+ Psychedelic freak-ball David A Jaycock has bridged the 4 yr gap between James''
176
+ last two albums; he''s taken James'' collaborations, film soundtracks, radio
177
+ sessions \u0026 guest appearances, alongside the demos for this very album
178
+ - and remixed and re produced them for this very special bonus disc. Dave
179
+ is a much loved figure on the outsider music circuit and his collision with
180
+ James'' pop styling has made a beautiful fruity woozy album, full of beautiful
181
+ woozy fruit.\r\n\r\nDavid says \u201cI like finger picking, sleeping, fishing,
182
+ digging, cider making and wood cutting. I am interested in analog sythesisers
183
+ and acoustic guitars. I make my living building dry stone walls, rough shod
184
+ plastering and repairing the gear boxes of pre-1970 Massey tractors\u201d\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":"recording","key_signature":"","bpm":null,"title":"James
185
+ Yorkston - Tangles","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51856978","embeddable_by":"all","user":{"id":102594,"kind":"user","permalink":"dominorecordco","username":"Domino
186
+ 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/james-yorkston-tangles","artwork_url":"https://i1.sndcdn.com/artworks-000026155703-py0a9l-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/vOrZdp9Lo4eK_m.png","stream_url":"https://api.soundcloud.com/tracks/51856978/stream","playback_count":2164,"download_count":0,"favoritings_count":61,"comment_count":24,"attachments_uri":"https://api.soundcloud.com/tracks/51856978/attachments","sharing_note":{"text":"","created_at":"2012/07/06
187
+ 10:44:23 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/06
188
+ 07:45:53 +0000","origin":{"kind":"track","id":51868937,"created_at":"2012/07/05
189
+ 15:25:28 +0000","user_id":590901,"duration":416261,"commentable":true,"state":"finished","original_content_size":16646186,"sharing":"public","tag_list":"yelle
190
+ chimie physique safari disco club gold fields remix","permalink":"chimie-physique-gold-fields-remix","description":"","streamable":true,"downloadable":true,"genre":"","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"Recreation
191
+ Center","isrc":"","video_url":null,"track_type":"remix","key_signature":"","bpm":null,"title":"Chimie
192
+ Physique (Gold Fields remix)","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51868937","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/chimie-physique-gold-fields-remix","artwork_url":"https://i1.sndcdn.com/artworks-000026161964-xb7zcl-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/g7TuGMBdjziT_m.png","stream_url":"https://api.soundcloud.com/tracks/51868937/stream","download_url":"https://api.soundcloud.com/tracks/51868937/download","playback_count":5168,"download_count":876,"favoritings_count":186,"comment_count":27,"attachments_uri":"https://api.soundcloud.com/tracks/51868937/attachments","sharing_note":{"text":"","created_at":"2012/07/06
193
+ 07:45:53 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/06
194
+ 04:40:07 +0000","origin":{"track":{"id":5660112,"permalink":"dfa-black-van-yearning-a01-1","title":"BLACK
195
+ VAN - YEARNING (DFA)","user_id":1563750,"kind":"track","uri":"https://api.soundcloud.com/tracks/5660112","user_uri":"https://api.soundcloud.com/users/1563750","permalink_url":"http://soundcloud.com/black-van/dfa-black-van-yearning-a01-1","stream_url":"https://api.soundcloud.com/tracks/5660112/stream","artwork_url":"https://i1.sndcdn.com/artworks-000002471772-yr6k5o-large.jpg?34f5d10"},"user":{"id":293501,"kind":"user","permalink":"soundsofthe70sblogspot","username":"soundsofthe70s.blogspot","uri":"https://api.soundcloud.com/users/293501","permalink_url":"http://soundcloud.com/soundsofthe70sblogspot","avatar_url":"https://i1.sndcdn.com/avatars-000000684917-2plb9u-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"playlist","created_at":"2012/07/06
196
+ 03:46:44 +0000","origin":{"kind":"playlist","id":2195155,"created_at":"2012/07/06
197
+ 03:46:44 +0000","user_id":141790,"duration":1518288,"sharing":"public","tag_list":"\"Wiilo
198
+ Schubarth\" \"More Than A Fling EP\" \"In The Woods 10\"","permalink":"willo-schubarth-more-than-a","description":"A
199
+ milestone of sorts\u2026 10 months and 10 EPs. It''s been a great journey
200
+ through sound so far and the 10th release only ups the ante. ITW debut artist
201
+ Willo Schubarth delivers a deep and hypnotic 4-track selection. \r\n\r\nhttp://soundcloud.com/willoschubarth\r\n\r\ntwitter.com/WilloSchubarth\r\n\r\n\u003Cb\u003EArtist
202
+ bio:\u003C/b\u003E\r\nWillo was introduced to deep house music by the Global
203
+ Undeground mix series at the age of 17 and immediately fell in love with the
204
+ vibe. Soon obsessed with the scene and the art of mixing records he spent
205
+ years practicing and searching out the perfect groove. That search eventually
206
+ led to experimenting with production and building his own grooves.\r\n\r\nNow
207
+ at the age of 24, he releases house music under his own name for labels such
208
+ as, Bust A Dub (Mexico), and In The Woods* (NYC). His Dj sets are a mix of
209
+ vinyl and digital, new and old, but always deep and groovy.\r\n\r\n\u003Cb\u003EBookings/Remixes/Inquiries:\u003C/b\u003E
210
+ \u2028\r\nwilloschubarth@gmail.com\r\n\r\n\r\n_________________________________________________\r\n\r\n\r\n\r\n","streamable":true,"downloadable":false,"genre":"Deep
211
+ ","release":"ITW010","purchase_url":"http://www.junodownload.com/products/more-than-a-fling-ep/1999608-02","purchase_title":null,"label_id":141790,"label_name":"In
212
+ The Woods*","type":"ep single","playlist_type":"ep single","ean":"","title":"Willo
213
+ Schubarth - More Than A Fling EP (ITW010 - Out Now)","release_year":2012,"release_month":7,"release_day":5,"license":"all-rights-reserved","uri":"https://api.soundcloud.com/playlists/2195155","permalink_url":"http://soundcloud.com/inthewoodsny/sets/willo-schubarth-more-than-a","artwork_url":"https://i1.sndcdn.com/artworks-000026196165-hbvucj-large.jpg?34f5d10","embeddable_by":"all","user":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
214
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"},"tracks_uri":"https://api.soundcloud.com/playlists/2195155/tracks","label":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
215
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/06
216
+ 03:37:56 +0000","origin":{"kind":"track","id":51933848,"created_at":"2012/07/06
217
+ 03:37:56 +0000","user_id":141790,"duration":350173,"commentable":true,"state":"finished","original_content_size":14320116,"sharing":"public","tag_list":"\"Willo
218
+ Schubarth\" \"More Than A Fling EP\" \"In The Woods 10\"","permalink":"willo-schubarth-cherry-lips","description":"By
219
+ far the coolest song title, an apt choice for an even better tune. \r\n\r\n*128k
220
+ preview*","streamable":true,"downloadable":false,"genre":"Deep","release":"ITW010","purchase_url":"http://www.junodownload.com/products/more-than-a-fling-ep/1999608-02","purchase_title":null,"label_id":141790,"label_name":"In
221
+ The Woods*","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":106.0,"title":"Willo
222
+ Schubarth - Cherry Lips \u0026 Roller Skates (ITW010 - Out Now)","release_year":2012,"release_month":7,"release_day":5,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51933848","embeddable_by":"all","user":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
223
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"},"label":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
224
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/inthewoodsny/willo-schubarth-cherry-lips","artwork_url":"https://i1.sndcdn.com/artworks-000026195689-d8sad7-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/qDjn3CkqFYjV_m.png","stream_url":"https://api.soundcloud.com/tracks/51933848/stream","playback_count":490,"download_count":0,"favoritings_count":29,"comment_count":10,"attachments_uri":"https://api.soundcloud.com/tracks/51933848/attachments","sharing_note":{"text":"","created_at":"2012/07/06
225
+ 03:37:56 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/06
226
+ 03:31:19 +0000","origin":{"kind":"track","id":51933399,"created_at":"2012/07/06
227
+ 03:31:19 +0000","user_id":141790,"duration":495521,"commentable":true,"state":"finished","original_content_size":20131939,"sharing":"public","tag_list":"\"Willo
228
+ Schubarth\" \"More Than A Fling EP\" \"In The Woods 10\"","permalink":"willo-schubarth-come-back","description":"An
229
+ empty street as she walks away; the sound of her heels click-clack on the
230
+ pavement. Repeat... \r\n\r\nDeep house minus 20 bpms. \r\n\r\n*128k preview*","streamable":true,"downloadable":false,"genre":"Deep","release":"ITW010","purchase_url":"http://www.junodownload.com/products/more-than-a-fling-ep/1999608-02","purchase_title":null,"label_id":141790,"label_name":"In
231
+ The Woods*","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":96.0,"title":"Willo
232
+ Schubarth - Come Back (ITW010 - Out Now)","release_year":2012,"release_month":7,"release_day":5,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51933399","embeddable_by":"all","user":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
233
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"},"label":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
234
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/inthewoodsny/willo-schubarth-come-back","artwork_url":"https://i1.sndcdn.com/artworks-000026195529-ty3o75-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/I049GJWFOpgh_m.png","stream_url":"https://api.soundcloud.com/tracks/51933399/stream","playback_count":337,"download_count":0,"favoritings_count":16,"comment_count":4,"attachments_uri":"https://api.soundcloud.com/tracks/51933399/attachments","sharing_note":{"text":"","created_at":"2012/07/06
235
+ 03:31:19 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/06
236
+ 03:25:25 +0000","origin":{"kind":"track","id":51933009,"created_at":"2012/07/06
237
+ 03:25:25 +0000","user_id":141790,"duration":333318,"commentable":true,"state":"finished","original_content_size":13646192,"sharing":"public","tag_list":"\"Willo
238
+ Schubarth\" \"More Than A Fling EP\" \"In The Woods 10\"","permalink":"willo-schubarth-our-own-dance","description":"My
239
+ favorite cut from the EP; there I said it. Feels real good too...\r\n\r\n*128k
240
+ preview*","streamable":true,"downloadable":false,"genre":"Deep ","release":"ITW010","purchase_url":"http://www.junodownload.com/products/more-than-a-fling-ep/1999608-02","purchase_title":null,"label_id":141790,"label_name":"In
241
+ The Woods*","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":85.0,"title":"Willo
242
+ Schubarth - Our Own Dance (ITW010 - Out Now)","release_year":2012,"release_month":7,"release_day":5,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51933009","embeddable_by":"all","user":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
243
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"},"label":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
244
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/inthewoodsny/willo-schubarth-our-own-dance","artwork_url":"https://i1.sndcdn.com/artworks-000026195300-g5wh1g-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/sez1DzWWXsdR_m.png","stream_url":"https://api.soundcloud.com/tracks/51933009/stream","playback_count":304,"download_count":0,"favoritings_count":20,"comment_count":8,"attachments_uri":"https://api.soundcloud.com/tracks/51933009/attachments","sharing_note":{"text":"","created_at":"2012/07/06
245
+ 03:25:25 +0000"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/06
246
+ 03:20:33 +0000","origin":{"kind":"track","id":51932665,"created_at":"2012/07/06
247
+ 03:20:33 +0000","user_id":141790,"duration":339276,"commentable":true,"state":"finished","original_content_size":13884255,"sharing":"public","tag_list":"\"Willo
248
+ Schubarth\" \"More Than A Fling EP\" \"In The Woods 10\"","permalink":"willo-schubarth-stroll-itw010","description":"For
249
+ the late-night jogger in all of us. \r\n\r\n*128k preview*","streamable":true,"downloadable":false,"genre":"Deep","release":"ITW010","purchase_url":"http://www.junodownload.com/products/more-than-a-fling-ep/1999608-02","purchase_title":null,"label_id":141790,"label_name":"In
250
+ The Woods*","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":102.0,"title":"Willo
251
+ Schubarth - Stroll (ITW010 - Out Now)","release_year":2012,"release_month":7,"release_day":5,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51932665","embeddable_by":"all","user":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
252
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"},"label":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
253
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/inthewoodsny/willo-schubarth-stroll-itw010","artwork_url":"https://i1.sndcdn.com/artworks-000026195196-2h5rr6-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/G3HISAaunubR_m.png","stream_url":"https://api.soundcloud.com/tracks/51932665/stream","playback_count":278,"download_count":0,"favoritings_count":26,"comment_count":6,"attachments_uri":"https://api.soundcloud.com/tracks/51932665/attachments","sharing_note":{"text":"","created_at":"2012/07/06
254
+ 03:20:34 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/06
255
+ 03:17:08 +0000","origin":{"track":{"id":51922086,"permalink":"come-back-out-now","title":"Come
256
+ Back (OUT NOW)","user_id":5365047,"kind":"track","uri":"https://api.soundcloud.com/tracks/51922086","user_uri":"https://api.soundcloud.com/users/5365047","permalink_url":"http://soundcloud.com/willoschubarth/come-back-out-now","stream_url":"https://api.soundcloud.com/tracks/51922086/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026189887-y23hrg-large.jpg?34f5d10"},"user":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
257
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/05
258
+ 22:01:31 +0000","origin":{"track":{"id":51847147,"permalink":"blind-benny-no-honor-different","title":"Blind
259
+ Benny - No Honor (Different Sleep Remix)","user_id":513015,"kind":"track","uri":"https://api.soundcloud.com/tracks/51847147","user_uri":"https://api.soundcloud.com/users/513015","permalink_url":"http://soundcloud.com/different-sleep/blind-benny-no-honor-different","stream_url":"https://api.soundcloud.com/tracks/51847147/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026150444-5vgsgq-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/05
260
+ 21:13:10 +0000","origin":{"track":{"id":51816411,"permalink":"cherry-lips-roller-skates-out","title":"Cherry
261
+ Lips \u0026 Roller Skates (OUT NOW)","user_id":5365047,"kind":"track","uri":"https://api.soundcloud.com/tracks/51816411","user_uri":"https://api.soundcloud.com/users/5365047","permalink_url":"http://soundcloud.com/willoschubarth/cherry-lips-roller-skates-out","stream_url":"https://api.soundcloud.com/tracks/51816411/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026134269-evfrmd-large.jpg?34f5d10"},"user":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
262
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/05
263
+ 19:17:47 +0000","origin":{"kind":"track","id":51890678,"created_at":"2012/07/05
264
+ 19:17:47 +0000","user_id":14730,"duration":141350,"commentable":true,"state":"finished","original_content_size":6601264,"sharing":"public","tag_list":"bonde
265
+ do role brazil Tropical","permalink":"bonde-do-role-bang-feat-kool","description":"Bonde
266
+ do Role''s New Album Tropical/Bacanal coming out July 31st !!\r\n\r\nEverything
267
+ they see is upside down. How else do you explain Bonde do Rol\u00ea? They
268
+ turn Brazilian folk songs into dance tracks, and they make rockabilly replays
269
+ into haunting taunts. In 2007, when their debut album With Lasers was released
270
+ and Diplo and Pitchfork and the Fader and everyone else talked about how wild
271
+ and weird and wonderful they were, it seemed like a stunt. In 2012, with their
272
+ second album Tropicalbacanal about to be released, they''re even more wild,
273
+ more weird, and more wonderful. Not many people know what Bonde are singing
274
+ about, but everyone keeps singing along; they''re the third world Black Eyed
275
+ Peas. Tropicalbacanal - produced by Diplo and Filip Nikolic of Poolside and
276
+ featuring guest turns from Caetano Veloso, Das Racist, Cecile, Rizzle Kicks,
277
+ and the Death Set - ushers in the fresh wave of avalanche tropical (the bossa
278
+ nova of modern Brazil) and is all over the place; they wouldn''t have it any
279
+ other way.\r\n\r\nTracklist\r\n1. Arrastao\r\n2. Kilo \r\n3. Brazilian Boys
280
+ (feat. Cecile) \r\n4. Dan\u00e7a Especial (feat. Rizzle Kicks) \r\n5. Puco
281
+ \r\n6. Bang (feat. Das Racist) \r\n7. Picole \r\n8. Baby Don''t Deny It (feat.
282
+ Caetano Veloso and Poolside) \r\n9. Kanye \r\n10. Banana Woman \r\n11. Tilel\u00ea
283
+ \r\n12. Baile Punk (feat. The Death Set)","streamable":true,"downloadable":false,"genre":"Baile
284
+ Western","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"Mad
285
+ Decent","isrc":"","video_url":null,"track_type":"original","key_signature":"","bpm":null,"title":"Bonde
286
+ do Role-Bang (feat. Kool A.D. of Das Racist)","release_year":2012,"release_month":7,"release_day":31,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51890678","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
287
+ 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/bonde-do-role-bang-feat-kool","artwork_url":"https://i1.sndcdn.com/artworks-000026173423-w66pyv-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/XLlpS2fjd65U_m.png","stream_url":"https://api.soundcloud.com/tracks/51890678/stream","playback_count":16678,"download_count":0,"favoritings_count":420,"comment_count":52,"attachments_uri":"https://api.soundcloud.com/tracks/51890678/attachments","sharing_note":{"text":"","created_at":"2012/07/05
288
+ 19:17:47 +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/05
289
+ 18:41:20 +0000","origin":{"track":{"id":51884069,"permalink":"return-to-the-valley-of-the-super-shooters","title":"The
290
+ Young Punx - Return To The Valley Of The Super Shooters","user_id":10703,"kind":"track","uri":"https://api.soundcloud.com/tracks/51884069","user_uri":"https://api.soundcloud.com/users/10703","permalink_url":"http://soundcloud.com/mofohifi/return-to-the-valley-of-the-super-shooters","stream_url":"https://api.soundcloud.com/tracks/51884069/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026169704-7xf6uu-large.jpg?34f5d10"},"user":{"id":390807,"kind":"user","permalink":"gramophonedzie","username":"Gramophonedzie","uri":"https://api.soundcloud.com/users/390807","permalink_url":"http://soundcloud.com/gramophonedzie","avatar_url":"https://i1.sndcdn.com/avatars-000006572822-65maf0-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/05
291
+ 18:36:30 +0000","origin":{"track":{"id":51756982,"permalink":"homework-conversation-piece","title":"Homework
292
+ - Conversation Piece (Skit) | Exploited","user_id":601885,"kind":"track","uri":"https://api.soundcloud.com/tracks/51756982","user_uri":"https://api.soundcloud.com/users/601885","permalink_url":"http://soundcloud.com/exploited/homework-conversation-piece","stream_url":"https://api.soundcloud.com/tracks/51756982/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026102828-xtm8aw-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/05
293
+ 18:29:14 +0000","origin":{"track":{"id":51790627,"permalink":"groove-all-in-there","title":"Groove
294
+ all in there","user_id":619666,"kind":"track","uri":"https://api.soundcloud.com/tracks/51790627","user_uri":"https://api.soundcloud.com/users/619666","permalink_url":"http://soundcloud.com/chocky9/groove-all-in-there","stream_url":"https://api.soundcloud.com/tracks/51790627/stream"},"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/05
295
+ 18:19:55 +0000","origin":{"kind":"track","id":51884666,"created_at":"2012/07/05
296
+ 18:17:36 +0000","user_id":199632,"duration":213527,"commentable":true,"state":"finished","original_content_size":8537935,"sharing":"public","tag_list":"","permalink":"sinden-5and5-sweetonyou","description":"Forthcoming...","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":70.0,"title":"Sinden
297
+ - Sweet On You (Feat 5kinAndBone5)","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51884666","embeddable_by":"all","user":{"id":199632,"kind":"user","permalink":"sinden","username":"Sinden","uri":"https://api.soundcloud.com/users/199632","permalink_url":"http://soundcloud.com/sinden","avatar_url":"https://i1.sndcdn.com/avatars-000014861469-gopwmg-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/sinden/sinden-5and5-sweetonyou","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/NACM7DMFU2aK_m.png","stream_url":"https://api.soundcloud.com/tracks/51884666/stream","playback_count":3090,"download_count":0,"favoritings_count":242,"comment_count":30,"attachments_uri":"https://api.soundcloud.com/tracks/51884666/attachments","sharing_note":{"text":"","created_at":"2012/07/05
298
+ 18:19:55 +0000"}},"tags":"affiliated"},{"type":"playlist","created_at":"2012/07/05
299
+ 18:12:03 +0000","origin":{"kind":"playlist","id":2186196,"created_at":"2012/07/03
300
+ 21:18:24 +0000","user_id":14730,"duration":1237600,"sharing":"public","tag_list":"mad
301
+ decent pheo cali rap hip hop","permalink":"pheo-california-sex-jeff025","description":"Rapping
302
+ for 10 years now Moreno Valley native, Pheo has his own style and swag down
303
+ pat. Part of that is his mantra/ label/religion Avocado Everything meaning
304
+ black on the outside (Skin) and Green on the inside (Money). For his latest
305
+ he''s teamed up with DJA (producer of \"Two Shots\" \"Wobble\") for California
306
+ Sex an ode to ladies from Cali and the world. The rest of the EP is a taste
307
+ of the smoked out beats and words this futuristic 25 year old has to offer
308
+ to the world.\n\nDownload via Mediafire: http://www.mediafire.com/?64896mfqpxiz8ui\n\n\nVisit
309
+ TheJeffrees.com for every past Jeffree''s Release!\n\nPheo\n\u003Ca href=\"http://www.Twitter.com/PheoPeace\"
310
+ rel=\"nofollow\" target=\"_blank\"\u003ETwitter\u003C/a\u003E\n\u003Ca href=\"http://pheocado.com\"
311
+ rel=\"nofollow\" target=\"_blank\"\u003EWebsite\u003C/a\u003E","streamable":true,"downloadable":true,"genre":"","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","type":"ep
312
+ single","playlist_type":"ep single","ean":"","title":"Pheo- California Sex
313
+ (JEFF025)","release_year":null,"release_month":null,"release_day":null,"license":"all-rights-reserved","uri":"https://api.soundcloud.com/playlists/2186196","permalink_url":"http://soundcloud.com/maddecent/sets/pheo-california-sex-jeff025","artwork_url":"https://i1.sndcdn.com/artworks-000026069476-nycoc2-large.jpg?34f5d10","embeddable_by":"all","user":{"id":14730,"kind":"user","permalink":"maddecent","username":"Mad
314
+ 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/2186196/tracks","sharing_note":{"text":"","created_at":"2012/07/05
315
+ 18:12:03 +0000"}},"tags":"affiliated"},{"type":"track-sharing","created_at":"2012/07/05
316
+ 16:07:10 +0000","origin":{"track":{"kind":"track","id":51871652,"created_at":"2012/07/05
317
+ 15:57:04 +0000","user_id":166962,"duration":682107,"commentable":true,"state":"finished","original_content_size":27272989,"sharing":"public","tag_list":"disco
318
+ jazz re-edit funk house dance","permalink":"nick-straker-band-a-little-bit","description":"Good
319
+ old fashion edit! Chopping, chippin, restitching and peppering with jazz!
320
+ Can NEVER touch the beautiful original, which is an absolute classic! Need
321
+ some feedback yo!!","streamable":true,"downloadable":true,"genre":"Boogie-Disco-Philiac","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"remix","key_signature":"","bpm":null,"title":"Nick
322
+ Straker Band - A Little Bit of Jazz - Kay''s ''Jazza-mawaka-wawa Swagger''
323
+ Edit","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51871652","embeddable_by":"all","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"},"user_playback_count":1,"user_favorite":false,"created_with":{"id":158,"kind":"app","name":"Scup","uri":"https://api.soundcloud.com/apps/158","permalink_url":"http://soundcloud.com/apps/scup","external_url":"http://dorianroy.com/scup/"},"permalink_url":"http://soundcloud.com/inhead-kay/nick-straker-band-a-little-bit","artwork_url":"https://i1.sndcdn.com/artworks-000026163745-jprnar-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/ZjY2PIlShUl8_m.png","stream_url":"https://api.soundcloud.com/tracks/51871652/stream","download_url":"https://api.soundcloud.com/tracks/51871652/download","playback_count":194,"download_count":49,"favoritings_count":7,"comment_count":8,"attachments_uri":"https://api.soundcloud.com/tracks/51871652/attachments"},"sharing_note":{"text":"It''s
324
+ a classic, so it had to be treated with care!!","created_at":"2012/07/05 16:06:15
325
+ +0000"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/05
326
+ 12:54:29 +0000","origin":{"track":{"id":50941412,"permalink":"5kinandbone5-vin-sol","title":"5KINANDBONE5
327
+ \u0026 Vin Sol - NOCTURNAL EMISSIONZ (((OUT NOW on SOO WAVEY)))","user_id":337388,"kind":"track","uri":"https://api.soundcloud.com/tracks/50941412","user_uri":"https://api.soundcloud.com/users/337388","permalink_url":"http://soundcloud.com/vin-sol/5kinandbone5-vin-sol","stream_url":"https://api.soundcloud.com/tracks/50941412/stream","artwork_url":"https://i1.sndcdn.com/artworks-000025683081-bc3wjy-large.jpg?34f5d10"},"user":{"id":493912,"kind":"user","permalink":"jokers-of-the-scene","username":"Jokers
328
+ 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":"favoriting","created_at":"2012/07/05
329
+ 11:57:34 +0000","origin":{"track":{"id":51368830,"permalink":"mayavanya-fries-fire-burn","title":"MayaVanya
330
+ - Fries (Fire Burn)(Fisky Remix)","user_id":2199111,"kind":"track","uri":"https://api.soundcloud.com/tracks/51368830","user_uri":"https://api.soundcloud.com/users/2199111","permalink_url":"http://soundcloud.com/fiskyoioioi/mayavanya-fries-fire-burn","stream_url":"https://api.soundcloud.com/tracks/51368830/stream","artwork_url":"https://i1.sndcdn.com/artworks-000025987557-4oy9yo-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/05
331
+ 08:34:36 +0000","origin":{"track":{"id":39033714,"permalink":"highgrademuzik-dem-cyaan-scare-we","title":"HighGradeMuzik
332
+ - Dem Cyaan Scare We ft Bounty Killer (FREE Wav)","user_id":120124,"kind":"track","uri":"https://api.soundcloud.com/tracks/39033714","user_uri":"https://api.soundcloud.com/users/120124","permalink_url":"http://soundcloud.com/highgrademuzik/highgrademuzik-dem-cyaan-scare-we","stream_url":"https://api.soundcloud.com/tracks/39033714/stream","artwork_url":"https://i1.sndcdn.com/artworks-000019574489-o3cucz-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/05
333
+ 00:44:12 +0000","origin":{"track":{"id":51774250,"permalink":"jimmy-edgar-heartkey","title":"Jimmy
334
+ Edgar \"Heartkey\"","user_id":572649,"kind":"track","uri":"https://api.soundcloud.com/tracks/51774250","user_uri":"https://api.soundcloud.com/users/572649","permalink_url":"http://soundcloud.com/jimmyedgar/jimmy-edgar-heartkey","stream_url":"https://api.soundcloud.com/tracks/51774250/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026112028-ci5so9-large.jpg?34f5d10"},"user":{"id":141790,"kind":"user","permalink":"inthewoodsny","username":"In
335
+ The Woods*","uri":"https://api.soundcloud.com/users/141790","permalink_url":"http://soundcloud.com/inthewoodsny","avatar_url":"https://i1.sndcdn.com/avatars-000014263678-bszrza-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"favoriting","created_at":"2012/07/04
336
+ 22:25:20 +0000","origin":{"track":{"id":51782004,"permalink":"b-g-baarregaard-feat-briem-way","title":"B.G.
337
+ Baarregaard feat. Briem - Way Back in May (Original mix)","user_id":171293,"kind":"track","uri":"https://api.soundcloud.com/tracks/51782004","user_uri":"https://api.soundcloud.com/users/171293","permalink_url":"http://soundcloud.com/baarregaard/b-g-baarregaard-feat-briem-way","stream_url":"https://api.soundcloud.com/tracks/51782004/stream","artwork_url":"https://i1.sndcdn.com/artworks-000026116135-sg3dg2-large.jpg?34f5d10"},"user":{"id":293501,"kind":"user","permalink":"soundsofthe70sblogspot","username":"soundsofthe70s.blogspot","uri":"https://api.soundcloud.com/users/293501","permalink_url":"http://soundcloud.com/soundsofthe70sblogspot","avatar_url":"https://i1.sndcdn.com/avatars-000000684917-2plb9u-large.jpg?34f5d10"}},"tags":"affiliated"},{"type":"track","created_at":"2012/07/04
338
+ 20:22:38 +0000","origin":{"kind":"track","id":51797241,"created_at":"2012/07/04
339
+ 20:22:38 +0000","user_id":12078,"duration":212769,"commentable":true,"state":"finished","original_content_size":8507591,"sharing":"public","tag_list":"Emergency
340
+ Steve Aoki Lil Jon Chiddy Bang Dim Mak Records","permalink":"emergency-clockwork-remix","description":"FINALLY!!
341
+ MY REMIX OF EMERGENCY BY STEVE AOKI IS COMING OUT ON DIM MAK JULY 10TH. HAPPY
342
+ 4TH DUDES/DUDETTES\r\n\r\nhttp://www.twitter.com/clockworkLA\r\nhttp://www.facebook.com/clockworkmusic","streamable":true,"downloadable":false,"genre":"Arena
343
+ Rock","release":"","purchase_url":null,"purchase_title":null,"label_id":null,"label_name":"","isrc":"","video_url":null,"track_type":"","key_signature":"","bpm":null,"title":"Emergency
344
+ (Clockwork Remix)- Steve Aoki Ft. Lil Jon \u0026 Chiddy Bang","release_year":null,"release_month":null,"release_day":null,"original_format":"mp3","license":"all-rights-reserved","uri":"https://api.soundcloud.com/tracks/51797241","embeddable_by":"all","user":{"id":12078,"kind":"user","permalink":"clockworkmusic","username":"ClockworkMusic","uri":"https://api.soundcloud.com/users/12078","permalink_url":"http://soundcloud.com/clockworkmusic","avatar_url":"https://i1.sndcdn.com/avatars-000017584691-tfvkhf-large.jpg?34f5d10"},"user_playback_count":1,"user_favorite":false,"permalink_url":"http://soundcloud.com/clockworkmusic/emergency-clockwork-remix","artwork_url":"https://i1.sndcdn.com/artworks-000026124459-d9n6gq-large.jpg?34f5d10","waveform_url":"https://w1.sndcdn.com/o6G4QJlJfLOG_m.png","stream_url":"https://api.soundcloud.com/tracks/51797241/stream","playback_count":9525,"download_count":0,"favoritings_count":399,"comment_count":74,"attachments_uri":"https://api.soundcloud.com/tracks/51797241/attachments","sharing_note":{"text":"MY
345
+ EMERGENCY REMIX:","created_at":"2012/07/04 20:22:38 +0000"}},"tags":"affiliated"}],"next_href":"https://api.soundcloud.com/me/activities/all?cursor=dc7ea080-c5ee-11e1-9bf6-906a7833730c","future_href":"https://api.soundcloud.com/me/activities/all?uuid%5Bto%5D=dc8fe080-c90d-11e1-93b4-d283dbf09cab"}'
346
+ http_version:
347
+ recorded_at: Wed, 11 Jul 2012 05:46:53 GMT
348
+ recorded_with: VCR 2.2.2
@@ -0,0 +1,56 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.soundcloud.com/comments/13685794?client_id=<CLIENT_ID>
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
+ - Fri, 29 Jun 2012 15:40:41 GMT
21
+ Content-Type:
22
+ - application/json; charset=utf-8
23
+ Connection:
24
+ - keep-alive
25
+ X-Runtime:
26
+ - '12'
27
+ Etag:
28
+ - ! '"baabe894846de05340fac131df744573"'
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
+ - '470'
41
+ X-Varnish:
42
+ - '3032042448'
43
+ Age:
44
+ - '0'
45
+ Via:
46
+ - 1.1 varnish
47
+ X-Cache:
48
+ - MISS
49
+ body:
50
+ encoding: US-ASCII
51
+ string: ! '{"kind":"comment","id":13685794,"created_at":"2011/04/06 14:55:30
52
+ +0000","user_id":1505645,"track_id":9740245,"timestamp":55593,"body":"best
53
+ jehst! :D","uri":"http://api.soundcloud.com/comments/13685794","user":{"id":1505645,"kind":"user","permalink":"four2wenty","username":"four2wenty","uri":"http://api.soundcloud.com/users/1505645","permalink_url":"http://soundcloud.com/four2wenty","avatar_url":"http://i1.sndcdn.com/avatars-000012916021-gojrxj-large.jpg?96679da"}}'
54
+ http_version:
55
+ recorded_at: Fri, 29 Jun 2012 15:40:44 GMT
56
+ recorded_with: VCR 2.2.0