Bayonet Records
Bayonet Records is an American independent record label started in Brooklyn, New York by Katie Garcia and Dustin Payseur, singer and founding member of the band Beach Fossils.[1] Bayonet Records has been profiled by publications such as Pitchfork Media[2] and NME.[3]
Bayonet Records | |
---|---|
Founded | 2015 |
Founder | Dustin Payseur, Katie Garcia |
Genre | Indie rock, indie pop |
Country of origin | United States |
Location | Brooklyn, New York |
Official website | www |
Current artists
- Beach Fossils
- Kevin Krauter
- Jerry Paper
- Frankie Cosmos
- Laced
- Lionlimb
- Red Sea
- Warehouse
- Yeule
- Taphari
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.
gollark: ```rubyputs "Hello, WOrld"```
gollark: RPNCalc 3:```rpncalcthis-cant-handle-strings-so-whatever```
gollark: ++C.
References
- "Info". Bayonet Records.
- "Beach Fossils: Somersault". Pitchfork.
- Horner, Al (February 11, 2015). "Listen To A Sampler From Bayonet Records, A New Label From Beach Fossils' Dustin Payseur And Captured Tracks' Katie Garcia". NME.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.