Music Has the Right to Children (2013 Repress)

Edit

By: Boards of Canada

Master: Music Has the Right to Children

  • Label: Warp Records - WARPLP55R
  • Format: Vinyl (2xLP, Album, Repress)
  • Country: UK
  • Released: 2013
  • Genres: Electronic
  • Styles: Ambient, IDM, Downtempo
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
 :doc
 {:format-details "2xLP, Album, Repress",
  :format "Vinyl",
  :catalog-number "WARPLP55R",
  :genres ["Electronic"],
  :title "Music Has the Right to Children (2013 Repress)",
  :released "2013",
  :label {:id "Wp8kL3", :etype "label", :title "Warp Records"},
  :styles ["Ambient" "IDM" "Downtempo"],
  :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 ""}]]]}