Sworn and Broken
"Sworn and Broken" is a song by the American alternative-rock group Screaming Trees. It is the second single released in support of their seventh album, Dust.
"Sworn and Broken" | ||||
---|---|---|---|---|
![]() | ||||
Single by Screaming Trees | ||||
from the album Dust | ||||
B-side | "Butterfly" (live) | |||
Released | 1996 | |||
Recorded | 1995 | –1996|||
Studio | Capitol Studios and Sunset Sound Factory, Hollywood, CA and The Hit Factory, NY | |||
Genre | Grunge, alternative rock, neo-psychedelia | |||
Length | 3:35 | |||
Label | Epic | |||
Songwriter(s) | Gary Lee Conner, Van Conner, Mark Lanegan | |||
Producer(s) | George Drakoulias | |||
Screaming Trees singles chronology | ||||
|
Formats and track listing
- UK 7" single (663870 7)
- "Sworn and Broken" (Gary Lee Conner, Van Conner, Mark Lanegan) – 3:35
- "Butterfly" (live) (Gary Lee Conner, Van Conner, Mark Lanegan) – 3:10
- UK CD single (663870 2)
- "Sworn and Broken" (Gary Lee Conner, Van Conner, Mark Lanegan) – 3:35
- "Butterfly" (live) (Gary Lee Conner, Van Conner, Mark Lanegan) – 3:10
- "Dollar Bill" (live) (Van Conner, Mark Lanegan) – 4:17
- "Caught Between/The Secret Kind" (live) (Gary Lee Conner, Van Conner, Mark Lanegan, Barrett Martin) – 7:38
Charts
Chart (1996) | Peak position |
---|---|
UK Singles (Official Charts Company)[1] | 76 |
Personnel
Adapted from the Sworn and Broken liner notes.[2]
|
|
Release history
Region | Date | Label | Format | Catalog |
---|---|---|---|---|
United Kingdom | 1996 | Epic | CD, LP | 663870 |
United States | CD | ESK 8632 |
References
- "Screaming Trees: Artist Chart History". Official Charts Company. Retrieved January 27, 2016.
- Sworn and Broken (booklet). Screaming Trees. New York, New York: Epic Records. 1996.CS1 maint: others (link)
External links
- "Sworn and Broken" at Discogs (list of releases)
gollark: Ah, it hasn't joined as a *speaker*.
gollark: Did it crash horribly in another thread?
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))vc = await voice.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.