music_video
Data source: https://www.hallelujahthehills.com
2 rows where release_id = 16
This data as json, CSV (advanced)
Suggested facets: publish_on (date)
id ▼ | slug | publish | publish_on | title | source_url | embed_code | description | credits | release_id | preview_url | priority |
---|---|---|---|---|---|---|---|---|---|---|---|
47 | is-it-in-the-cards | 1 | 2025-03-28 00:00:00 | Is it in the cards? | https://www.youtube.com/watch?v=mAKOy1hAdfs | <iframe src="https://www.youtube.com/embed/mAKOy1hAdfs?wmode=opaque" seamless allowfullscreen></iframe> | DECK 16 | https://img.youtube.com/vi/mAKOy1hAdfs/maxresdefault.jpg | 1 | ||
48 | deck-explainer | 1 | 2025-05-02 00:14:40 | The DECK Explainer | https://www.youtube.com/watch?v=_o0-zDmfp9Q | <iframe src="https://www.youtube.com/embed/_o0-zDmfp9Q?wmode=opaque" seamless allowfullscreen></iframe> | DECK 16 | https://img.youtube.com/vi/_o0-zDmfp9Q/sddefault.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");