Warp Records

Edit

Pioneering British independent record label known for electronic music. Home to artists like Aphex Twin, Boards of Canada, and Autechre.

  • Founded: 1989
  • Country: UK
debug
page-type: entity
user: Guest (not logged in)
{:etype "label",
 :doc
 {:title "Warp Records",
  :country "UK",
  :founded 1989,
  :profile
  "Pioneering British independent record label known for electronic music. Home to artists like Aphex Twin, Boards of Canada, and Autechre."},
 :schema
 [:map
  [:title [:string {:default "Label Name"}]]
  [:profile {:optional true} [:string {:default ""}]]
  [:parent-label
   {:optional true}
   [:map
    [:id :string]
    [:etype [:= :label]]
    [:title :string]
    [:catkey {:optional true} :keyword]]]
  [:sublabels
   {:optional true}
   [:vector
    [:map
     [:id :string]
     [:etype [:= :label]]
     [:title :string]
     [:catkey {:optional true} :keyword]]]]
  [:country {:optional true} [:string {:default ""}]]
  [:founded {:optional true} [:int {:min 1900, :max 2100}]]
  [:contact {:optional true} [:string {:default ""}]]
  [:urls {:optional true} [:vector :string]]]}