Boards of Canada

Edit

Scottish electronic music duo known for their nostalgic, sample-based sound.

  • Country: Scotland
  • Active: 1986-present
  • Genres: Electronic, IDM, Ambient
  • Members:
    • Michael Sandison (active)
    • Marcus Eoin (active)
debug
page-type: entity
user: Guest (not logged in)
{:etype "artist",
 :doc
 {:title "Boards of Canada",
  :genres ["Electronic" "IDM" "Ambient"],
  :country "Scotland",
  :members
  [{:name "Michael Sandison", :active true}
   {:name "Marcus Eoin", :active true}],
  :profile
  "Scottish electronic music duo known for their nostalgic, sample-based sound.",
  :active-years "1986-present"},
 :schema
 [:map
  [:title [:string {:default "Artist Name"}]]
  [:real-name {:optional true} [:string {:default ""}]]
  [:profile {:optional true} [:string {:default ""}]]
  [:members
   {:optional true}
   [:vector
    [:map [:name :string] [:active {:optional true} :boolean]]]]
  [:aliases {:optional true} [:vector :string]]
  [:genres {:optional true} [:vector :string]]
  [:country {:optional true} [:string {:default ""}]]
  [:active-years {:optional true} [:string {:default ""}]]]}