Kraftwerk

Edit

Pioneering German electronic band formed in Düsseldorf. Known for their innovative use of synthesizers and drum machines.

  • Country: Germany
  • Active: 1970-present
  • Genres: Electronic, Synth-pop
  • Members:
    • Ralf Hütter (active)
    • Florian Schneider
    • Fritz Hilpert (active)
debug
page-type: entity
user: Guest (not logged in)
{:etype "artist",
 :doc
 {:title "Kraftwerk",
  :genres ["Electronic" "Synth-pop"],
  :country "Germany",
  :members
  [{:name "Ralf Hütter", :active true}
   {:name "Florian Schneider", :active false}
   {:name "Fritz Hilpert", :active true}],
  :profile
  "Pioneering German electronic band formed in Düsseldorf. Known for their innovative use of synthesizers and drum machines.",
  :active-years "1970-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 ""}]]]}