music_press
Data source: https://www.hallelujahthehills.com
6 rows where release_id = 7
This data as json, CSV (advanced)
Suggested facets: publish_on, title, publish_on (date), date (date)
id ▼ | publish | publish_on | title | date | source_url | quote | release_id | body |
---|---|---|---|---|---|---|---|---|
38 | 1 | 2012-04-01 21:32:27 | MTVHive | 2012-03-30 | http://read.mtvhive.com/2012/03/30/hallelujah-the-hills-get-me-in-a-room-song-premiere/ | 1 | No One Knows What Happens Next 7 | [“Get Me In A Room”] builds to the sort of manic rock explosion that the singer describes as “a pep talk to myself,” where confines of a room seems metaphorical at best. |
43 | 1 | 2012-05-20 23:05:24 | Weekly Dig | 2012-05-18 | http://digboston.com/listen/2012/05/hallelujah-the-hills-no-one-knows-what-happens-next/ | 1 | No One Knows What Happens Next 7 | This is thinking outside the box with a lot of moving parts, but sonically, it comes together gorgeously in a start-to-finish listen. |
44 | 1 | 2012-05-20 23:05:24 | Prefix | 2012-04-27 | http://www.prefixmag.com/media/hallelujah-the-hills/hungry-ghost-extraordinaire-prefix-premiere/64721/ | 1 | No One Knows What Happens Next 7 | It's a great introduction to No One Knows What Will Happen Next, and despite the warning in that title, and even if we don't know yet what that album will be, "Hungry Ghost Extraordinaire" is surely a good omen. |
45 | 1 | 2012-05-21 21:57:03 | Prefix | 2012-05-21 | http://www.prefixmag.com/reviews/hallelujah-the-hills/no-one-knows-what-happens-next/65248/ | 1 | No One Knows What Happens Next 7 | The clarity of this record is a daring move for a band that has existed so firmly in the gauze, but it pays off at nearly every turn...they've also gone ahead and made their best record. |
47 | 1 | 2012-08-17 16:17:26 | Exclaim! | 2012-05-22 | http://exclaim.ca/Reviews/PopAndRock/hallelujah_hills-no_one_knows_what_happens_next | 1 | No One Knows What Happens Next 7 | There is more introspection on display than usual, especially in the lyrics, but Hallelujah The Hills have simply grown into the band they always threatened to become. This is a happy ending for all involved. |
48 | 1 | 2012-08-17 16:20:52 | Stereo Typing | 2012-07-28 | http://www.stereotypingmusic.com/2012/07/stream-hallelujah-hills-no-one-knows.html | 1 | No One Knows What Happens Next 7 | Hallelujah the Hills have always been one of the great hidden gems of beantown. With their new release, I am ready to proclaim them as one of the most underrated bands in the country |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "music_press" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "publish" bool NOT NULL, "publish_on" datetime NULL, "title" varchar(200) NOT NULL, "date" date NOT NULL, "source_url" varchar(200) NOT NULL, "quote" bool NOT NULL, "release_id" integer NULL REFERENCES "music_release" ("id"), "body" text NOT NULL); CREATE INDEX "music_press_release_id_5a017a78" ON "music_press" ("release_id");