Letters from the Underground
Letters from the Underground is the ninth studio album by folk-punk rock band the Levellers. It includes the single "Burn America Burn", which is a social commentary on the recurrence of school shootings in the US.
Letters from the Underground | ||||
---|---|---|---|---|
Studio album by | ||||
Released | 11 August 2008 | |||
Genre | Rock, alternative rock, folk punk | |||
Label | On the Fiddle Recordings | |||
Producer | Sean Lakeman | |||
Levellers chronology | ||||
|
Aggregate scores | |
---|---|
Source | Rating |
Metacritic | 54/100 |
Review scores | |
Source | Rating |
Daily Mirror | |
The Guardian | |
Allmusic |
Track listing
- "The Cholera Well"
- "Death Loves Youth"
- "Eyes Wide"
- "Before the End"
- "Burn America Burn"
- "Heart of the Country"
- "Pale Rider"
- "A Life Less Ordinary"
- "Accidental Anarchist"
- "Duty"
- "Fight or Flight"
Personnel
Musicians
- Mark Chadwick - guitars, vocals
- Charlie Heather - drums/percussion
- Jeremy Cunningham - bass guitar, artwork
- Simon Friend - guitars, vocals, mandolin
- Jonathan Sevink - fiddle
- Matt Savage - keyboard
gollark: ```lualocal lapis = require("lapis")local respond_to = require("lapis.application").respond_tolocal app = lapis.Application()app:match("create_account", "/create-account", respond_to({ GET = function(self) return { render = true } end, POST = function(self) do_something(self.params) return { redirect_to = self:url_for("index") } end}))```
gollark: Depends who you ask.
gollark: A problem, that may be.
gollark: Ah.
gollark: ```lualocal lapis = require "lapis"local app = lapis.Application()app:match("/", function(self) return "Hello world!"end)return app```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.