hypem 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,4 @@
1
+ *.gem
2
+ .bundle
3
+ Gemfile.lock
4
+ pkg/*
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --color
2
+ --format progress
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ before_install: "gem update --system"
2
+ rvm:
3
+ - 1.9.2
4
+ - 1.9.3
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in hypem.gemspec
4
+ gemspec
data/README.md ADDED
@@ -0,0 +1,95 @@
1
+ # Hypem Ruby Gem ![travis](https://secure.travis-ci.org/JackCA/hypem.png?branch=master) #
2
+ ## Introduction ##
3
+ This is an unoffical Ruby gem for the **Hype Machine** public API. It supports all of the supported Playlist requests and wraps all responses in custom Ruby objects. It currently only supports Ruby `1.9.x`.
4
+
5
+ ## Usage ##
6
+
7
+ ### Playlist ###
8
+ `Hypem::Playlist` is the center of the Hypem API as it stands. It supports the following calls:
9
+
10
+ - `Hypem.playlist.artist('artist_name')` --- the latest tracks from a given artist
11
+
12
+ - `Hypem.playlist.blog('blog_name')` --- the latest tracks from a given blog
13
+
14
+ - `Hypem.playlist.search('query_string')` --- searches for tracks matching given string
15
+
16
+ - `Hypem.playlist.tags('tag_name,electro,indie')` --- tracks matching given comma-delimited tags. *The API warns against combining too many different tags*
17
+
18
+ - `Hypem.playlist.popular` --- the most popular tracks over a certain timeframe or set. It accepts one of the following arguments:
19
+
20
+
21
+ <table>
22
+ <thead>
23
+ <tr>
24
+ <th> Argument </th>
25
+ <th> Response (Most Popular...) </th>
26
+ </tr>
27
+ </thead>
28
+ <tbody>
29
+ <tr>
30
+ <td><code>'3day'</code> <em>default</em></td>
31
+ <td>tracks over the last 3 days</td>
32
+ </tr>
33
+ <tr>
34
+ <td><code>:lastweek</code></td>
35
+ <td>tracks over the last 7 days</td>
36
+ </tr>
37
+ <tr>
38
+ <td><code>:noremix</code></td>
39
+ <td>non-remixed tracks, over last 3 days</td>
40
+ </tr>
41
+ <tr>
42
+ <td><code>:artists</code></td>
43
+ <td>tracks by most-blogged artists over last 3 days</td>
44
+ </tr>
45
+ <tr>
46
+ <td><code>:twitter</code></td>
47
+ <td>tweeted tracks over last 3 days</td>
48
+ </tr>
49
+ </tbody>
50
+ </table>
51
+
52
+ Each playlist has a `tracks` attribute containing an array of `Hypem::Tracks`'s. Pagination is supported with the `.next_page` and `.prev_page` methods.
53
+
54
+ ******
55
+
56
+ ### User ###
57
+ `Hypem::User` offers several convenience methods for accessing a particular user's personalized playlists:
58
+
59
+ - `Hypem.user('name').loved_playlist` --- a user's loved tracks
60
+
61
+ - `Hypem.user('name').obsessed_playlist` --- a user's obsessed tracks
62
+
63
+ - `Hypem.user('name').feed_playlist` --- a user's tracks from all followed entities
64
+
65
+ - `Hypem.user('name').friends_favorites_playlist` --- a user's friends' favorited tracks
66
+
67
+ - `Hypem.user('name').friends_history_playlist` --- tracks from a user's friends' listening histories
68
+
69
+ ******
70
+
71
+ ### Track ###
72
+ All of the above methods return an Playlist object with an attribute `tracks` containing an array of `Hypem::Track`'s. A sample object inspect is as follows:
73
+
74
+ #<Hypem::Track
75
+ artist="Hot Chip"
76
+ date_loved=1332109580
77
+ date_posted=1332252311
78
+ description="O Hot Chip está de volta com um novo álbum, In Our Heads, que vai ser lançado oficialmente em junho, mas já conta com seu primeiro vídeo, “Flutes”, disponível para visualização. A faixa serve de abertura para o novo álbum dos já bem sucedidos garotos, e p"
79
+ itunes_link="http://hypem.com/go/itunes_search/Hot%20Chip"
80
+ loved_count=4912
81
+ media_id="1jsw9"
82
+ post_id=1753700
83
+ post_url="http://www.ohmyrock.net/2012/03/hot-chip-flutes/"
84
+ posted_count=14
85
+ site_id=14635
86
+ sitename="Oh My Rock"
87
+ thumb_url="http://static-ak.hypem.net/images/albumart4.gif"
88
+ thumb_url_large="http://static-ak.hypem.net/images/blog_images/14635.png"
89
+ time=425
90
+ title="Flutes">
91
+
92
+ ******
93
+
94
+ ## TODO ###
95
+ - Add single track retrieval ability
data/Rakefile ADDED
@@ -0,0 +1,7 @@
1
+ require "bundler/gem_tasks"
2
+
3
+ require 'rspec/core/rake_task'
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :test => :spec
7
+ task :default => :spec
@@ -0,0 +1,156 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://hypem.com/playlist/blog/1/json/1
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message:
14
+ headers:
15
+ server:
16
+ - nginx/1.0.12
17
+ date:
18
+ - Thu, 22 Mar 2012 02:31:34 GMT
19
+ content-type:
20
+ - text/javascript; charset=UTF-8
21
+ transfer-encoding:
22
+ - chunked
23
+ connection:
24
+ - close
25
+ set-cookie:
26
+ - AUTH=03%3Ab547ac2dad473841b070802ac5097624%3A1332383494%3A1176825060%3ACA-US;
27
+ expires=Sat, 18-Mar-2028 02:31:34 GMT; path=/; domain=hypem.com
28
+ x-hacker:
29
+ - Hey, if you're reading this, you should drop us an email at hypem.com/contact,
30
+ maybe we can work together!
31
+ access-control-allow-origin:
32
+ - ! '*'
33
+ access-control-allow-headers:
34
+ - ! '*'
35
+ vary:
36
+ - Accept-Encoding
37
+ body:
38
+ encoding: ASCII-8BIT
39
+ string: ! '{"version":"1.1","0":{"mediaid":"1jems","artist":"Slowdim","title":"Money","dateposted":1332155325,"siteid":1,"sitename":"Music
40
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=3188","postid":1752371,"loved_count":3,"posted_count":4,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/1\/1752371.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/1\/1752371_320.png","time":230,"description":"Slowdim
41
+ \u2013 Money. That cover up there is exactly right, isn\u2019t it? This is
42
+ FM music from a hazy past, from road trips with your family, car trips with
43
+ the windows down and the sun about to set. It\u2019s not that Slowdim is a
44
+ nostalgia act, it\u2019s just that these ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Slowdim"},"1":{"mediaid":"1azv0","artist":"Apache
45
+ Dropout","title":"I''m So Glad","dateposted":1331834222,"siteid":1,"sitename":"Music
46
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=3193","postid":1749878,"loved_count":6,"posted_count":5,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart4.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":156,"description":"Apache
47
+ Dropout \u2013 I\u2019m So Glad What can I say about these guys that hasn\u2019t
48
+ already been said about the Count Five, The Troggs, The Stones, The Black
49
+ Lips, The Strange Boys\u2026","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Apache%20Dropout"},"2":{"mediaid":"1fwjg","artist":"Hospitality","title":"Betty
50
+ Wang","dateposted":1330952173,"siteid":1,"sitename":"Music ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=3177","postid":1738974,"loved_count":74,"posted_count":26,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/4\/1738974.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/4\/1738974_320.png","time":133,"description":"Hospitality
51
+ \u2013 Betty Wang. What is it about Hospitality that reminds me of the \u201990s?
52
+ It certainly doesn\u2019t sound grungy. Maybe it\u2019s the resemblance to
53
+ bands like Belle & Sebastian, even though they were aiming for something from
54
+ the \u201960s. Either way, this s","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Hospitality"},"3":{"mediaid":"1herd","artist":"The
55
+ Pharmacy","title":"Dig Your Grave","dateposted":1330432397,"siteid":1,"sitename":"Music
56
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=3161","postid":1733239,"loved_count":28,"posted_count":9,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":122,"description":"The
57
+ Pharmacy \u2013 Dig Your Grave. I took a sick day a few weeks ago, after I
58
+ was saddled with my baby\u2019s umpteenth cold. It was actually a really nice
59
+ day; I hadn\u2019t had that much time to myself in ages. I watched most of
60
+ Moneyball until the internet gave out\u2013","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/The%20Pharmacy"},"4":{"mediaid":"1g1eq","artist":"Sharon
61
+ Van Etten","title":"Serpents","dateposted":1329855603,"siteid":1,"sitename":"Music
62
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=3153","postid":1726773,"loved_count":1203,"posted_count":103,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart0.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":182,"description":"Sharon
63
+ Van Etten \u2013 Serpents I\u2019d love to write about Give Out. I\u2019d
64
+ love to write about the way the song builds quietly, internally like a low
65
+ grade anxiety attack. Treading the same ground over and over, convincing herself
66
+ one minute, full of doubt the nex","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Sharon%20Van%20Etten"},"5":{"mediaid":"1hajq","artist":"Now,
67
+ Now","title":"school friends","dateposted":1329744503,"siteid":1,"sitename":"Music
68
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=3127","postid":1725128,"loved_count":58,"posted_count":4,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart4.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":173,"description":"Now,
69
+ Now \u2013 School Friends. Now, Now used to be called Now Now Every Children,
70
+ and I vastly prefer their new, shorter name. Their sound, too, is more condensed\u2013there\u2019s
71
+ a rawness from their debut Cars missing from their latest, Threads, but in
72
+ its place is ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Now,%20Now"},"6":{"mediaid":"1fe5p","artist":"Clem
73
+ Snide","title":"Anyway You Want It","dateposted":1321302506,"siteid":1,"sitename":"Music
74
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2985","postid":1639716,"loved_count":380,"posted_count":6,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/6\/1639716.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/6\/1639716_320.png","time":226,"description":"It\u2019s
75
+ hard to pull off something like this. Clem Snide \u2013 Any Way You Want It.
76
+ Indie covers of mainstream hits are tough, because you don\u2019t want to
77
+ seem too condescending. But Clem Snide\u2019s Eef Barzelay can do it, because
78
+ he knows what\u2019s great about this son","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Clem%20Snide"},"7":{"mediaid":"1e8xe","artist":"Girl
79
+ in a Coma","title":"Smart","dateposted":1317382105,"siteid":1,"sitename":"Music
80
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2862","postid":1599253,"loved_count":87,"posted_count":19,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart3.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":201,"description":"Girl
81
+ In A Coma \u2013 Smart. There\u2019s something about bands that wear influences
82
+ on their sleeves while sounding like themselves. Girl In A Coma not only cops
83
+ the Smiths\u2019 jangle but adapts one of Moz\u2019s song titles for their
84
+ band name. But this is no imitation; ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Girl%20in%20a%20Coma"},"8":{"mediaid":"1d71t","artist":"Geoffrey
85
+ O''Connor","title":"Whatever Leads Me To You","dateposted":1316629902,"siteid":1,"sitename":"Music
86
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2838","postid":1591230,"loved_count":125,"posted_count":20,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":211,"description":"Geoffrey
87
+ O\u2019Connor \u2013 Whatever Leads Me To You I\u2019m not as in touch with
88
+ Australia as I used to be, having lost touch with its superior coffee and
89
+ southern california-style beaches. It\u2019s been more than three years Corey
90
+ Delaney finally brought the continent ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Geoffrey%20O''Connor"},"9":{"mediaid":"1ehbz","artist":"Lightning
91
+ Dust","title":"Never Again","dateposted":1316557949,"siteid":1,"sitename":"Music
92
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2828","postid":1590440,"loved_count":32,"posted_count":2,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":190,"description":"When
93
+ you\u2019re looking for a place to spend your music dollars this month, I
94
+ would highly suggest you set aside seven dollars for this wonderful little
95
+ single from the freshly launched Storyboard Label 7\u2033 series. It\u2019s
96
+ been a quiet few years for Joshua and Am","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Lightning%20Dust"},"10":{"mediaid":"1ea0r","artist":"Villa
97
+ Rosa","title":"Leader of the Pack","dateposted":1315826956,"siteid":1,"sitename":"Music
98
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2814","postid":1582261,"loved_count":9,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":190,"description":"Villa
99
+ Rosa \u2013 Leader of the Pack. There\u2019s something about Midwest hip-hop
100
+ that\u2019s so pure and wholesome, so without hubris and overconfidence, that
101
+ I find totally charming. Don\u2019t get me wrong, I love Kanye\u2019s ridiculous
102
+ boasting and Jay-Z\u2019s outrageous claims","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Villa%20Rosa"},"11":{"mediaid":"vcvc","artist":"Visqueen","title":"Hand
103
+ Me Down","dateposted":1314017800,"siteid":1,"sitename":"Music ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2779","postid":1564708,"loved_count":30,"posted_count":13,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/8\/1564708.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/8\/1564708_320.png","time":202,"description":"Visqueen
104
+ \u2013 Hand Me Down. Oh brother, it has been a LONG TIME since I have posted
105
+ anything. Sorry, Robots. I have no good excuse. Not that I\u2019ve been gone
106
+ for two years, but perhaps it\u2019s fitting that I\u2019m posting a track
107
+ from 2009. But Visqueen, purveyors of","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Visqueen"},"12":{"mediaid":"1d4kz","artist":"Muscles","title":"I''ll
108
+ Follow You (2011)","dateposted":1311817663,"siteid":1,"sitename":"Music (
109
+ for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2759","postid":1544288,"loved_count":74,"posted_count":3,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/8\/1544288.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/8\/1544288_320.png","time":248,"description":"I
110
+ can\u2019t explain why Muscles hits me so deeply, but his songs just floor
111
+ me. I would like to be able to purchase this in America, but Modular seems
112
+ to only release his music in Australia these days. The rest of my countrymen
113
+ do not share the love. Forever ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Muscles"},"13":{"mediaid":"1cxwq","artist":"The
114
+ War on Drugs","title":"Come to the City","dateposted":1311705016,"siteid":1,"sitename":"Music
115
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2755","postid":1542705,"loved_count":829,"posted_count":74,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/5\/1542705.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/5\/1542705_320.png","time":270,"description":"The
116
+ War on Drugs \u2013 Come To The City Not nearly enough is being said about
117
+ The War on Drugs and their new album Slave Ambient.","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/The%20War%20on%20Drugs"},"14":{"mediaid":"17z1e","artist":"Sleeping
118
+ Bag","title":"Slime","dateposted":1311341530,"siteid":1,"sitename":"Music
119
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2737","postid":1539201,"loved_count":70,"posted_count":21,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/1\/1539201.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/1\/1539201_320.png","time":202,"description":"Sleeping
120
+ Bag \u2013 Slime. Holy balls is it hot. It\u2019s supposed to reach 100 in
121
+ Boston today, and I am not looking forward to it. But just look at these dudes
122
+ in their khakis and dress shirts, standing in the sunlight, without a care
123
+ in the world. Sometimes I f","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Sleeping%20Bag"},"15":{"mediaid":"1bjs5","artist":"Radical
124
+ Dads","title":"Walking Wires","dateposted":1310735792,"siteid":1,"sitename":"Music
125
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2718","postid":1532754,"loved_count":34,"posted_count":12,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":224,"description":"Radical
126
+ Dads @ Shea Stadium 7.7.2011 from Jessica Amaya on Vimeo. It\u2019s easy to
127
+ forget how simple music can be. This probably sounds like the faintest of
128
+ praise and the most backhanded of compliments, but bands like Radical Dads
129
+ \u2013 bands who cater in three-","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Radical%20Dads"},"16":{"mediaid":"1c6zr","artist":"Peter
130
+ Wolf Crier","title":"Right Away","dateposted":1310384235,"siteid":1,"sitename":"Music
131
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2698","postid":1528488,"loved_count":149,"posted_count":31,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":188,"description":"Peter
132
+ Wolf Crier \u2013 Right Away. Hey guys, Peter Wolf Crier is back! These dudes
133
+ are always up to something interesting, and it\u2019s good to see them around
134
+ again. Their music is largely acoustic, but it always sounds like a jigsaw
135
+ puzzle. I like bands that ta","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Peter%20Wolf%20Crier"},"17":{"mediaid":"18p0p","artist":"Milk
136
+ Music","title":"Beyond Living","dateposted":1309534786,"siteid":1,"sitename":"Music
137
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2688","postid":1521596,"loved_count":38,"posted_count":9,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart3.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":214,"description":"Milk
138
+ Music \u2013 Beyond Living I have heard lots of fuzz rock comparisons for
139
+ this band\u2026 the wipers, dinosaur jr, husker du. But I hear two American
140
+ bands when I listen to this 12\u2033: The Replacements and Milk Music. There
141
+ is just something so pop about the voc","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Milk%20Music"},"18":{"mediaid":"1c1qm","artist":"Sun
142
+ Airway","title":"Wild Palms","dateposted":1308573037,"siteid":1,"sitename":"Music
143
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2612","postid":1511366,"loved_count":180,"posted_count":23,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/6\/1511366.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/6\/1511366_320.png","time":230,"description":"Sun
144
+ Airway \u2013 Wild Palms. I\u2019ll be honest: I have no idea what Jon Barthmus
145
+ is saying. It\u2019s loud where I am right now, with screaming children, elderly
146
+ people yawping about Filene\u2019s Basement, a barking dog. But that somehow
147
+ only enhances the experience; tra","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Sun%20Airway"},"19":{"mediaid":"1b736","artist":"SBTRKT","title":"Wildfire
148
+ (feat. Little Dragon)","dateposted":1308145044,"siteid":1,"sitename":"Music
149
+ ( for robots)","posturl":"http:\/\/music.for-robots.com\/?p=2592","postid":1507525,"loved_count":15213,"posted_count":62,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1.png","time":206,"description":"SBTRKT
150
+ \u2013 Wildfire. I don\u2019t usually write about music that people dance
151
+ to. Sure, sometimes the kids dance to the indie rock, but c\u2019mon. That\u2019s
152
+ not exactly dancing. That\u2019s spilling beer. The truth is, I don\u2019t
153
+ really know the vocabulary or the background fo","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/SBTRKT"}}'
154
+ http_version:
155
+ recorded_at: Thu, 22 Mar 2012 02:31:34 GMT
156
+ recorded_with: VCR 2.0.0
@@ -0,0 +1,150 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://hypem.com/playlist/feed/jackca/json/1
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message:
14
+ headers:
15
+ server:
16
+ - nginx/1.0.12
17
+ date:
18
+ - Tue, 13 Mar 2012 23:22:45 GMT
19
+ content-type:
20
+ - text/javascript; charset=UTF-8
21
+ transfer-encoding:
22
+ - chunked
23
+ connection:
24
+ - close
25
+ set-cookie:
26
+ - AUTH=03%3A50a37550a5459b899e3e83410cd33886%3A1331680965%3A1276002699%3ACA-US;
27
+ expires=Thu, 09-Mar-2028 23:22:45 GMT; path=/; domain=hypem.com
28
+ x-hacker:
29
+ - Hey, if you're reading this, you should drop us an email at hypem.com/contact,
30
+ maybe we can work together!
31
+ access-control-allow-origin:
32
+ - ! '*'
33
+ access-control-allow-headers:
34
+ - ! '*'
35
+ vary:
36
+ - Accept-Encoding
37
+ body:
38
+ encoding: ASCII-8BIT
39
+ string: ! '{"version":"1.1","0":{"mediaid":"1jran","artist":"DVBBS","title":"Here
40
+ We Go","dateposted":1331676362,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart0.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":217,"description":"It
41
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
42
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
43
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
44
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"1":{"mediaid":"1jrap","artist":"DVBBS","title":"Come
45
+ Alive","dateposted":1331676374,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":201,"description":"It
46
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
47
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
48
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
49
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"2":{"mediaid":"1jras","artist":"DVBBS","title":"Dance
50
+ Bitch","dateposted":1331676428,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"loved_count":16,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":175,"description":"It
51
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
52
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
53
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
54
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"3":{"mediaid":"1jrar","artist":"DVBBS","title":"Till
55
+ I Die (Flashing Lights)","dateposted":1331676399,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"loved_count":9,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart3.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":201,"description":"It
56
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
57
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
58
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
59
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"4":{"mediaid":"1jraq","artist":"DVBBS","title":"DRVGS
60
+ (feat. Hayley Gene)","dateposted":1331676387,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"loved_count":9,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart4.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":251,"description":"It
61
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
62
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
63
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
64
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"5":{"mediaid":"1hgq4","artist":"Buraka
65
+ Som Sistema","title":"Candonga","dateposted":1331676211,"siteid":10945,"sitename":"Mixtape
66
+ Riot","posturl":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid":1748007,"loved_count":38,"posted_count":2,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart4.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/10945.jpg","time":287,"description":"It
67
+ just keeps on coming, and keeps on coming, and keeps on coming\u2026 But I\u2019m
68
+ not showing any signs of being bored. Come out to this party tonite and I
69
+ promise you won\u2019t be bored either. I\u2019ll be joined by badass DJ Gingee
70
+ and the lovely hostess Mor Elian (wh","via_query":"buraka som sistema","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Buraka%20Som%20Sistema"},"6":{"mediaid":"1jraj","artist":"Buraka
71
+ Som Sistema","title":"Hypnotized","dateposted":1331676322,"siteid":10945,"sitename":"Mixtape
72
+ Riot","posturl":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid":1748007,"loved_count":5,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/10945.jpg","time":293,"description":"It
73
+ just keeps on coming, and keeps on coming, and keeps on coming\u2026 But I\u2019m
74
+ not showing any signs of being bored. Come out to this party tonite and I
75
+ promise you won\u2019t be bored either. I\u2019ll be joined by badass DJ Gingee
76
+ and the lovely hostess Mor Elian (wh","via_query":"buraka som sistema","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Buraka%20Som%20Sistema"},"7":{"mediaid":"1am77","artist":"Pance
77
+ Party","title":"Waiting","dateposted":1331674356,"siteid":13271,"sitename":"Silence
78
+ Nogood","posturl":"http:\/\/silencenogood.net\/pance-party-rainbow-road-ep\/","postid":1747922,"loved_count":80,"posted_count":3,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747922.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747922_320.png","time":257,"description":"Pance
79
+ Party (in the studio) Pance Party (in the studio) While Pance Party hasn\u2019t
80
+ put out any new material in a while, I think it\u2019s important that you,
81
+ our beloved readers, take some time to explore their [relatively brief] catalog
82
+ of unique electro-house ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Pance%20Party"},"8":{"mediaid":"1am78","artist":"Pance
83
+ Party","title":"Rainbow Road","dateposted":1331674339,"siteid":13271,"sitename":"Silence
84
+ Nogood","posturl":"http:\/\/silencenogood.net\/pance-party-rainbow-road-ep\/","postid":1747922,"loved_count":239,"posted_count":4,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747922.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747922_320.png","time":369,"description":"Pance
85
+ Party (in the studio) Pance Party (in the studio) While Pance Party hasn\u2019t
86
+ put out any new material in a while, I think it\u2019s important that you,
87
+ our beloved readers, take some time to explore their [relatively brief] catalog
88
+ of unique electro-house ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Pance%20Party"},"9":{"mediaid":"1akwf","artist":"Pance
89
+ Party","title":"Give Me More","dateposted":1331674348,"siteid":13271,"sitename":"Silence
90
+ Nogood","posturl":"http:\/\/silencenogood.net\/pance-party-rainbow-road-ep\/","postid":1747922,"loved_count":81,"posted_count":3,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747922.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747922_320.png","time":255,"description":"Pance
91
+ Party (in the studio) Pance Party (in the studio) While Pance Party hasn\u2019t
92
+ put out any new material in a while, I think it\u2019s important that you,
93
+ our beloved readers, take some time to explore their [relatively brief] catalog
94
+ of unique electro-house ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Pance%20Party"},"10":{"mediaid":"1am75","artist":"Pance
95
+ Party","title":"Greasy Weasel","dateposted":1331674368,"siteid":13271,"sitename":"Silence
96
+ Nogood","posturl":"http:\/\/silencenogood.net\/pance-party-rainbow-road-ep\/","postid":1747922,"loved_count":35,"posted_count":2,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747922.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747922_320.png","time":295,"description":"Pance
97
+ Party (in the studio) Pance Party (in the studio) While Pance Party hasn\u2019t
98
+ put out any new material in a while, I think it\u2019s important that you,
99
+ our beloved readers, take some time to explore their [relatively brief] catalog
100
+ of unique electro-house ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Pance%20Party"},"11":{"mediaid":"1fv9p","artist":"Michael
101
+ Kiwanuka","title":"Home Again","dateposted":1331680048,"siteid":6736,"sitename":"Pigeons
102
+ and Planes","posturl":"http:\/\/pigeonsandplanes.com\/2012\/03\/albums-of-the-week-03132012.html","postid":1748042,"loved_count":375,"posted_count":18,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1748042.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1748042_320.png","time":211,"description":"michael
103
+ kiwanuka1 400x400 Albums Of The Week: 03\/13\/2012 Michael Kiwanuka \u2013
104
+ Home Again Soul revivalist Michael Kiwanuka\u2018s debut album Home Again,
105
+ which we hailed as \u201ca refreshing, back to basics take on soul music\u201d,
106
+ has been streaming since Friday, and wi","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Michael%20Kiwanuka"},"12":{"mediaid":"1jq3g","artist":"SPLASHH","title":"Feels
107
+ Like You","dateposted":1331676019,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/splashh-new-artist-singles-video\/","postid":1748022,"loved_count":11,"posted_count":2,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":183,"description":"Beach
108
+ House meets Wavves, that''s all I have to say. Splashh has been releasing
109
+ tracks intermittently for the past three weeks, starting with Lemonade and
110
+ Washed Up on the 26th of February, then All I Wanna Do on the 27th, and finally
111
+ Feels Like You last t","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/SPLASHH"},"13":{"mediaid":"1jr9v","artist":"SPLASHH","title":"Washed
112
+ Up","dateposted":1331676007,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/splashh-new-artist-singles-video\/","postid":1748022,"loved_count":7,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart0.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":189,"description":"Beach
113
+ House meets Wavves, that''s all I have to say. Splashh has been releasing
114
+ tracks intermittently for the past three weeks, starting with Lemonade and
115
+ Washed Up on the 26th of February, then All I Wanna Do on the 27th, and finally
116
+ Feels Like You last t","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/SPLASHH"},"14":{"mediaid":"1jr2f","artist":"kranky","title":"lotus
117
+ plaza ''strangers''","dateposted":1331675888,"siteid":17180,"sitename":"frenchysymphony","posturl":"http:\/\/www.frenchysymphony.com\/2012\/03\/lotus-plaza-strangers.html","postid":1748019,"loved_count":10,"posted_count":4,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/9\/1748019.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/9\/1748019_320.png","time":271,"description":"
118
+ Quand Bradford Cox part en vadrouille avec son projet solo Atlas Sound, Lockett
119
+ Pundt en fait de m\u00eame de son c\u00f4t\u00e9 en officiant sous le nom
120
+ de Lotus Plaza. Le guitariste de Deerhunter nous avait congratul\u00e9 en
121
+ 2010 d''un premier album qui plantait d\u00e9j\u00e0 les ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/kranky"},"15":{"mediaid":"1jr6m","artist":"Make
122
+ the Girl Dance","title":"Wall Of Death (Revolte RMX)","dateposted":1331668956,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/revolte-stars-are-falling-exclusive\/","postid":1747864,"loved_count":16,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart3.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":182,"description":"Here
123
+ is the time for the new massive remix of the week on Earmilk! Did you hear
124
+ about \"Wall of the Death\" track from French duo Make The Girl Dance. SC
125
+ Stream Play Wall of Death (Original version) - Make the Girl Dance ft. Solange
126
+ La Frange (03:32) Now we","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Make%20the%20Girl%20Dance"},"16":{"mediaid":"1jr2g","artist":"Decibels","title":"The
127
+ Lesser","dateposted":1331665188,"siteid":6736,"sitename":"Pigeons and Planes","posturl":"http:\/\/pigeonsandplanes.com\/2012\/03\/decibels-the-lesser.html","postid":1747719,"loved_count":8,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/9\/1747719.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/9\/1747719_320.png","time":278,"description":"gg
128
+ Decibels The Lesser Decibels combine melodic electronica and indie-rock to
129
+ great effect on \u201cThe Lesser\u201d, their debut single, which is set to
130
+ be released March 26th. While the rest of the tracks on their Soundcloud have
131
+ a more ambient and glitchy feel (","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Decibels"},"17":{"mediaid":"1jhkh","artist":"Treasure
132
+ Fingers","title":"Rooftop Revival (Kastle Remix)","dateposted":1331668830,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/treasure-fingers-rooftop-revival-scion-av-ep\/","postid":1747863,"loved_count":37,"posted_count":4,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":303,"description":"It''s
133
+ easy to dismiss Scion A\/V as a label: I mean, cars and music aren''t exactly
134
+ manufactured in the same way, so you wouldn''t necessarily expect for a car
135
+ company to have their finger on the pulse of the electronic scene. But they
136
+ have proven me wrong se","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Treasure%20Fingers"},"18":{"mediaid":"1jkmk","artist":"Treasure
137
+ Fingers","title":"Rooftop Revival","dateposted":1331668844,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/treasure-fingers-rooftop-revival-scion-av-ep\/","postid":1747863,"loved_count":26,"posted_count":2,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart0.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":276,"description":"It''s
138
+ easy to dismiss Scion A\/V as a label: I mean, cars and music aren''t exactly
139
+ manufactured in the same way, so you wouldn''t necessarily expect for a car
140
+ company to have their finger on the pulse of the electronic scene. But they
141
+ have proven me wrong se","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Treasure%20Fingers"},"19":{"mediaid":"1jhp6","artist":"Phil
142
+ & Paul Hartnoll","title":"Orbital | New France (feat. Zola Jesus)","dateposted":1331668718,"siteid":5623,"sitename":"RCRD
143
+ LBL","posturl":"http:\/\/rcrdlbl.com\/2012\/03\/13\/stream_orbital_new_france_feat_zola_jesus_","postid":1747849,"loved_count":10,"posted_count":5,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/9\/1747849.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/9\/1747849_320.png","time":205,"description":"Holy
144
+ Christ, it\u2019s a new one from British electro elder statesmen Orbital!
145
+ For fans new and old (to attend a show is to be gleefully sandwiched between
146
+ a 16-year-old in Jncos and a 40-year-old plughead gone to fat) \u201cNew France\u201d
147
+ is a grandiose, new wave-hea","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Phil%20&%20Paul%20Hartnoll"}}'
148
+ http_version:
149
+ recorded_at: Tue, 13 Mar 2012 23:22:45 GMT
150
+ recorded_with: VCR 2.0.0
@@ -0,0 +1,230 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://hypem.com/playlist/latest/fresh/json/1
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message:
14
+ headers:
15
+ server:
16
+ - nginx/1.0.12
17
+ date:
18
+ - Tue, 13 Mar 2012 23:22:43 GMT
19
+ content-type:
20
+ - text/javascript; charset=UTF-8
21
+ transfer-encoding:
22
+ - chunked
23
+ connection:
24
+ - close
25
+ set-cookie:
26
+ - AUTH=03%3Adca72ae40c16607b039f6c747a35dcea%3A1331680963%3A1276002699%3ACA-US;
27
+ expires=Thu, 09-Mar-2028 23:22:43 GMT; path=/; domain=hypem.com
28
+ x-hacker:
29
+ - Hey, if you're reading this, you should drop us an email at hypem.com/contact,
30
+ maybe we can work together!
31
+ last-modified:
32
+ - Tue, 13 Mar 2012 23:07:52 GMT
33
+ cache-control:
34
+ - max-age=300
35
+ access-control-allow-origin:
36
+ - ! '*'
37
+ access-control-allow-headers:
38
+ - ! '*'
39
+ vary:
40
+ - Accept-Encoding
41
+ body:
42
+ encoding: ASCII-8BIT
43
+ string: ! '{"version":"1.1","0":{"mediaid":"1jrb2","artist":"Discodromo","title":"Mercurio
44
+ (The Miracles Club Mercury Rising Remix)","dateposted":1331680072,"siteid":11871,"sitename":"Last
45
+ Gas Station","posturl":"http:\/\/www.lagasta.com\/5406-mix-oclock\/","postid":1748041,"dateposted_first":1331680072,"siteid_first":11871,"sitename_first":"Last
46
+ Gas Station","posturl_first":"http:\/\/www.lagasta.com\/5406-mix-oclock\/","postid_first":1748041,"loved_count":0,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/1\/1748041.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/1\/1748041_320.png","time":301,"description":"La.Ga.Sta.\u2019s
47
+ new Mix O\u2019Clock is here: 10 tunes, 54 minutes, many destinations. It
48
+ features some new and old tracks from Prins Thomas, Soul Clap, Pop & Eye,
49
+ Holy Ghost!, Cosmic Kids, Art Department and many more. Shake a leg\u2026
50
+ [6:36] Pollyester: \u201cConcierge ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Discodromo"},"1":{"mediaid":"1jrb1","artist":"Martyn","title":"Hello
51
+ Darkness (Radio Edit)","dateposted":1331680069,"siteid":5248,"sitename":"Prefix
52
+ Magazine","posturl":"http:\/\/www.prefixmag.com\/news\/listen-martyns-new-single-hello-darkness\/63134\/","postid":1748052,"dateposted_first":1331680069,"siteid_first":5248,"sitename_first":"Prefix
53
+ Magazine","posturl_first":"http:\/\/www.prefixmag.com\/news\/listen-martyns-new-single-hello-darkness\/63134\/","postid_first":1748052,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1748052.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1748052_320.png","time":224,"description":"On
54
+ March 20, Brainfeeder will release the new 12\" from Washington, D.C. area
55
+ producer Martyn. It''s called Hello Darkness","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Martyn"},"2":{"mediaid":"1jrb0","artist":"Waylon
56
+ Jennings","title":"Good Ol'' Boys","dateposted":1331680065,"siteid":12596,"sitename":"Shelter
57
+ From the Norm","posturl":"http:\/\/shelterfromthenorm.tumblr.com\/post\/19252653191\/evilgirl333x2-artist-waylon-jennings-track","postid":1748064,"dateposted_first":1331680065,"siteid_first":12596,"sitename_first":"Shelter
58
+ From the Norm","posturl_first":"http:\/\/shelterfromthenorm.tumblr.com\/post\/19252653191\/evilgirl333x2-artist-waylon-jennings-track","postid_first":1748064,"loved_count":0,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart0.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/12596.png","time":133,"description":"evilgirl333x2:
59
+ Artist: Waylon Jennings Track: (Dukes Of Hazzard)Good Ol\u2019 Boy Album:
60
+ The Dukes of Hazzard Year: 1980 When my students talk about the themesong
61
+ to the Dukes of Hazzard, they are talking about Jessica Simpson\u2019s cover
62
+ of \u201cThese Boots Are Made ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Waylon%20Jennings"},"3":{"mediaid":"1jraz","artist":"Ron
63
+ Hawkins and the Rust Nails","title":"Small Victories","dateposted":1331680058,"siteid":12596,"sitename":"Shelter
64
+ From the Norm","posturl":"http:\/\/shelterfromthenorm.tumblr.com\/post\/19250128227\/small-victories-by-ron-hawkins-and-the-rusty","postid":1748049,"dateposted_first":1331680058,"siteid_first":12596,"sitename_first":"Shelter
65
+ From the Norm","posturl_first":"http:\/\/shelterfromthenorm.tumblr.com\/post\/19250128227\/small-victories-by-ron-hawkins-and-the-rusty","postid_first":1748049,"loved_count":0,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart4.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/12596.png","time":192,"description":"\u201cSmall
66
+ Victories\u201d by Ron Hawkins and the Rusty Nails (Words\/Music: Ron Hawkins,
67
+ Album: Crackstatic, Outside Music 2000) A lovely little ditty about making
68
+ sure we\u2019re on the right path before we start our journey and remembering
69
+ that we should focus on the","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Ron%20Hawkins%20and%20the%20Rust%20Nails"},"4":{"mediaid":"1jrax","artist":"The
70
+ David Bromberg Band","title":"Medley: Battle Of Bull Run\/Paddy On The Turnpike\/R","dateposted":1331679373,"siteid":5936,"sitename":"Star
71
+ Maker Machine","posturl":"http:\/\/sixsongs.blogspot.com\/2012\/03\/irish-accents-bull-run-paddyon-turnpike.html","postid":1748035,"dateposted_first":1331679373,"siteid_first":5936,"sitename_first":"Star
72
+ Maker Machine","posturl_first":"http:\/\/sixsongs.blogspot.com\/2012\/03\/irish-accents-bull-run-paddyon-turnpike.html","postid_first":1748035,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart3.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/5936.png","time":198,"description":"
73
+ David Bromberg: Bull Run Paddy [purchase] Despite appearances, David Bromberg
74
+ is not actually a NY Jew (as I previously suggested) : he hails originally
75
+ from NJ and his current domicile is Delaware ( = none of the above). Among
76
+ the most eclectic and most","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/The%20David%20Bromberg%20Band"},"5":{"mediaid":"1jras","artist":"DVBBS","title":"Dance
77
+ Bitch","dateposted":1331676428,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"dateposted_first":1331676428,"siteid_first":11067,"sitename_first":"EARMILK","posturl_first":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid_first":1748023,"loved_count":16,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart0.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":175,"description":"It
78
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
79
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
80
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
81
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"6":{"mediaid":"1jrar","artist":"DVBBS","title":"Till
82
+ I Die (Flashing Lights)","dateposted":1331676399,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"dateposted_first":1331676399,"siteid_first":11067,"sitename_first":"EARMILK","posturl_first":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid_first":1748023,"loved_count":9,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart4.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":201,"description":"It
83
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
84
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
85
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
86
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"7":{"mediaid":"1jraq","artist":"DVBBS","title":"DRVGS
87
+ (feat. Hayley Gene)","dateposted":1331676387,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"dateposted_first":1331676387,"siteid_first":11067,"sitename_first":"EARMILK","posturl_first":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid_first":1748023,"loved_count":9,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart0.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":251,"description":"It
88
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
89
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
90
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
91
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"8":{"mediaid":"1jrap","artist":"DVBBS","title":"Come
92
+ Alive","dateposted":1331676374,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"dateposted_first":1331676374,"siteid_first":11067,"sitename_first":"EARMILK","posturl_first":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid_first":1748023,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":201,"description":"It
93
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
94
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
95
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
96
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"9":{"mediaid":"1jran","artist":"DVBBS","title":"Here
97
+ We Go","dateposted":1331676362,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid":1748023,"dateposted_first":1331676362,"siteid_first":11067,"sitename_first":"EARMILK","posturl_first":"http:\/\/www.earmilk.com\/2012\/03\/13\/dvbbs-initio-ep-exclusive\/","postid_first":1748023,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":217,"description":"It
98
+ is my pleasure to present you with another great Earmilk exclusive: DVBBS''s
99
+ debut EP, INITIO. DVBBS''s electo house sounds are the product of Chris Andre
100
+ and Alex Andre. DVBBS has toured and shared the stage with artists such as
101
+ Tiesto, Steve Aoki, MSTR","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/DVBBS"},"10":{"mediaid":"1jram","artist":"jacob
102
+ funch","title":"Steeldrum","dateposted":1331676349,"siteid":16312,"sitename":"electric
103
+ sound of joy","posturl":"http:\/\/electricsoundofjoy.blogspot.com\/2012\/03\/late-great-fitzcarraldos.html","postid":1747994,"dateposted_first":1331676349,"siteid_first":16312,"sitename_first":"electric
104
+ sound of joy","posturl_first":"http:\/\/electricsoundofjoy.blogspot.com\/2012\/03\/late-great-fitzcarraldos.html","postid_first":1747994,"loved_count":0,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/16312.png","time":311,"description":"
105
+ Danish lounge pop anyone? First of our posts from Austin and before we''ve
106
+ actually seen any bands. Amongst the 2000 odd bands out here this name piqued
107
+ our interest. Not disappointed with this tremendous slice of smoothness, extra
108
+ credit for the subtle s","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/jacob%20funch"},"11":{"mediaid":"1jraj","artist":"Buraka
109
+ Som Sistema","title":"Hypnotized","dateposted":1331676322,"siteid":10945,"sitename":"Mixtape
110
+ Riot","posturl":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid":1748007,"dateposted_first":1331676322,"siteid_first":10945,"sitename_first":"Mixtape
111
+ Riot","posturl_first":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid_first":1748007,"loved_count":5,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart4.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/10945.jpg","time":293,"description":"It
112
+ just keeps on coming, and keeps on coming, and keeps on coming\u2026 But I\u2019m
113
+ not showing any signs of being bored. Come out to this party tonite and I
114
+ promise you won\u2019t be bored either. I\u2019ll be joined by badass DJ Gingee
115
+ and the lovely hostess Mor Elian (wh","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Buraka%20Som%20Sistema"},"12":{"mediaid":"1jrah","artist":"King
116
+ Coya","title":"Villa Donde","dateposted":1331676308,"siteid":10945,"sitename":"Mixtape
117
+ Riot","posturl":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid":1748007,"dateposted_first":1331676308,"siteid_first":10945,"sitename_first":"Mixtape
118
+ Riot","posturl_first":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid_first":1748007,"loved_count":4,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart3.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/10945.jpg","time":286,"description":"It
119
+ just keeps on coming, and keeps on coming, and keeps on coming\u2026 But I\u2019m
120
+ not showing any signs of being bored. Come out to this party tonite and I
121
+ promise you won\u2019t be bored either. I\u2019ll be joined by badass DJ Gingee
122
+ and the lovely hostess Mor Elian (wh","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/King%20Coya"},"13":{"mediaid":"1jrag","artist":"Daniel
123
+ Klauser","title":"Rootz","dateposted":1331676293,"siteid":10945,"sitename":"Mixtape
124
+ Riot","posturl":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid":1748007,"dateposted_first":1331676293,"siteid_first":10945,"sitename_first":"Mixtape
125
+ Riot","posturl_first":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid_first":1748007,"loved_count":3,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart4.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/10945.jpg","time":310,"description":"It
126
+ just keeps on coming, and keeps on coming, and keeps on coming\u2026 But I\u2019m
127
+ not showing any signs of being bored. Come out to this party tonite and I
128
+ promise you won\u2019t be bored either. I\u2019ll be joined by badass DJ Gingee
129
+ and the lovely hostess Mor Elian (wh","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Daniel%20Klauser"},"14":{"mediaid":"1jrae","artist":"TrezUnidoz","title":"Melhor
130
+ Amigo","dateposted":1331676266,"siteid":10945,"sitename":"Mixtape Riot","posturl":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid":1748007,"dateposted_first":1331676266,"siteid_first":10945,"sitename_first":"Mixtape
131
+ Riot","posturl_first":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid_first":1748007,"loved_count":0,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/10945.jpg","time":214,"description":"It
132
+ just keeps on coming, and keeps on coming, and keeps on coming\u2026 But I\u2019m
133
+ not showing any signs of being bored. Come out to this party tonite and I
134
+ promise you won\u2019t be bored either. I\u2019ll be joined by badass DJ Gingee
135
+ and the lovely hostess Mor Elian (wh","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/TrezUnidoz"},"15":{"mediaid":"1jrad","artist":"Northern
136
+ Cree Singers","title":"Look At This (A Tribe Called Red Remix)","dateposted":1331676256,"siteid":10945,"sitename":"Mixtape
137
+ Riot","posturl":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid":1748007,"dateposted_first":1331676256,"siteid_first":10945,"sitename_first":"Mixtape
138
+ Riot","posturl_first":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid_first":1748007,"loved_count":0,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart4.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/10945.jpg","time":405,"description":"It
139
+ just keeps on coming, and keeps on coming, and keeps on coming\u2026 But I\u2019m
140
+ not showing any signs of being bored. Come out to this party tonite and I
141
+ promise you won\u2019t be bored either. I\u2019ll be joined by badass DJ Gingee
142
+ and the lovely hostess Mor Elian (wh","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Northern%20Cree%20Singers"},"16":{"mediaid":"1jra8","artist":"Congopunq","title":"Red
143
+ Car Go","dateposted":1331676186,"siteid":10945,"sitename":"Mixtape Riot","posturl":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid":1748007,"dateposted_first":1331676186,"siteid_first":10945,"sitename_first":"Mixtape
144
+ Riot","posturl_first":"http:\/\/www.mixtaperiot.com\/2012\/03\/dance-a-thon\/","postid_first":1748007,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/10945.jpg","time":262,"description":"It
145
+ just keeps on coming, and keeps on coming, and keeps on coming\u2026 But I\u2019m
146
+ not showing any signs of being bored. Come out to this party tonite and I
147
+ promise you won\u2019t be bored either. I\u2019ll be joined by badass DJ Gingee
148
+ and the lovely hostess Mor Elian (wh","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Congopunq"},"17":{"mediaid":"1jra7","artist":"Robel
149
+ Synthesia","title":"Taxi Colours","dateposted":1331676173,"siteid":15290,"sitename":"Odd
150
+ Bloggings","posturl":"http:\/\/oddbloggings.com\/midnight-polaroids-by-robel-synthesia","postid":1747992,"dateposted_first":1331676173,"siteid_first":15290,"sitename_first":"Odd
151
+ Bloggings","posturl_first":"http:\/\/oddbloggings.com\/midnight-polaroids-by-robel-synthesia","postid_first":1747992,"loved_count":2,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747992.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747992_320.png","time":319,"description":"
152
+ Every now and then, i receive music that largely is unclassifiable. Such are
153
+ the tunes of Robel Synthesia. To call this beat music isn\u2019t quite right,
154
+ though it clearly adheres to many of the same tenets. Spooky synths? Check.
155
+ Robotic percussion? Double c","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Robel%20Synthesia"},"18":{"mediaid":"1jra6","artist":"Robel
156
+ Synthesia","title":"Streetlamp Waves","dateposted":1331676149,"siteid":15290,"sitename":"Odd
157
+ Bloggings","posturl":"http:\/\/oddbloggings.com\/midnight-polaroids-by-robel-synthesia","postid":1747992,"dateposted_first":1331676149,"siteid_first":15290,"sitename_first":"Odd
158
+ Bloggings","posturl_first":"http:\/\/oddbloggings.com\/midnight-polaroids-by-robel-synthesia","postid_first":1747992,"loved_count":2,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747992.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/2\/1747992_320.png","time":393,"description":"
159
+ Every now and then, i receive music that largely is unclassifiable. Such are
160
+ the tunes of Robel Synthesia. To call this beat music isn\u2019t quite right,
161
+ though it clearly adheres to many of the same tenets. Spooky synths? Check.
162
+ Robotic percussion? Double c","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Robel%20Synthesia"},"19":{"mediaid":"1jra4","artist":"Balkan
163
+ Beat Box","title":"Part Of The Glory (from \"Give\")","dateposted":1331676116,"siteid":16959,"sitename":"You
164
+ Hear That?!?","posturl":"http:\/\/youhearthat.wordpress.com\/2012\/03\/13\/balkan-beat-box\/","postid":1748015,"dateposted_first":1331676116,"siteid_first":16959,"sitename_first":"You
165
+ Hear That?!?","posturl_first":"http:\/\/youhearthat.wordpress.com\/2012\/03\/13\/balkan-beat-box\/","postid_first":1748015,"loved_count":5,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/5\/1748015.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/5\/1748015_320.png","time":254,"description":"Give
166
+ Late this past Saturday night, I received a pair emails, which Gmail dutifully
167
+ grouped into a conversation, notifying me that my friend Tex, with whom I\u2019d
168
+ been real-life conversing just hours earlier, had gifted me some music via
169
+ iTunes. 2 albums wor","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Balkan%20Beat%20Box"},"20":{"mediaid":"1jra2","artist":"Main
170
+ Attrakionz","title":"Friendzone, Zombies On The Turf (Part II) (Prod. by Friendzone)","dateposted":1331676100,"siteid":4284,"sitename":"rose
171
+ quartz","posturl":"http:\/\/rosequartz.blogspot.com\/2012\/03\/zombies-on-turf.html","postid":1747981,"dateposted_first":1331676100,"siteid_first":4284,"sitename_first":"rose
172
+ quartz","posturl_first":"http:\/\/rosequartz.blogspot.com\/2012\/03\/zombies-on-turf.html","postid_first":1747981,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/1\/1747981.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/1\/1747981_320.png","time":206,"description":"
173
+ MP3: Main Attrakionz (prod. by Friendzone) - Zombies on the Turf (Part II)
174
+ New Main Attrakionz cloud-rap just surfaced on Twitter. Produced by our preferred
175
+ uplifters Friendzone, this one''s actually from a ways back when they started
176
+ working together in ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Main%20Attrakionz"},"21":{"mediaid":"1jra0","artist":"Sohight
177
+ feat. Cheevy","title":"High School (Jesse Oliver Remix)","dateposted":1331676068,"siteid":16653,"sitename":"Vocododo","posturl":"http:\/\/vocododo.blogspot.com\/2012\/03\/sohight-high-school.html","postid":1747997,"dateposted_first":1331676068,"siteid_first":16653,"sitename_first":"Vocododo","posturl_first":"http:\/\/vocododo.blogspot.com\/2012\/03\/sohight-high-school.html","postid_first":1747997,"loved_count":2,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/16653.jpg","time":374,"description":"
178
+ Une chanson, trois remixes, c\u2019est le nouveau EP de Sohight. On vous avait
179
+ d\u00e9j\u00e0 pr\u00e9sent\u00e9 le duo il y a quelques mois pour la sortie
180
+ de leur premier travail, Boys EP. Originaire du milieu de la Russie, ils produisent
181
+ de la Nu Disco assez classique mais eff","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Sohight%20feat.%20Cheevy"},"22":{"mediaid":"1jr9z","artist":"Sohight
182
+ feat. Cheevy","title":"High School (Kreap''s DJ Delight Mix)","dateposted":1331676049,"siteid":16653,"sitename":"Vocododo","posturl":"http:\/\/vocododo.blogspot.com\/2012\/03\/sohight-high-school.html","postid":1747997,"dateposted_first":1331676049,"siteid_first":16653,"sitename_first":"Vocododo","posturl_first":"http:\/\/vocododo.blogspot.com\/2012\/03\/sohight-high-school.html","postid_first":1747997,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart3.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/16653.jpg","time":438,"description":"
183
+ Une chanson, trois remixes, c\u2019est le nouveau EP de Sohight. On vous avait
184
+ d\u00e9j\u00e0 pr\u00e9sent\u00e9 le duo il y a quelques mois pour la sortie
185
+ de leur premier travail, Boys EP. Originaire du milieu de la Russie, ils produisent
186
+ de la Nu Disco assez classique mais eff","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Sohight%20feat.%20Cheevy"},"23":{"mediaid":"1jr9v","artist":"SPLASHH","title":"Washed
187
+ Up","dateposted":1331676007,"siteid":11067,"sitename":"EARMILK","posturl":"http:\/\/www.earmilk.com\/2012\/03\/13\/splashh-new-artist-singles-video\/","postid":1748022,"dateposted_first":1331676007,"siteid_first":11067,"sitename_first":"EARMILK","posturl_first":"http:\/\/www.earmilk.com\/2012\/03\/13\/splashh-new-artist-singles-video\/","postid_first":1748022,"loved_count":7,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart0.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/11067.png","time":189,"description":"Beach
188
+ House meets Wavves, that''s all I have to say. Splashh has been releasing
189
+ tracks intermittently for the past three weeks, starting with Lemonade and
190
+ Washed Up on the 26th of February, then All I Wanna Do on the 27th, and finally
191
+ Feels Like You last t","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/SPLASHH"},"24":{"mediaid":"1jr9t","artist":"","title":"","dateposted":1331675991,"siteid":10739,"sitename":"The
192
+ Music Ninja","posturl":"http:\/\/www.themusicninja.com\/new-monde-ideal-future-waits\/","postid":1748009,"dateposted_first":1331675991,"siteid_first":10739,"sitename_first":"The
193
+ Music Ninja","posturl_first":"http:\/\/www.themusicninja.com\/new-monde-ideal-future-waits\/","postid_first":1748009,"loved_count":4,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/9\/1748009.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/9\/1748009_320.png","time":230,"description":"427579
194
+ 316670311728499 165122706883261 904963 160778469 n [New] Monde Id\u00e9al
195
+ Future Waits Andreas L\u00f6f Hermansson and Alexander Sj\u00f6din have found
196
+ beautiful harmony together with their latest project. They\u2019re calling
197
+ it Monde Id\u00e9al and have developed a sound","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/"},"25":{"mediaid":"1jr9p","artist":"","title":"","dateposted":1331675918,"siteid":16528,"sitename":"Kid
198
+ Shirt","posturl":"http:\/\/www.kekw.org\/rip-ronnie-montrose","postid":1747995,"dateposted_first":1331675918,"siteid_first":16528,"sitename_first":"Kid
199
+ Shirt","posturl_first":"http:\/\/www.kekw.org\/rip-ronnie-montrose","postid_first":1747995,"loved_count":0,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/16528.jpg","time":218,"description":"Ronnie
200
+ Montrose rocks. No, not rocked - past tense - he still rocks my house, always
201
+ will. Motherfucker played on The Edgar Winter Group''s \"Frankenstein\" and
202
+ that''s one fucking monster jam that I never tire of. And the second Montrose
203
+ album - Paper Money ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/"},"26":{"mediaid":"1jr9n","artist":"Crash
204
+ Symbols","title":"All Working","dateposted":1331675911,"siteid":16436,"sitename":"Dingus","posturl":"http:\/\/www.dingusonmusic.com\/2012\/03\/13\/memory-best-new-music\/","postid":1748000,"dateposted_first":1331675911,"siteid_first":16436,"sitename_first":"Dingus","posturl_first":"http:\/\/www.dingusonmusic.com\/2012\/03\/13\/memory-best-new-music\/","postid_first":1748000,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart2.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/16436.png","time":333,"description":"Memory
205
+ by Ender Belongs to Me (March 13, 2012) * Ender Belongs to Me, a new, anonymous,
206
+ experimental act in the DIY scene, today, released their first official EP,
207
+ Memory. In collaboration with label, Crash Symbols, the duo present a limited
208
+ edition run o","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Crash%20Symbols"},"27":{"mediaid":"1jr9m","artist":"Crash
209
+ Symbols","title":"Animate","dateposted":1331675907,"siteid":16436,"sitename":"Dingus","posturl":"http:\/\/www.dingusonmusic.com\/2012\/03\/13\/memory-best-new-music\/","postid":1748000,"dateposted_first":1331675907,"siteid_first":16436,"sitename_first":"Dingus","posturl_first":"http:\/\/www.dingusonmusic.com\/2012\/03\/13\/memory-best-new-music\/","postid_first":1748000,"loved_count":0,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart3.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/16436.png","time":262,"description":"Memory
210
+ by Ender Belongs to Me (March 13, 2012) * Ender Belongs to Me, a new, anonymous,
211
+ experimental act in the DIY scene, today, released their first official EP,
212
+ Memory. In collaboration with label, Crash Symbols, the duo present a limited
213
+ edition run o","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Crash%20Symbols"},"28":{"mediaid":"1jr9g","artist":"Lorca","title":"Dummy
214
+ Records, Dummy Records, Can''t See Higher","dateposted":1331675834,"siteid":10204,"sitename":"This
215
+ Music Wins","posturl":"http:\/\/www.thismusicwins.com\/post\/19240328842\/lorca-cant-see-higher-missed-me-this-sharp","postid":1748004,"dateposted_first":1331675834,"siteid_first":10204,"sitename_first":"This
216
+ Music Wins","posturl_first":"http:\/\/www.thismusicwins.com\/post\/19240328842\/lorca-cant-see-higher-missed-me-this-sharp","postid_first":1748004,"loved_count":4,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/thumbs\/4\/1748004.png","thumb_url_large":"http:\/\/static-ak.hypem.net\/thumbs\/4\/1748004_320.png","time":319,"description":"
217
+ Lorca - Can\u2019t See Higher \/ Missed Me This sharp, striking effort from
218
+ 22 year old Brighton producer Lorca is, put simply, breathtaking. Deep angular
219
+ rhythms and a faded, drug-induced bass-line palpitate and lace a ghostly gallop
220
+ of a rhythm, slowly but s","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Lorca"},"29":{"mediaid":"1jr9e","artist":"Eponymous
221
+ 4","title":"The One to Make You Whole","dateposted":1331675107,"siteid":1373,"sitename":"MeFi
222
+ Music","posturl":"http:\/\/music.metafilter.com\/6181\/The-One-to-Make-You-Whole","postid":1747948,"dateposted_first":1331675107,"siteid_first":1373,"sitename_first":"MeFi
223
+ Music","posturl_first":"http:\/\/music.metafilter.com\/6181\/The-One-to-Make-You-Whole","postid_first":1747948,"loved_count":1,"posted_count":1,"thumb_url":"http:\/\/static-ak.hypem.net\/images\/albumart1.gif","thumb_url_large":"http:\/\/static-ak.hypem.net\/images\/blog_images\/1373.png","time":202,"description":"My
224
+ entry into this month''s challenge is actually something I''d set out to do
225
+ a while back. My variation on the four chords are: D Am Bb G. It''s also one
226
+ of a growing number of tracks where I''m playing the instruments live instead
227
+ of letting the sequencer ","itunes_link":"http:\/\/hypem.com\/go\/itunes_search\/Eponymous%204"}}'
228
+ http_version:
229
+ recorded_at: Tue, 13 Mar 2012 23:22:44 GMT
230
+ recorded_with: VCR 2.0.0