Music Has the Right to Children (UK Original)
By: Boards of Canada
Master: Music Has the Right to Children
- Label: Warp Records - WARPLP55
- Format: Vinyl (2xLP, Album)
- Country: UK
- Released: Apr 20, 1998
- Genres: Electronic
- Styles: IDM, Ambient
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
:doc
{:format-details "2xLP, Album",
:format "Vinyl",
:catalog-number "WARPLP55",
:genres ["Electronic"],
:title "Music Has the Right to Children (UK Original)",
:released "Apr 20, 1998",
:label {:id "Wp8kL3", :etype :label, :title "Warp Records"},
:styles ["IDM" "Ambient"],
:artists [{:id "BoC4m8", :etype :artist, :title "Boards of Canada"}],
:master
{:id "Mh9tQ1",
:etype :master,
:title "Music Has the Right to Children"},
:country "UK"},
:schema
[:map
[:title [:string {:default "Release Title"}]]
[:master
{:optional true}
[:map
[:id :string]
[:etype [:= :master]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:artists
[:vector
[:map
[:id :string]
[:etype [:= :artist]]
[:title :string]
[:catkey {:optional true} :keyword]]]]
[:label
{:optional true}
[:map
[:id :string]
[:etype [:= :label]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:catalog-number {:optional true} [:string {:default ""}]]
[:format [:string {:default "Vinyl"}]]
[:format-details {:optional true} [:string {:default ""}]]
[:country {:optional true} [:string {:default ""}]]
[:released {:optional true} [:string {:default ""}]]
[:genres {:optional true} [:vector :string]]
[:styles {:optional true} [:vector :string]]
[:tracklist
{:optional true}
[:vector
[:map
[:position :string]
[:title :string]
[:duration {:optional true} :string]]]]
[:barcode {:optional true} [:string {:default ""}]]
[:notes {:optional true} [:string {:default ""}]]]}