Live 'n' Kickin' (Kingfish album)

Live 'n' Kickin' is the second album by the rock group Kingfish. It was recorded live at the Roxy in West Hollywood, California. It was released as an LP in 1977 by Jet Records. It was released on CD in Germany in 1989.[2]

Live 'n' Kickin'
Live album by
Released1977
Recorded1976
GenreRock
LabelJet Records
(United Artists)
ProducerMatthew Kelly
Dave Torbert
Kingfish chronology
Kingfish
(1976)
Live 'n' Kickin'
(1977)
Trident
(1978)
Bob Weir chronology
Kingfish
(1976)
Live 'n' Kickin'
(1977)
Heaven Help The Fool
(1978)
Professional ratings
Review scores
SourceRating
Allmusic[1]

Though guitarist Bob Weir played with the band during the performance, he had returned to playing full time with the Grateful Dead by the time the album was produced. With the goal of forging a separate identity for Kingfish, tracks containing Weir's playing and singing were therefore removed from the mix, except where absolutely crucial to continuity or where his guitar or vocals bled onto the drum track.[3]

Track listing

Side one
  1. "Goodbye Your Honor" (Dave Torbert, Hovey, Matthew Kelly)
  2. "Juke" (Marion Jacobs)
  3. "Mule Skinner Blues" (Jimmie Rodgers, George Vaughn)
  4. "I Hear You Knockin'" (Dave Bartholomew, King)
  5. "Hypnotize" (Torbert, Kelly)
Side two
  1. "Jump for Joy" (Carter, Gilbert)
  2. "Overnight Bag" (Carter, Gilbert)
  3. "Jump Back" (Rufus Thomas)
  4. "Shake and Fingerpop" (Dewalt, Lawrence Horn, Woods)
  5. "Around and Around" (Chuck Berry)

Personnel

Kingfish

Production

  • Matthew Kelly, Dave Torbert – producers
  • Robert Gregory Nelson – executive producer
  • Tim Hovey – engineer
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.

References

  1. Ruhlman, William. "Live 'n' Kickin'". AllMusic. Retrieved October 20, 2018.
  2. "Kingfish – Live 'N' Kickin'". Discogs. Retrieved October 5, 2019.
  3. Gans, David (2002). Conversations with the Dead. Da Capo Press. p. 10. ISBN 0-306-81099--9.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.