music_video
3 rows where release_id = 12
This data as json, CSV (advanced)
Suggested facets: description, credits, publish_on (date)
id ▼ | slug | publish | publish_on | title | source_url | embed_code | description | credits | release_id | preview_url | priority |
---|---|---|---|---|---|---|---|---|---|---|---|
30 | we-have-the-perimeter-surrounded | 1 | 2016-03-08 10:20:16 | We Have The Perimeter Surrounded | https://www.youtube.com/watch?v=3lkVl3hyBXE | <iframe src="https://www.youtube.com/embed/3lkVl3hyBXE?wmode=opaque" seamless allowfullscreen></iframe> | Some are calling this the best video of all time. I can't speak to that but I can say this video does contain actual footage from the recording studio where the real album title was revealed to the band. And it was...tense. |
A Band Is Something To Figure Out 12 | https://img.youtube.com/vi/3lkVl3hyBXE/maxresdefault.jpg | ||
31 | the-mountain-that-wanted-more | 1 | 2016-04-19 11:09:26 | The Mountain That Wanted More | https://www.youtube.com/watch?v=2I0FQFGqcCc | <iframe src="https://www.youtube.com/embed/2I0FQFGqcCc?wmode=opaque" seamless allowfullscreen></iframe> | A Band Is Something To Figure Out 12 | https://img.youtube.com/vi/2I0FQFGqcCc/maxresdefault.jpg | |||
32 | realistic-birthday-music | 1 | 2016-06-30 10:34:10 | Realistic Birthday Music | https://www.youtube.com/watch?v=C7uDxqn7dtY | <iframe src="https://www.youtube.com/embed/C7uDxqn7dtY?wmode=opaque" seamless allowfullscreen></iframe> | Candle Eradicators: Mark Walsh, Mona Walsh, Julia Papps, Billy Kanellopoulos, Maura Johnston, Brad Nelson, Hatcher Bentley, Jessica Grimsby, Erik Szyska, Kevin Hoskins, Boog Dumphy, Katie Connors, Danielle Blasczak, Clara & Connor, Jenna Sicuranza, Evan Sicuranza, Linda Sicuranza, Kevin Becerra, Ramona Rose, Mouhcine Karrouim, Marisa Young, Jeff Prohaska, Anthony Puopolo, Jim Kavanaugh, Francine Mroczek, Allyson Laredo, Katelyn Guerin, Michael Ruggerio, Trina Ruggerio, Matthew Scott, Ed Park, Leeore Schnairsohn, Alexandria Ellison, Jim Mahoney, Ryan Walsh, Joseph Marrett, Brian Rutledge, Ryan Connelly |
A Band Is Something To Figure Out 12 | https://img.youtube.com/vi/C7uDxqn7dtY/maxresdefault.jpg |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "music_video" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "slug" varchar(50) NOT NULL UNIQUE, "publish" bool NOT NULL, "publish_on" datetime NULL, "title" varchar(200) NOT NULL, "source_url" varchar(200) NOT NULL, "embed_code" text NOT NULL, "description" text NOT NULL, "credits" text NOT NULL, "release_id" integer NULL REFERENCES "music_release" ("id"), "preview_url" varchar(200) NOT NULL, "priority" integer unsigned NULL); CREATE INDEX "music_video_release_id_83f46359" ON "music_video" ("release_id");