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,65 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: put
5
+ uri: https://api.soundcloud.com/me/followings/19813607?oauth_token=<ACCESS_TOKEN>
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Content-Length:
11
+ - '0'
12
+ response:
13
+ status:
14
+ code: 201
15
+ message: Created
16
+ headers:
17
+ Server:
18
+ - nginx
19
+ Date:
20
+ - Sat, 14 Jul 2012 23:59:12 GMT
21
+ Content-Type:
22
+ - application/xml; charset=utf-8
23
+ Connection:
24
+ - keep-alive
25
+ Cache-Control:
26
+ - no-cache
27
+ Location:
28
+ - https://api.soundcloud.com/users/19813607
29
+ X-Runtime:
30
+ - '32'
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=no-cache
39
+ Content-Length:
40
+ - '994'
41
+ X-Varnish:
42
+ - '1328747438'
43
+ Age:
44
+ - '0'
45
+ Via:
46
+ - 1.1 varnish
47
+ X-Cache:
48
+ - MISS
49
+ body:
50
+ encoding: US-ASCII
51
+ string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<user>\n <id type=\"integer\">19813607</id>\n
52
+ \ <kind>user</kind>\n <permalink>red_haze</permalink>\n <username>red_haze</username>\n
53
+ \ <uri>https://api.soundcloud.com/users/19813607</uri>\n <permalink-url>http://soundcloud.com/red_haze</permalink-url>\n
54
+ \ <avatar-url>https://a1.sndcdn.com/images/default_avatar_large.png?62b09b1</avatar-url>\n
55
+ \ <country>United States</country>\n <full-name></full-name>\n <city>San
56
+ Francisco</city>\n <description nil=\"true\"></description>\n <discogs-name
57
+ nil=\"true\"></discogs-name>\n <myspace-name nil=\"true\"></myspace-name>\n
58
+ \ <website nil=\"true\"></website>\n <website-title nil=\"true\"></website-title>\n
59
+ \ <online type=\"boolean\">false</online>\n <track-count type=\"integer\">0</track-count>\n
60
+ \ <playlist-count type=\"integer\">0</playlist-count>\n <public-favorites-count
61
+ type=\"integer\">0</public-favorites-count>\n <followers-count type=\"integer\">1</followers-count>\n
62
+ \ <followings-count type=\"integer\">1</followings-count>\n</user>\n"
63
+ http_version:
64
+ recorded_at: Sat, 14 Jul 2012 23:59:16 GMT
65
+ recorded_with: VCR 2.2.2
@@ -0,0 +1,431 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.soundcloud.com/users/2879548/followers?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:54 GMT
21
+ Content-Type:
22
+ - application/json; charset=utf-8
23
+ Connection:
24
+ - keep-alive
25
+ X-Runtime:
26
+ - '440'
27
+ Etag:
28
+ - ! '"8ba91c0e2b2efb36b071a7aedad9c165"'
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
+ - '53059'
41
+ X-Varnish:
42
+ - '3859851901'
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: ! '[{"id":7002388,"kind":"user","permalink":"smurthas","username":"smurthas","uri":"http://api.soundcloud.com/users/7002388","permalink_url":"http://soundcloud.com/smurthas","avatar_url":"http://i1.sndcdn.com/avatars-000005671285-qjpjrz-large.jpg?96679da","country":"United
54
+ States","full_name":"Simon","city":"San Francisco","description":null,"discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":15,"playlist_count":0,"public_favorites_count":1,"followers_count":4,"followings_count":4},{"id":1722310,"kind":"user","permalink":"me-and-this-arm","username":"Me
55
+ \u0026 This Army","uri":"http://api.soundcloud.com/users/1722310","permalink_url":"http://soundcloud.com/me-and-this-arm","avatar_url":"http://i1.sndcdn.com/avatars-000007084825-6hyxc9-large.jpg?96679da","country":"United
56
+ States","full_name":"Courtney Hargrove, Nicholas Pollione, Jonathan Burrier","city":"Baltimore","description":"Check
57
+ out our new song, YOU, and download it for free! \r\n\r\nwww.meandthisarmy.com\r\nwww.facebook.com/meandthisarmy","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":5,"playlist_count":0,"public_favorites_count":31,"followers_count":254,"followings_count":1396},{"id":400115,"kind":"user","permalink":"antisweep","username":"Antisweep","uri":"http://api.soundcloud.com/users/400115","permalink_url":"http://soundcloud.com/antisweep","avatar_url":"http://i1.sndcdn.com/avatars-000002063162-f9k8ox-large.jpg?96679da","country":"United
58
+ States","full_name":"Antisweep","city":"Austin","description":"Antisweep was
59
+ raised in the tundra of the north, after much soul seeking and long journeys
60
+ he met the sound waves that led him to happiness. Through many long hours
61
+ and much contemplation he decided to breed rabbits and sell them to the locals.
62
+ Within this his happiness grew and he brought forth his own sound waves. This
63
+ Page is a portal into the waves emitted by Antisweep. ","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":26,"playlist_count":1,"public_favorites_count":111,"followers_count":548,"followings_count":1351},{"id":11176837,"kind":"user","permalink":"lucaderosa29","username":"Electric
64
+ Blue \u0026 J-kyNg","uri":"http://api.soundcloud.com/users/11176837","permalink_url":"http://soundcloud.com/lucaderosa29","avatar_url":"http://i1.sndcdn.com/avatars-000016450208-f31yqg-large.jpg?96679da","country":"Italy","full_name":"Luca
65
+ De Rosa","city":"Turin","description":null,"discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":12,"playlist_count":0,"public_favorites_count":9,"followers_count":439,"followings_count":1890},{"id":11318454,"kind":"user","permalink":"hbkcj","username":"HBKCJ","uri":"http://api.soundcloud.com/users/11318454","permalink_url":"http://soundcloud.com/hbkcj","avatar_url":"http://i1.sndcdn.com/avatars-000009854206-bkh76t-large.jpg?96679da","country":"United
66
+ States","full_name":"CJ McGhee","city":"SAN FRANCISCO BAY AREA","description":" ATTENTION ATTENTION ATTENTION\r\n
67
+ To all HBKCJ colaboraters and followers: MAJOR technical difficulties have
68
+ occured due to possible HACKING of all HBKCJ sound clound music page causing
69
+ extreme TEMPORARY INTERRUPTIONS. Sound Clound department of INFRIGMENT/COPYWRITE
70
+ has contacted us and now investigating this matter. We have made over 7000
71
+ comments on your tracks. If you see any comments within the past week that
72
+ says HBKCJ on any of your tracks with a DIFFERENT PROFILE NAME on it please
73
+ NOTIFY ME ASAP!!!!! We will be back in FULL FORCE SOON!. Please continue
74
+ to follow.Thanks for all of your support and God Bless.\r\n\r\n HBKCJ/
75
+ CLARENCE JOHN MCGHEE\r\n \r\n\r\n\r\n\r\n\r\n\r\nClarence
76
+ John McGhee aka CJ (CESAY) and Michael McGhee aka Vivvid first cousins both
77
+ born and raised in Oakland California. They both have been making music since
78
+ the age of 10, their musical talents come from their fathers(brothers) who
79
+ have written many songs that has never been heard by the public. Yes old school
80
+ music mixed with todays high tech sounds creating an original sound of their
81
+ own is what these guys represent. From rap, r \u0026 b, hip hop and rock with
82
+ a spice of their own flavor, these guys are open and ready anytime for that
83
+ big day to arrive! , Mikey is an excellent gifted keyboard, pianist \r\n,
84
+ and organ player with the natural given talent with a voice that comes along
85
+ with his package that touches the soul. With his rough raspy voice, CJ has
86
+ the force factor, giving the hard heart felt throbing beat that makes this
87
+ unique contagious blend of music to the ear! The power of lyrics and song
88
+ writing is CJ''s gift. Once CJ and Mikey put a song together \"BEATS ON HIT\"...
89
+ the passion that the songs bring, these guys are aweome, they do not copy
90
+ other peoples songs. They say''their way or the highway\". At the tinder age
91
+ of 21 the sounds that are created comes from the heart and the experience
92
+ of their up bringing in Oakland and Richmond Ca. of which they have lost many
93
+ friends to the game and life on the streets. Lil Mikey continues to play gospel
94
+ music for bay area churches weekly and CJ is a dedicated Veterinarian Technician
95
+ for the City of San Francisco. There are plenty more sounds where these came
96
+ from so keep your ears open and keep checking in on these guys they are very
97
+ inspirational individuals. We really appreciate all of your support and look
98
+ forward to doing business with someone out there who has the faith in us that
99
+ we have in ourselves for a record deal. Our first CD will be coming soon.We
100
+ thank all of you for following our music and appreciate your comments as well.
101
+ So until next time god bless you all. LET''S KEEP THE MUSIC GOING-follow my
102
+ brother NYJIS MCGHEE on SOUND CLOUD. JUST ONE MORE NOTE WE''VE ADDED A NEW
103
+ ADDITION TO OUR PROFILE, MR PIANOMAN FROM NAMBIA, MR PIANOMAN HAS GREATLY
104
+ INPROVED OUR SKILLS BY ADDING HIS MAGIC PIANO FINGERS TO SOME OF OUR MUSIC
105
+ AND WILL BE COLLABORATING WITH CJ IN THE FUTURE. \r\n\r\n","discogs_name":null,"myspace_name":"","website":"http://mystudio.net/hbkcjmcghee","website_title":"MY
106
+ STUDIO","online":true,"track_count":40,"playlist_count":1,"public_favorites_count":216,"followers_count":2817,"followings_count":1902},{"id":999942,"kind":"user","permalink":"jackca","username":"JackCA","uri":"http://api.soundcloud.com/users/999942","permalink_url":"http://soundcloud.com/jackca","avatar_url":"http://i1.sndcdn.com/avatars-000002957252-ptk617-large.jpg?96679da","country":"United
107
+ States","full_name":"Jack Anderson","city":"San Francisco","description":"","discogs_name":null,"myspace_name":null,"website":"http://janderson.me","website_title":"","online":true,"track_count":1,"playlist_count":1,"public_favorites_count":75,"followers_count":21,"followings_count":112},{"id":3614110,"kind":"user","permalink":"richwatson78","username":"rich
108
+ watson","uri":"http://api.soundcloud.com/users/3614110","permalink_url":"http://soundcloud.com/richwatson78","avatar_url":"http://i1.sndcdn.com/avatars-000002923025-rhiz1d-large.jpg?96679da","country":"Britain
109
+ (UK)","full_name":"Rich Watson","city":"London","description":" - singer\r\n
110
+ - songwriter\r\n - producer\r\n - played royal albert hall in 2008, supporting
111
+ the fratellis \u0026 performed with andy \u0026 neil from travis\r\n - worked
112
+ with kenney jones (small faces \u0026 the who) \u0026 mike rutherford (mike
113
+ \u0026 the mechanics \u0026 genesis) on the times ford focus/carparts project, performing
114
+ on behalf of teenage cancer trust in liverpool, glasgow \u0026 the hospital,
115
+ covent garden\r\n - commissioned to write title theme for ''The New Goodbye''
116
+ iphone app in 2010 - available at iTunes\r\n - The Night Tripper and The Last
117
+ Chapter of the First Book are both featured on Current TV''s latest series
118
+ of What Did I Do Last Night","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":19,"playlist_count":0,"public_favorites_count":14,"followers_count":321,"followings_count":2000},{"id":14917066,"kind":"user","permalink":"lunarbear","username":"Lunar
119
+ Bear","uri":"http://api.soundcloud.com/users/14917066","permalink_url":"http://soundcloud.com/lunarbear","avatar_url":"http://i1.sndcdn.com/avatars-000015718463-b3dcxt-large.jpg?96679da","country":"Honduras","full_name":"Wilmer
120
+ Murillo","city":"","description":"Lunar Bear is the music project of designer
121
+ and doodler, Wilmer Murillo.\r\nhttp://wilmermurillo.com","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":2,"playlist_count":0,"public_favorites_count":55,"followers_count":33,"followings_count":75},{"id":5322401,"kind":"user","permalink":"janeshin","username":"Jane
122
+ Shin","uri":"http://api.soundcloud.com/users/5322401","permalink_url":"http://soundcloud.com/janeshin","avatar_url":"http://i1.sndcdn.com/avatars-000007803011-yg4zqt-large.jpg?96679da","country":"United
123
+ States","full_name":"Jane Shin","city":"San Francisco","description":"Hi,
124
+ I''m Jane on the \u003Ca href=\"http://soundcloud.com/community-team\" rel=\"nofollow\"
125
+ target=\"_blank\"\u003ESoundCloud Community team\u003C/a\u003E based in San
126
+ Francisco! I help run the \u003Ca href=\"http://bit.ly/soundcloudheroes\"\u003E
127
+ SoundCloud Heroes program\u003C/a\u003E. Get involved!\r\n\r\nA few things
128
+ I very much love: Welsh Corgis, live music and the Internet for making it
129
+ possible to find and share so many gems, especially on SoundCloud! :-)\r\n\r\nWant
130
+ to say hello? PM me, because I like hellos!\r\n\r\nIf you need help, hit up
131
+ \u003Ca href=\"http://help.soundcloud.com\"\u003Ehelp.soundcloud.com\u003C/a\u003E.\r\n\r\n\uc62c\ub9bc,\r\nJane","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":21,"playlist_count":3,"public_favorites_count":93,"followers_count":890,"followings_count":275},{"id":21778,"kind":"user","permalink":"seams","username":"seams","uri":"http://api.soundcloud.com/users/21778","permalink_url":"http://soundcloud.com/seams","avatar_url":"http://i1.sndcdn.com/avatars-000011926759-9mkw36-large.jpg?96679da","country":"Germany","full_name":"Jami
132
+ Welch","city":"Berlin","description":"My name is Jami, I make electronic music
133
+ under the name Seams.\r\n\r\nI work at SoundCloud as part of the Community
134
+ Team. Say Hello!\r\n\r\n\r\nSeams Management:\r\ncharlie@fwinki.com\r\n\r\nFor
135
+ live bookings contact: \r\nwill@mainstageartists.com","discogs_name":null,"myspace_name":"seams","website":"http://www.seamsmusic.com","website_title":"Website","online":true,"track_count":30,"playlist_count":7,"public_favorites_count":203,"followers_count":4068,"followings_count":347},{"id":11575605,"kind":"user","permalink":"terrence-trone-arnett","username":"TronePresto
136
+ (PrestoBeatS)","uri":"http://api.soundcloud.com/users/11575605","permalink_url":"http://soundcloud.com/terrence-trone-arnett","avatar_url":"http://i1.sndcdn.com/avatars-000009826216-xvsv4j-large.jpg?96679da","country":null,"full_name":"Terrence
137
+ Arnett","city":"Indianapolis,Indiana ","description":"Producer/Rapper/Artist
138
+ (READY TO COLLABORATE WITH ANY SINGER/RAPPER/ARTIST OF ANY GENRE)","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":15,"playlist_count":0,"public_favorites_count":50,"followers_count":738,"followings_count":1998},{"id":6214605,"kind":"user","permalink":"amarantemusic","username":"Amarante
139
+ :)","uri":"http://api.soundcloud.com/users/6214605","permalink_url":"http://soundcloud.com/amarantemusic","avatar_url":"http://i1.sndcdn.com/avatars-000008530220-2uy87m-large.jpg?96679da","country":"United
140
+ States","full_name":"Jysi And Josh Hewitt","city":"Fresno","description":"We
141
+ have just Released an Album titled \"Fingertips That Would Dare To Paint Ghosts
142
+ On Dirt\"\r\n\r\nIt''s Available on Band Camp Here: http://amarante.bandcamp.com/\r\n\r\nAnd
143
+ iTunes Here http://itunes.apple.com/us/album/fingertips-that-would-dare/id515148200\r\n\r\nIt
144
+ can also Be Purchased at our Bandcamp page.. http://amarante.bandcamp.com/\r\n\r\n\u003Ciframe
145
+ width=\"400\" height=\"100\" style=\"position: relative; display: block; width:
146
+ 400px; height: 100px;\" src=\"http://bandcamp.com/EmbeddedPlayer/v=2/album=2338708111/size=venti/bgcol=FFFFFF/linkcol=4285BB/\"
147
+ allowtransparency=\"true\" frameborder=\"0\"\u003E\u003Ca href=\"http://amarante.bandcamp.com/album/fingertips-that-would-dare-to-paint-ghosts-on-dirt\"\u003EFingertips
148
+ That Would Dare To Paint Ghosts On Dirt by Amarante\u003C/a\u003E\u003C/iframe\u003E\r\n\r\n\r\n\r\nM\u00fam
149
+ has listened to and liked our cover of theirs\r\n\u003Ca href=\"http://i42.tinypic.com/4i1ocn.png\"
150
+ rel=\"nofollow\" target=\"_blank\"\u003Ehttp://i42.tinypic.com/4i1ocn.png\u003C/a\u003E\r\n\r\n\r\n\r\n
151
+ We just added a new set CALLED STEMS.Were gonna let you download the tracks
152
+ for some of our songs in hopes you will create remixes.We look forward to
153
+ the creativity out there!!!Right now we have the STEMS for our cover GOOD
154
+ MORNING FIRE EATER, Our Smiths Cover, and Our Original Song \"Rylan\".. and
155
+ \"SNOW STORM\" DOWNLOAD and REMIX NOW!!ALL REMIXES CAN BE UPLOADED TO OUR
156
+ GROUP CALLED AMARANTE STEMS ..Don''t forget to tell your fans where the sounds
157
+ came from! thanks\r\nJysi\r\nAmarante","discogs_name":null,"myspace_name":null,"website":"http://amarante.bandcamp.com/","website_title":"Buy
158
+ our Songs HERE!!!","online":true,"track_count":55,"playlist_count":4,"public_favorites_count":49,"followers_count":11996,"followings_count":1950},{"id":3173039,"kind":"user","permalink":"cutlery-1","username":"Cutlery
159
+ Beats","uri":"http://api.soundcloud.com/users/3173039","permalink_url":"http://soundcloud.com/cutlery-1","avatar_url":"http://i1.sndcdn.com/avatars-000011770939-kifuxi-large.jpg?96679da","country":"Japan","full_name":"Cutlery
160
+ Ignition","city":"Kumamoto","description":null,"discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":19,"playlist_count":0,"public_favorites_count":112,"followers_count":1168,"followings_count":2000},{"id":4702860,"kind":"user","permalink":"juiceband","username":"juiceband","uri":"http://api.soundcloud.com/users/4702860","permalink_url":"http://soundcloud.com/juiceband","avatar_url":"http://i1.sndcdn.com/avatars-000004842088-uq6z5l-large.jpg?96679da","country":"Canada","full_name":"Juice","city":"Toronto
161
+ ","description":"Since the inception of the band in 2009, Juice has become
162
+ a major up-and-coming force in the Toronto music scene. Juice has headlined
163
+ legendary Toronto venues including the Horseshoe Tavern, the El Mocambo, the
164
+ Silver Dollar Room, Mitzi''s Sister, Clinton''s Tavern, and Lee\u2019s Palace.
165
+ Juice can also be seen playing at universities and colleges throughout Ontario,
166
+ having already added Waterloo, Humber, Trent, and Queens to their list. Mixing
167
+ the roots of Rock/Funk/Jazz/R\u0026amp;B with Pop melodies and Hip-Hop grooves,
168
+ Juice has an original sound that appeals to all music lovers.\nSmooth vocals,
169
+ a heavy-hitting rhythm section, tight horns, a fiery M.C., not to mention
170
+ their intense live shows, all combine to create an unforgettable experience.
171
+ After seeing the band perform live, the independent Toronto music critic The
172
+ Lonely Vagabond described Juice saying \u201cMixing hip-hop, funk, and sun-drenched
173
+ 70''s pop, this is an energy-fueled sound that will make you hit the dance
174
+ floor!\u201d Juice challenges mainstream ideas about music by blurring the
175
+ lines between genres, focusing on energy and excitement, as well as placing
176
+ a high importance on connecting with their audience.\n A bright and busy future
177
+ lays ahead for the band, having just released their debut 6 song EP and EPK
178
+ entitled Nine Nineteen to rave reviews. Over the course of the next year Juice
179
+ will be playing and touring in Quebec and Ontario, along with writing/arranging/recording
180
+ their full length album which is scheduled to be released in the summer of
181
+ 2012.Keep an eye (and an ear) out for Juice because there''s no doubt they''ll
182
+ be playing at an event near you!\n\n","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":7,"playlist_count":1,"public_favorites_count":0,"followers_count":822,"followings_count":1478},{"id":11726769,"kind":"user","permalink":"can-so-u-l-e-d","username":"Can.So[u]l[e]d","uri":"http://api.soundcloud.com/users/11726769","permalink_url":"http://soundcloud.com/can-so-u-l-e-d","avatar_url":"http://i1.sndcdn.com/avatars-000012439625-0xlph4-large.jpg?96679da","country":"United
183
+ States","full_name":"Eric // Can.So[u]l[e]d // Erock //","city":"*******LISTEN
184
+ TO MY TRACKS, DON''T JUST FOLLOW ME!!!!!!*******","description":"******Download
185
+ the \"Dirty Souled\" EP with http://soundcloud.com/dirty-porcelain the beat
186
+ extraordinaire******\n\n-------------------------------------------------------------\n~~~||
187
+ Looking for an exclusive producer ||~~~\n-------------------------------------------------------------\nhttp://soundcloud.com/freeassociation
188
+ (a freestyle group I am a member of).\n-------------------------------------------------------------\n\n~~**||Featured
189
+ Artists + Collaborators||**~~\n\n http://soundcloud.com/africanhero87\n\nhttp://soundcloud.com/dirty-porcelain\n\nhttp://soundcloud.com/senji-niban\n\nhttp://soundcloud.com/areou\n\nhttp://soundcloud.com/kocha\n\nhttp://soundcloud.com/luminaryyouth\n\nhttp://soundcloud.com/tc-massay\n\nhttp://soundcloud.com/cricketsmakemath\n\nhttp://soundcloud.com/centaur-sapien\n\nhttp://soundcloud.com/theglowofstreetlights\n\nhttp://soundcloud.com/future-lab-rats\n\nThanks
190
+ for the support =)","discogs_name":null,"myspace_name":"#!","website":null,"website_title":null,"online":true,"track_count":30,"playlist_count":3,"public_favorites_count":104,"followers_count":471,"followings_count":842},{"id":70505,"kind":"user","permalink":"benfawkes","username":"Ben
191
+ Fawkes","uri":"http://api.soundcloud.com/users/70505","permalink_url":"http://soundcloud.com/benfawkes","avatar_url":"http://i1.sndcdn.com/avatars-000010100913-1fc3ug-large.jpg?96679da","country":"Germany","full_name":"","city":"Berlin","description":"Tracks
192
+ taken from time with band Shake my hand, mixes or things using recording devices,
193
+ or just general ideas can be found here! I also really enjoy field recording
194
+ and making samples out of them. Currently working for the weatherman. Interested
195
+ in hearing about anyone using SoundCloud in the various ways it can be used
196
+ outside of the music world. Message me if you''re one of them.\r\n\r\nAlso
197
+ I am testing out chatter.fm - leave me a message on (415) 599-2671, you''ll
198
+ have to enter this pin - 4637-9237 in order to leave a message.\r\n","discogs_name":null,"myspace_name":null,"website":"http://www.benfawkes.com","website_title":"BenFawkes.com","online":true,"track_count":212,"playlist_count":25,"public_favorites_count":1199,"followers_count":4985,"followings_count":1998},{"id":2490,"kind":"user","permalink":"david","username":"David
199
+ No\u00ebl","uri":"http://api.soundcloud.com/users/2490","permalink_url":"http://soundcloud.com/david","avatar_url":"http://i1.sndcdn.com/avatars-000004390655-itlofv-large.jpg?96679da","country":"Germany","full_name":"","city":"Berlin","description":"Hi,
200
+ my name is David. Hands up for all things tech, music, internet, remarkable
201
+ people \u0026amp; ideas. I love airplanes and freckles.\r\n\r\nI''m SoundCloud''s
202
+ Community Evangelist.\r\n","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":95,"playlist_count":4,"public_favorites_count":295,"followers_count":7993,"followings_count":716},{"id":849780,"kind":"user","permalink":"marie","username":"Marie
203
+ Elliott","uri":"http://api.soundcloud.com/users/849780","permalink_url":"http://soundcloud.com/marie","avatar_url":"http://i1.sndcdn.com/avatars-000008099259-tra052-large.jpg?96679da","country":"Germany","full_name":"Marie
204
+ Elliott","city":"Berlin","description":"Yo, I''m Marie! I''m originally from
205
+ Vancouver, and now, living in Berlin as a Community Manager at SoundCloud.
206
+ \r\n\r\nWhen Tuesday rolls around, I like to record a new German word I''ve
207
+ learned that week (usually one I like) and post it here. So you are welcome
208
+ to join me in my quest to learn the German language!\r\n\r\n\u003Cb\u003EFor
209
+ support requests:\u003C/b\u003E please use the contact form on the \u003Ca
210
+ href=\"http://soundcloud.com/help\"\u003EHelp page\u003C/a\u003E. That way,
211
+ we can keep better track of your case and help you more efficiently :)","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":86,"playlist_count":3,"public_favorites_count":371,"followers_count":8356,"followings_count":1528},{"id":324064,"kind":"user","permalink":"bad-panda-records","username":"Bad
212
+ Panda Records","uri":"http://api.soundcloud.com/users/324064","permalink_url":"http://soundcloud.com/bad-panda-records","avatar_url":"http://i1.sndcdn.com/avatars-000000733783-d1doh2-large.jpg?96679da","country":"Italy","full_name":"DIY
213
+ free-download CC startup label","city":"Rome / Berlin / Paris / Palo Alto
214
+ / Reykjav\u00edk","description":"Be our friend on \nhttp://facebook.com/badpandarecords
215
+ \nhttp://twitter.com/badpandarecords \n\nand have a look at the SHOP http://badpandarecords.bigcartel.com\n\nBad
216
+ Panda Records is a DIY label born with a strange idea in mind: one new release
217
+ (singles or eps) every monday in free download under Creative Commons licenses.
218
+ We stimulate people to listen, download, share and remix.\n\n\u003Ca href=http://badpandarecords.bigcartel.com/product/dumbogetsmad\u003E
219
+ We also press beautiful physical stuff, once in a while.\u003C/a\u003E\n\n\u003Ca
220
+ href=http://badpandarecords.wordpress.com/take-the-mp3-and-run/\u003EPrevious
221
+ releases include : RocketNumberNine (UK), Ocelote Rojo (CHI), Monster Rally
222
+ (USA), Delicate Steve (USA), Great Lake Swimmers (CAN), Frederik Teige from
223
+ Efterklang (DK), Barzin (CAN), Anders Ilar (SWE), CIVIL CIVIC (AUS), Venice
224
+ (IT), Southern Shores (CAN), 1-Speed Bike from Godspeed You! Black Emperor
225
+ (CAN), A Weather (USA), Yawn (USA), Gareth Dickson (UK), worriedaboutsatan
226
+ (UK), golau glau (UK), Gaspar Claus (FR), Teamforest (DE), The American Dollar
227
+ (USA), Fuki Kureta (TUR), Possimiste (EST), memotone (UK), Louis Aguilar
228
+ (FR), American Green (JP), NQ (DE), Good Weather For An Airstrike (UK), Desmond
229
+ \u0026 the Tutus (ZA), Symfoniorkestern (SWE), Talvihorros (UK), junior85
230
+ (IRL), Foxes In Fiction (CAN), BABY JAZZ (USA), All India Radio (AUS), Bomarr
231
+ (US), Bing \u0026 Ruth (USA), endsnotnear (JP), \u00datid\u00far (IS), Johnny
232
+ Hawaii (FR), The Echelon Effect (UK), James Irwin (CAN), Ergo Phizmiz (UK),
233
+ Populous (IT), Kira Kira (IS), James Yates (UK), Ori (ISR), a.damned.age (DE),
234
+ trog''low (CAN), Lost Boy? (USA), Berlinist (ESP) and many more.\u003C/a\u003E\n\n\u003Ca
235
+ href=http://vimeo.com/1986998\u003EWhat Is Creative Commons?\u003C/a\u003E\n\nSUBMISSIONS:\nIf
236
+ you think we should check out your music and would like to be considered for
237
+ the Bad Panda releases, please drop us a line at badpandasubmit at gmail dot
238
+ com \n\n(we rarely check soundcloud messages and we get notification of your
239
+ shared track only when shared to a handful.. thanks for understanding!)\n
240
+ \n\"i love music. i always will. it saved my life, and i bet i\u2019m not
241
+ the only one who can say that. what is called the music business today, however,
242
+ is not the business of producing music. at some point it became the business
243
+ of selling cds in plastic cases, and that business will soon be over. but
244
+ that\u2019s not bad news for music, and it\u2019s certainly not bad news for
245
+ musicians. indeed, with all the ways to reach an audience, there have never
246
+ been more opportunities for artists.\" (david byrne)\n\n\"music is about creative
247
+ and passionate ideas. not product.\" (the free music movement)\n\n\"a free
248
+ culture has been our past, but it will only be our future if we change the
249
+ path we are on right now. a free culture is not a culture without property;
250
+ it is not a culture in which artists don\u2019t get paid. a culture without
251
+ property, or in which creators can\u2019t get paid, is anarchy, not freedom.
252
+ we can carry a free culture into the twenty-first century, without artists
253
+ losing and without the potential of digital technology being destroyed. common
254
+ sense must revolt. it must act to free culture. soon, if this potential is
255
+ ever to be realized.\" (lawrence lessig)\n\nwho inspired us: !k7, 12rec, 12tonar,
256
+ 4ad, aerotone, alien8, anti, anticon, arts \u0026amp; crafts, asthmatic kitty,
257
+ astralwerks, astrolab, audio dregs, bearfunk, bella union, border, bpitch,
258
+ brainfeeder, circus, city slang, compost, constellation, cooperative music,
259
+ dc, dfa, domino, drag city, ecm, ed banger, eskimo, fargo, fatcat, feedelity,
260
+ full pupp, ghostly, gomma, graveyard, hivern, holiday, homesleep, hyperdub,
261
+ information, institubes, ipecac, italiansdoitbetter, jagjaguwar, killrockstars,
262
+ kitchen motors, kitsune, kompakt, konkurrent, kranky, labrador, leaf, lost
263
+ children, m_nus, manana, matador, merge, mindless boogie, modular, monotreme,
264
+ moodgadget, morr, moshimoshi, motown, mute, ninja, noble, nonesuch, obscure,
265
+ paw tracks, permanent vacation, planet mu, play it again sam, plop, rabid,
266
+ raster-noton, rephlex, resonant, rong, rough trade, rune grammofon, saddle
267
+ creek, secretly canadian, sincerely yours, smalltown, smekkleysa, sonar kollektiv,
268
+ source, stax, stones throw, sub pop, suicide squeeze, supersoul, tigersushi,
269
+ touch and go, tru thoughts, turbo, type, warp, wichita, xl","discogs_name":null,"myspace_name":null,"website":"http://badpandarecords.bigcartel.com/","website_title":"Bad
270
+ Panda Records","online":true,"track_count":91,"playlist_count":6,"public_favorites_count":26,"followers_count":129080,"followings_count":912},{"id":5413240,"kind":"user","permalink":"shazoot","username":"shazoot","uri":"http://api.soundcloud.com/users/5413240","permalink_url":"http://soundcloud.com/shazoot","avatar_url":"http://i1.sndcdn.com/avatars-000004263395-exi3x5-large.jpg?96679da","country":"Britain
271
+ (UK)","full_name":"Becky shazoot","city":"Abertillery south Wales valleys","description":"Hi,
272
+ Im Becky and this is my band shazoot. We are a five piece band from Wales
273
+ UK - we try to be 70,s retro funk/pop/soul - All songs here are live home
274
+ recorded demos with the odd overdub - We produced them ourselfs using a tascam
275
+ 2488 portastudio ....so thanks for calling buy and we hope you like our music
276
+ and have a laugh at some of the lyrics ...cheers Bex x","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":4,"playlist_count":1,"public_favorites_count":356,"followers_count":1292,"followings_count":1320},{"id":671389,"kind":"user","permalink":"djrafacarneiro2","username":"Deejay
277
+ Rafa Carneiro","uri":"http://api.soundcloud.com/users/671389","permalink_url":"http://soundcloud.com/djrafacarneiro2","avatar_url":"http://i1.sndcdn.com/avatars-000017613842-ux62uz-large.jpg?96679da","country":"Brazil","full_name":"Rafael Carneiro","city":"Rio
278
+ de Janeiro","description":"SUPPORT FROM: EDX, Kaskade, Crazibiza, Niki Belucci,
279
+ Peter Gelderblom, David Puentez, Gosha, Mobin Master, Disfunktion, MJ Cole,
280
+ Pat Farrell, Dave Lambert, Funkerman, Pink Fluid (Max Pagani \u0026 John Dabel), 3LAU,
281
+ Timo Graf, Raf Marchesini, DJ''s From Mars, Dj Jask, Erick Decks, Altego,
282
+ Adrien Mezsi + more.\n\n\nFACEBOOK:\n\u003Ca href=\"http://www.facebook.com/djrafacarneiro\"
283
+ rel=\"nofollow\" target=\"_blank\"\u003Ehttp://www.facebook.com/djrafacarneiro\u003C/a\u003E\nTWITTER:
284
+ \u003Ca href=\"http://www.twitter.com/djrafacarneiro\" rel=\"nofollow\" target=\"_blank\"\u003Ehttp://www.twitter.com/djrafacarneiro\u003C/a\u003E
285
+ \nPROJECT:\n\u003Ca href=\"http://soundcloud.com/kaleyodisco\" rel=\"nofollow\"
286
+ target=\"_blank\"\u003Ekaleyodisco\u003C/a\u003E\nContact / Booking Request:
287
+ \u003Ca href=\"mailto:contato_rafa_carneiro@hotmail.com\" rel=\"nofollow\"
288
+ target=\"_blank\"\u003Econtato_rafa_carneiro@hotmail.com\u003C/a\u003E","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":67,"playlist_count":2,"public_favorites_count":95,"followers_count":3713,"followings_count":638},{"id":5299806,"kind":"user","permalink":"tape-runs-out","username":"Tape
289
+ Runs Out","uri":"http://api.soundcloud.com/users/5299806","permalink_url":"http://soundcloud.com/tape-runs-out","avatar_url":"http://i1.sndcdn.com/avatars-000015119081-udicv2-large.jpg?96679da","country":"Britain
290
+ (UK)","full_name":"Liam Goodrum-Bell","city":"Cambridge","description":"Just
291
+ some demos or something.\r\nThey are free to download here for now, so if
292
+ you like the music please feel free to donate!\r\nOr go bandcamp and buy them
293
+ if you like. \r\n\r\n\r\n\r\nContact at taperunsout@hotmail.com\r\n","discogs_name":null,"myspace_name":"taperunsout","website":"http://taperunsout.com","website_title":"taperunsout","online":true,"track_count":8,"playlist_count":1,"public_favorites_count":19,"followers_count":1465,"followings_count":1795},{"id":7357909,"kind":"user","permalink":"abeautifultomorrow-1","username":"abeautifultomorrow-1","uri":"http://api.soundcloud.com/users/7357909","permalink_url":"http://soundcloud.com/abeautifultomorrow-1","avatar_url":"http://i1.sndcdn.com/avatars-000006274436-9jwjuw-large.jpg?96679da","country":"United
294
+ States","full_name":"Marky","city":"Buffalo","description":"I grew up listening
295
+ to alot of 1980s music like Duran Duran Culture Club The Police Def Leppard
296
+ Elton John Stray Cats George Michael. I listened to Top 40 radio of 1980s
297
+ and was highly influenced by that! I think that comes out in my music!\r\n\r\nCatchy
298
+ pop songs that I try to write that the listener will like after hearing the
299
+ first time!\r\n\r\n 2 Free Full Length Albums (original songs) of mine for
300
+ download at \r\n\r\nhttp://abeautifultomorrow.bandcamp.com/album/a-beautiful-tomorrow-disc-one\r\n\r\nhttp://abeautifultomorrow.bandcamp.com/album/a-beautiful-tomorrow-disc-two","discogs_name":null,"myspace_name":"abeautifultomorrow","website":"http://www.youtube.com/abeautifultomorrow","website_title":"","online":true,"track_count":27,"playlist_count":0,"public_favorites_count":4,"followers_count":980,"followings_count":1235},{"id":5651892,"kind":"user","permalink":"blgraffix14","username":"Brak
301
+ Hussein Obam","uri":"http://api.soundcloud.com/users/5651892","permalink_url":"http://soundcloud.com/blgraffix14","avatar_url":"http://i1.sndcdn.com/avatars-000017741083-xg3yr7-large.jpg?96679da","country":"Korea
302
+ (North)","full_name":"Brak Obam","city":"Iraqistan","description":"check out
303
+ our website http://ldgstudios.com and contact us if you wish to collab\r\nand
304
+ btw:\r\ncheck out http://soundcloud.com/tannerak hes really good too!\r\nand
305
+ dropmist has entered a competition and needs your support so go help him out!
306
+ http://soundcloud.com/dropmist\r\n http://soundcloud.com/mattkholodov \u003C---
307
+ I''m currently working with Matt Kholodov on some amazing tracks, check out
308
+ his stuff, and add him because you''ll be seeing more from us.","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":28,"playlist_count":3,"public_favorites_count":351,"followers_count":1028,"followings_count":1997},{"id":3207,"kind":"user","permalink":"jwagener","username":"Johannes
309
+ Wagener","uri":"http://api.soundcloud.com/users/3207","permalink_url":"http://soundcloud.com/jwagener","avatar_url":"http://i1.sndcdn.com/avatars-000014428549-3at7qc-large.jpg?96679da","country":"Germany","full_name":"Johannes
310
+ Wagener","city":"Berlin","description":"\u003Cb\u003EHacker in Residence at
311
+ SoundCloud.\u003C/b\u003E\n","discogs_name":null,"myspace_name":null,"website":"http://johannes.wagener.cc","website_title":"johannes.wagener.cc","online":true,"track_count":62,"playlist_count":2,"public_favorites_count":108,"followers_count":1231,"followings_count":307},{"id":2678941,"kind":"user","permalink":"northernspyrecs","username":"Northern
312
+ Spy Records","uri":"http://api.soundcloud.com/users/2678941","permalink_url":"http://soundcloud.com/northernspyrecs","avatar_url":"http://i1.sndcdn.com/avatars-000002399568-tqkzmh-large.jpg?96679da","country":"United
313
+ States","full_name":"Northern Spy Records","city":"Brooklyn","description":"usaisamonster,
314
+ old time relijun, jooklo duo, colin l. orchestra, rhys chatham, bird names","discogs_name":null,"myspace_name":null,"website":"http://northern-spy.com","website_title":"","online":true,"track_count":81,"playlist_count":3,"public_favorites_count":88,"followers_count":1301,"followings_count":1797},{"id":7184269,"kind":"user","permalink":"zeign","username":"jon
315
+ zeign","uri":"http://api.soundcloud.com/users/7184269","permalink_url":"http://soundcloud.com/zeign","avatar_url":"http://i1.sndcdn.com/avatars-000014393252-sz2b2h-large.jpg?96679da","country":"United
316
+ States","full_name":"jon zeiGn","city":"cleveland","description":"lover of
317
+ music and life.\n\nfeatured on-\n\nLee Spacey - Timeless (2011) \nhttp://www.mixcloud.com/LeeSpacey/lee-spacey-presents-timeless-2011/\n\nGrappa
318
+ Frisbee Records presents: Lee Spacey - Timeless 2 (2011) https://grappafrisbee.wordpress.com/2011/11/26/\u25ca-space-is-the-place-\u25ca/\n\nFinest
319
+ Ego presents: Lee Spacey - Timeless 3 (2012)\n http://finestego.com/2012/04/14/finest-ego-monthly-mix-015-april-2012-lee-spacey-timeless-3/\n\n\nCop
320
+ the EP for free. http://zeign.bandcamp.com/album/tranquilitas-ep\n\nFeatured
321
+ On: Birdview Crew June EP (2012)\n http://birdview-crew.bandcamp.com/album/june-ep","discogs_name":null,"myspace_name":null,"website":"http://zeign.bandcamp.com","website_title":"","online":true,"track_count":5,"playlist_count":0,"public_favorites_count":13,"followers_count":422,"followings_count":1578},{"id":1519205,"kind":"user","permalink":"claudio_romanazzi","username":"C.
322
+ Romanazzi","uri":"http://api.soundcloud.com/users/1519205","permalink_url":"http://soundcloud.com/claudio_romanazzi","avatar_url":"http://i1.sndcdn.com/avatars-000017095300-f3irr6-large.jpg?96679da","country":"Sweden","full_name":"Claudio
323
+ Romanazzi","city":"","description":"Hello!\r\n\r\n I am 21 years old and
324
+ have been playing guitar in various bands since seven years back. \r\n\r\n26
325
+ December 2011 was the date i began making electronic music. You can find the
326
+ result on this page. Hope you like it!\r\n\r\nFeel free to leave some feedback.
327
+ And i do the same for you. Please favorite a track if you like it. \r\n\r\nIf
328
+ you want your profile linked in this description, hit me up with a message
329
+ and we work something out!\r\n\r\n* Please do not post spam! I will not reply
330
+ to that.\r\n\r\n* I\u00b4m open for collabs as long as it fits my genre.\r\n\r\n*
331
+ I\u00b4m always looking for singers, so if you are a singer and want to collab,
332
+ please leave me a message.\r\n\r\nFinally, thanks to all who listen and gives
333
+ me feedback on my tracks! It mean\u00b4s a lot!\r\n\r\n------------------\r\nFor
334
+ contact, collabs and whatever:\r\nClaudiio_r@hotmail.com\r\n\r\nFollow me
335
+ on Twitter: \r\nhttps://twitter.com/@CRomanazzi\r\n\r\nYoutube: \r\nhttp://www.youtube.com/user/cri900730/videos","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":12,"playlist_count":0,"public_favorites_count":177,"followers_count":3894,"followings_count":2000},{"id":18262432,"kind":"user","permalink":"frau-greifer","username":"FRAU
336
+ GREIFER","uri":"http://api.soundcloud.com/users/18262432","permalink_url":"http://soundcloud.com/frau-greifer","avatar_url":"http://i1.sndcdn.com/avatars-000016862506-piymom-large.jpg?96679da","country":null,"full_name":"","city":"","description":null,"discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":12,"playlist_count":0,"public_favorites_count":11,"followers_count":283,"followings_count":1812},{"id":12321746,"kind":"user","permalink":"groovinslash","username":"GROOVIN/SLASH","uri":"http://api.soundcloud.com/users/12321746","permalink_url":"http://soundcloud.com/groovinslash","avatar_url":"http://i1.sndcdn.com/avatars-000012316744-tno8ks-large.jpg?96679da","country":"Japan","full_name":"Shingo
337
+ Sakai","city":"TOKYO.KOBE","description":"We''re Japanese Dance Team\"GROOVIN/SLASH\".\r\nShingo
338
+ Sakai, a member, takes charge of music work. \r\n23 years old. \r\n\r\nE-mail groovinshingo@gmail.com\r\n","discogs_name":null,"myspace_name":null,"website":"http://www.groovinslash.com/wp/","website_title":"GROOVIN/SLASH
339
+ WEB","online":true,"track_count":11,"playlist_count":0,"public_favorites_count":22,"followers_count":295,"followings_count":910},{"id":16997893,"kind":"user","permalink":"anymals","username":"Anymals","uri":"http://api.soundcloud.com/users/16997893","permalink_url":"http://soundcloud.com/anymals","avatar_url":"http://i1.sndcdn.com/avatars-000015581188-vn4khm-large.jpg?96679da","country":"France","full_name":"","city":"Bordeaux","description":"Download
340
+ :\n\n-Kids Grow Better Under The Sun \nhttp://q.gs/1LmK2","discogs_name":null,"myspace_name":null,"website":"http://anymals.bandcamp.com/","website_title":"Bandcamp","online":true,"track_count":1,"playlist_count":0,"public_favorites_count":170,"followers_count":232,"followings_count":177},{"id":2262682,"kind":"user","permalink":"marcohamersma","username":"marcohamersma","uri":"http://api.soundcloud.com/users/2262682","permalink_url":"http://soundcloud.com/marcohamersma","avatar_url":"http://i1.sndcdn.com/avatars-000011233809-mjtey0-large.jpg?96679da","country":"Germany","full_name":"Marco
341
+ Hamersma","city":"Berlin","description":"I''m into design, music, tech and
342
+ other great things. I also play a bit of guitar. ","discogs_name":null,"myspace_name":null,"website":"http://marcohamersma.nl","website_title":"Personal
343
+ Website","online":true,"track_count":29,"playlist_count":1,"public_favorites_count":77,"followers_count":125,"followings_count":73},{"id":11717490,"kind":"user","permalink":"stringjunky","username":"stringjunky","uri":"http://api.soundcloud.com/users/11717490","permalink_url":"http://soundcloud.com/stringjunky","avatar_url":"http://i1.sndcdn.com/avatars-000009972502-m9cf7f-large.jpg?96679da","country":"Malta","full_name":"Fillip
344
+ Zammit","city":"Zebbug","description":"I''m a classically trained cello player
345
+ but consider myself a bit of a multi instrumentalist. I play a bit of guitar,
346
+ bass, keys and harmonica. (sometimes I sing too) Love strings. Follow me
347
+ on twitter @lambzi Love to create sounds and always happy to try new things.
348
+ Comments on the tracks mean a lot please be honest !!!","discogs_name":null,"myspace_name":null,"website":"http://www.stringjunky.com","website_title":"Stringjunky","online":true,"track_count":1,"playlist_count":0,"public_favorites_count":4,"followers_count":552,"followings_count":1862},{"id":15541377,"kind":"user","permalink":"kwame-dollar","username":"kwame
349
+ dollar","uri":"http://api.soundcloud.com/users/15541377","permalink_url":"http://soundcloud.com/kwame-dollar","avatar_url":"http://i1.sndcdn.com/avatars-000013875958-6b1vnj-large.jpg?96679da","country":"United
350
+ States","full_name":"Kwame Dollar","city":"Brooklyn New York","description":null,"discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":12,"playlist_count":0,"public_favorites_count":27,"followers_count":429,"followings_count":2000},{"id":5201927,"kind":"user","permalink":"niaj2005","username":"juveeyung","uri":"http://api.soundcloud.com/users/5201927","permalink_url":"http://soundcloud.com/niaj2005","avatar_url":"http://i1.sndcdn.com/avatars-000015182622-xnstjr-large.jpg?96679da","country":"United
351
+ States","full_name":"juvee yung","city":"Memphis TEN \u266a ","description":null,"discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":30,"playlist_count":1,"public_favorites_count":4,"followers_count":914,"followings_count":2000},{"id":4409289,"kind":"user","permalink":"the-wax-dramatic","username":"The
352
+ Wax Dramatic","uri":"http://api.soundcloud.com/users/4409289","permalink_url":"http://soundcloud.com/the-wax-dramatic","avatar_url":"http://i1.sndcdn.com/avatars-000003493467-sq6qiq-large.jpg?96679da","country":"Britain
353
+ (UK)","full_name":"www.thewaxdramatic.co.uk","city":"Nottingham","description":"Nottingham-based
354
+ 5 piece band mixing electronic music and pop genres in various measures. Currently
355
+ undergoing a lineup change","discogs_name":null,"myspace_name":"thewaxdramatic","website":"http://www.thewaxdramatic.co.uk/","website_title":"Our
356
+ Webpage","online":true,"track_count":7,"playlist_count":1,"public_favorites_count":3327,"followers_count":571,"followings_count":1976},{"id":1157069,"kind":"user","permalink":"chriscaselas","username":"chriscaselas","uri":"http://api.soundcloud.com/users/1157069","permalink_url":"http://soundcloud.com/chriscaselas","avatar_url":"http://i1.sndcdn.com/avatars-000002756249-jgocqm-large.jpg?96679da","country":"United
357
+ States","full_name":"Chris Caselas","city":"San Francisco","description":"","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":29,"playlist_count":0,"public_favorites_count":74,"followers_count":1058,"followings_count":223},{"id":2470827,"kind":"user","permalink":"sarah","username":"Sarah","uri":"http://api.soundcloud.com/users/2470827","permalink_url":"http://soundcloud.com/sarah","avatar_url":"http://i1.sndcdn.com/avatars-000013984687-tx1oyy-large.jpg?96679da","country":"Britain
358
+ (UK)","full_name":"Sarah Haswell","city":"London","description":"SoundCloud''s
359
+ Content Acquisition Coordinator\r\n\r\nDrop me your tracks!\r\n","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":39,"playlist_count":2,"public_favorites_count":395,"followers_count":886,"followings_count":1211},{"id":10995720,"kind":"user","permalink":"gabriel-morales-1","username":"GGAABBRRIIEELL","uri":"http://api.soundcloud.com/users/10995720","permalink_url":"http://soundcloud.com/gabriel-morales-1","avatar_url":"http://i1.sndcdn.com/avatars-000013555319-eph9zp-large.jpg?96679da","country":"Mexico","full_name":"GABRIEL","city":"ACAMBAY","description":"MY
360
+ STORY ABOUT MY KIND OF LIFE I chose AMIS GIVEN 17 YEARS OF AGE when I turned
361
+ ON GENDER FAN MAIL THE SOUND OF MY GREATEST INSPIRATION IS SYNTETIZADORES
362
+ AND WANT SOMETHING TO ACHIEVE THIS DEAL TO EXPRESS WHAT I FEEL THROUGH MY
363
+ MUSIC FAVORITE GENRES PSY MAY BE FROM THE POLE THE MINIMAL TECHNO AND .....\r\n","discogs_name":null,"myspace_name":null,"website":"http://www.beatport.com","website_title":"","online":true,"track_count":20,"playlist_count":3,"public_favorites_count":14,"followers_count":257,"followings_count":2000},{"id":1743853,"kind":"user","permalink":"welcome-back-sailors","username":"Welcome
364
+ Back Sailors","uri":"http://api.soundcloud.com/users/1743853","permalink_url":"http://soundcloud.com/welcome-back-sailors","avatar_url":"http://i1.sndcdn.com/avatars-000002810047-nf645k-large.jpg?96679da","country":"Italy","full_name":"","city":"","description":"Welcome
365
+ Back Sailors\r\n\r\n\r\nThe Sailors are back, after a gusty voyage, their
366
+ suitcases full of experiences and music in their ears.\r\nWelcome Back Sailors
367
+ are relatively young as a band but old friends in life and they maybe share
368
+ music and interests from even before knowing each other.\r\nTransparent and
369
+ The Fader noticed them after just one song on the web. From that moment a
370
+ continuous talking is following the band.\r\nFrom the Po Valley the blastoff
371
+ to reach anyone who likes warm and colourfull songs.\r\n\r\n","discogs_name":null,"myspace_name":"welcomebacksailors","website":"http://www.welcomebacksailors.com","website_title":"","online":true,"track_count":20,"playlist_count":3,"public_favorites_count":0,"followers_count":204,"followings_count":17},{"id":385381,"kind":"user","permalink":"richiejape","username":"Jape","uri":"http://api.soundcloud.com/users/385381","permalink_url":"http://soundcloud.com/richiejape","avatar_url":"http://i1.sndcdn.com/avatars-000003827123-vxw9nl-large.jpg?96679da","country":"Ireland","full_name":"Richard
372
+ Egan","city":"Dublin","description":"musician and producer living and working
373
+ in and from dublin ireland","discogs_name":null,"myspace_name":"richiejape","website":"http://www.japemusic.com","website_title":"","online":true,"track_count":43,"playlist_count":3,"public_favorites_count":4,"followers_count":1681,"followings_count":341},{"id":3439159,"kind":"user","permalink":"interlude-jones","username":"Interlude
374
+ Jones","uri":"http://api.soundcloud.com/users/3439159","permalink_url":"http://soundcloud.com/interlude-jones","avatar_url":"http://i1.sndcdn.com/avatars-000002829483-82ccar-large.jpg?96679da","country":"United
375
+ States","full_name":"","city":"Erlanger","description":"You like the Jones? Facebook
376
+ your gratitude. LIKE the Jones.\r\n\r\nhttps://www.facebook.com/interludejonesartist","discogs_name":null,"myspace_name":"interludejones","website":null,"website_title":null,"online":true,"track_count":26,"playlist_count":3,"public_favorites_count":11,"followers_count":583,"followings_count":1532},{"id":4190022,"kind":"user","permalink":"patternsinplastic","username":"Patterns
377
+ In Plastic","uri":"http://api.soundcloud.com/users/4190022","permalink_url":"http://soundcloud.com/patternsinplastic","avatar_url":"http://i1.sndcdn.com/avatars-000003766234-fseksl-large.jpg?96679da","country":"Britain
378
+ (UK)","full_name":"","city":"Newcastle Upon Tyne","description":"Patterns
379
+ In Plastic are Wesley Akinfolarin x Joe William Todd from Newcastle. \r\n\r\nHungry
380
+ Ear Interview\r\nhttp://www.thehungryear.com/?p=343","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":11,"playlist_count":2,"public_favorites_count":32,"followers_count":1170,"followings_count":2000},{"id":16037127,"kind":"user","permalink":"rellyrell-jones","username":"RellyRell
381
+ Jones","uri":"http://api.soundcloud.com/users/16037127","permalink_url":"http://soundcloud.com/rellyrell-jones","avatar_url":"http://i1.sndcdn.com/avatars-000014781552-piul1w-large.jpg?96679da","country":"United
382
+ States","full_name":"RellyRell Jones","city":"Baton Rouge La","description":"My
383
+ Goals are to give expiration to those who are we''ll to go behind the limited
384
+ to be a better citizen in society by give a blessing through music. spread
385
+ the love touch the heart and mine to those who are seekin a better way of
386
+ living. with having wisdom and understanding to seek the almight god and believe
387
+ in yourself and keep your head up and not down. real music","discogs_name":null,"myspace_name":null,"website":"http://rellyrell.mobapp.at/","website_title":"","online":true,"track_count":11,"playlist_count":0,"public_favorites_count":6,"followers_count":636,"followings_count":1995},{"id":19200645,"kind":"user","permalink":"achillesway","username":"AchillesWay","uri":"http://api.soundcloud.com/users/19200645","permalink_url":"http://soundcloud.com/achillesway","avatar_url":"http://i1.sndcdn.com/avatars-000017491285-h81j79-large.jpg?96679da","country":"Britain
388
+ (UK)","full_name":"","city":"London","description":null,"discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":1,"playlist_count":0,"public_favorites_count":2,"followers_count":42,"followings_count":675},{"id":6959849,"kind":"user","permalink":"abwungreenlyte","username":"abwungreenlyte","uri":"http://api.soundcloud.com/users/6959849","permalink_url":"http://soundcloud.com/abwungreenlyte","avatar_url":"http://i1.sndcdn.com/avatars-000016484373-ycup1k-large.jpg?96679da","country":"United
389
+ States","full_name":"Abwun GreenLyte","city":"Greater Los Angeles Area","description":"BECOME
390
+ AN ABWUN-GREENLYTE FAN! - FOLLOW US\r\n\r\nNeed Hip Hop Beats? Contact us!\r\n\r\nWe
391
+ are Abwun-GreenLyte! We produce a variety of music including: Hip Hop, R\u0026B,
392
+ Dance, and Pop music.\r\n\r\nWith over 150 high quality tracks available,
393
+ we license music for Film/TV placement, Record Production, or any other venue
394
+ where music is needed. Abwun-GreenLyte has the music you need to make your
395
+ projects stand out and shine above the rest!\r\n\r\nContact us at abwungreenlyte@yahoo.com
396
+ to license music.","discogs_name":null,"myspace_name":null,"website":"http://www.abwungreenlyte.com","website_title":"Abwun-GreenLyte","online":true,"track_count":35,"playlist_count":2,"public_favorites_count":10,"followers_count":599,"followings_count":1920},{"id":15137805,"kind":"user","permalink":"rossa-murray","username":"Rossa
397
+ Murray","uri":"http://api.soundcloud.com/users/15137805","permalink_url":"http://soundcloud.com/rossa-murray","avatar_url":"http://i1.sndcdn.com/avatars-000013375857-8dn9cd-large.jpg?96679da","country":"Britain
398
+ (UK)","full_name":"Rossa Murray","city":"Portaferry, Northern Ireland ","description":"I''m
399
+ 17, love writing and playing my own acoustic music, I hope you like it.","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":4,"playlist_count":0,"public_favorites_count":15,"followers_count":281,"followings_count":1513},{"id":8,"kind":"user","permalink":"alex","username":"Alex","uri":"http://api.soundcloud.com/users/8","permalink_url":"http://soundcloud.com/alex","avatar_url":"http://i1.sndcdn.com/avatars-000008228265-9j2fdh-large.jpg?96679da","country":"Germany","full_name":"Alexander
400
+ Ljung","city":"Berlin","description":"Hi, my name is Alex. I like Sound.","discogs_name":null,"myspace_name":null,"website":"http://alexanderljung.com","website_title":"Alexander
401
+ Ljung","online":true,"track_count":256,"playlist_count":18,"public_favorites_count":535,"followers_count":107014,"followings_count":1136},{"id":2315006,"kind":"user","permalink":"malevski","username":"Malevski","uri":"http://api.soundcloud.com/users/2315006","permalink_url":"http://soundcloud.com/malevski","avatar_url":"http://i1.sndcdn.com/avatars-000013277384-xllf6s-large.jpg?96679da","country":"Macedonia","full_name":"Aleksandar
402
+ Malevski","city":"Skopje","description":"Born 1967.\r\nStarted playing records
403
+ 1987.\r\nStarted DJ Culture 1990.\r\nStarted Techno scene 1993.\r\nIn Macedonia
404
+ that is...","discogs_name":null,"myspace_name":null,"website":null,"website_title":null,"online":true,"track_count":2,"playlist_count":0,"public_favorites_count":2,"followers_count":276,"followings_count":1514},{"id":3386827,"kind":"user","permalink":"beaztmusic","username":".BEAZT.","uri":"http://api.soundcloud.com/users/3386827","permalink_url":"http://soundcloud.com/beaztmusic","avatar_url":"http://i1.sndcdn.com/avatars-000005403032-7q7y45-large.jpg?96679da","country":"United
405
+ States","full_name":"THE","city":"BEAZT","description":"FOR BOOKING - Contact@CenterStageClassic.com\n\nFOR
406
+ LABEL CONSIDERATION SEND TUNES DIRTYRECORDZ @GMAILCOM\nNate Gregory, Co founder
407
+ and CEO of DIRTY Recordz professionally known as \u201c BEAZT\u201d, started
408
+ creating and producing electronic music in the winter of 2010. His grimy sounds
409
+ and sharp tones have a Dubstep and Drum and Bass persuasion, while also incorporating
410
+ touching melodies with ripping basslines. His music can be described as heavy,
411
+ fun and entertaining; music that keeps your attention and makes you want more
412
+ BEAZT. Though this producer is new to Dubstep, he has been involved with electronic
413
+ music for over ten years, DJing Drum and Bass at some of the hottest spots
414
+ on the east coast with some of the biggest names in the industry. It is safe
415
+ to say that this producer knows his music.\n2011 looks like an exciting time
416
+ for BEAZT with music releasing on Heavy Artillery, Abducted, Mutated Sounds,
417
+ and Twisted Monkey Records. GINDHOUSE, a chaotically filthy collaboration
418
+ between BEAZT and PLAGUE, has been catching the attention of many tuned headphones.
419
+ GRINDHOUSE is known for Dubstep influenced by heavy and chopped up double
420
+ bass metal that is high in energy and headbanger ready.\nOne half of \"GRINDHOUSE\"
421
+ from Trenton\nBEAZT \u0026amp; The PLAGUE\nJust want to say THANK YOU! To
422
+ all my followers and all the people who stop by and leave comments. We have
423
+ been working real hard lately and really appreciate all the love, support
424
+ and quality input.\n-BEAZT\nFor Remixes, Interviews or if your a record label
425
+ and are interested in working together please contact me\n\u003Ca href=\"mailto:Beaztmusic@gmail.com\"
426
+ rel=\"nofollow\" target=\"_blank\"\u003EBeaztmusic@gmail.com\u003C/a\u003E\nAIM
427
+ - BEAZTmusic\nLABELS\nDIRTY RECORDZ\nHeavy Artillery Recordings\n\nTwisted
428
+ Monkey Records\nMutated Sounds","discogs_name":null,"myspace_name":null,"website":"http://www.dirtyrecordz.com","website_title":"","online":true,"track_count":35,"playlist_count":9,"public_favorites_count":253,"followers_count":2291,"followings_count":1970}]'
429
+ http_version:
430
+ recorded_at: Fri, 29 Jun 2012 15:40:57 GMT
431
+ recorded_with: VCR 2.2.0