Home Jambase ‘Picture Show: A Tribute Celebrating John Prine’ Lineup Includes Brandi Carlile, Jim...

‘Picture Show: A Tribute Celebrating John Prine’ Lineup Includes Brandi Carlile, Jim James, Sturgill Simpson & More

215

John Prine‘s family and record label Oh Boy Records confirmed the lineup for Picture Show: A Tribute Celebrating John Prine, which premieres Thursday, June 11. Brandi Carlile, Jim James of My Morning Jacket, Sturgill Simpson, Bonnie Raitt and many others were confirmed as part of the all-star lineup.

Prine died on April 7 in Nashville at the age of 73 after being hospitalized with COVID-19. The online event will “feature memories and songs as well as rare and never-before-seen footage of John himself, while raising money for three organizations: NAMI (the National Alliance on Mental Illness), Alive and Make the Road New York.”

Other participants include Prine’s widow Fiona Whelan Prine and sons Jack Prine and Tommy Prine as well as John Prine’s longtime backing band members Kenneth Blevins, David Jacques, Fats Kaplin and Jason Wilber. Additional performers include Jason Isbell, Amanda Shires, Margo Price, Jeremy Ivey, Kacey Musgraves, Kurt Vile, Todd Snider, Dan Auerbach, Dave Cobb, Courtney Marie Andrews, Stephen Colbert, Bill Murray and many more.

Picture Show: A Tribute Celebrating John Prine will stream this Thursday, June 11 at 7:30 p.m. ET/4:30 p.m. PT via Oh Boy Records’ YouTube, Facebook and Twitch accounts. Find the full lineup and watch a trailer below:

Lineup (In alphabetical order)

  • Courtney Marie Andrews
  • Dan Auerbach
  • Kevin Bacon
  • Brené Brown
  • Brandi Carlile
  • Eric Church
  • Dave Cobb
  • Stephen Colbert
  • Peter Cooper
  • Iris DeMent
  • John Dickerson
  • Mitchell Drosin
  • David Ferguson
  • Vince Gill
  • Jason Isbell
  • Jeremy Ivey
  • Jim James
  • Pat McLaughlin
  • Bill Murray
  • Kacey Musgraves
  • Margo Price
  • Fiona Whelan Prine
  • Jack Prine
  • Tommy Prine
  • Bonnie Raitt
  • The Secret Sisters
  • Kyra Sedgwick
  • Amanda Shires
  • Sturgill Simpson
  • Todd Snider
  • Billy Bob Thornton
  • Kurt Vile
  • Kelsey Waldon
  • Sara Watkins
  • Jody Whelan
  • John Paul White
  • Rita Wilson
  • Kenneth Blevins (John Prine Band)
  • David Jacques (John Prine Band)
  • Fats Kaplin (John Prine Band)
  • Jason Wilber (John Prine Band)

The Latest
Coronavirus Music News

  • {
    “@context”: “https://schema.org”,
    “@type”: “Article”,
    “headline”: “Jason Isbell & The 400 Unit Announce 2021 Tour Dates With Strand Of Oaks & Lucinda Williams”,
    “image”: “https://www.jambase.com/wp-content/uploads/2020/06/isbell-oaks-lucinda-1024×539.jpg”,
    “author”:{
    “@type”: “Person”,
    “name”: “Andy Kahn” },
    “keywords”: “Coronavirus, Tour Dates”,
    “publisher”: {
    “@type”: “Organization”,
    “name”: “JamBase”,
    “logo”: {
    “@type”: “ImageObject”,
    “url”: “https://www.jambase.com/wp-content/uploads/2019/10/jambase-logo-square.png”
    }
    },
    “url”: “https://www.jambase.com/article/jason-isbell-2021-tour-dates-strand-oaks-lucinda-williams”,
    “mainEntityOfPage”: {
    “@type”: “WebPage”,
    “@id”: “https://www.jambase.com/article/jason-isbell-2021-tour-dates-strand-oaks-lucinda-williams”
    },
    “datePublished”: “2020-06-08T19:08:24+00:00”,
    “dateModified”: “2020-06-08T19:17:03+00:00”,
    “description”: “Jason Isbell & The 400 Unit announced 2021 tour dates with Strand Of Oaks and Lucinda Williams supporting select shows.” }


  • {
    “@context”: “https://schema.org”,
    “@type”: “Article”,
    “headline”: “Aqueous Expands Run At Transit Drive-In Theatre”,
    “image”: “https://www.jambase.com/wp-content/uploads/2019/09/aqueous-buffalo-1024×539.jpg”,
    “author”:{
    “@type”: “Person”,
    “name”: “Scott Bernstein” },
    “keywords”: “Coronavirus, Tour Dates”,
    “publisher”: {
    “@type”: “Organization”,
    “name”: “JamBase”,
    “logo”: {
    “@type”: “ImageObject”,
    “url”: “https://www.jambase.com/wp-content/uploads/2019/10/jambase-logo-square.png”
    }
    },
    “url”: “https://www.jambase.com/article/aqueous-transit-drive-in-june-21”,
    “mainEntityOfPage”: {
    “@type”: “WebPage”,
    “@id”: “https://www.jambase.com/article/aqueous-transit-drive-in-june-21”
    },
    “datePublished”: “2020-06-08T15:38:00+00:00”,
    “description”: “Aqueous added a third show at the Transit Drive-In after tickets to the first two nights sold out quickly. ” }


  • {
    “@context”: “https://schema.org”,
    “@type”: “Article”,
    “headline”: “Tool Cancels North American Tour”,
    “image”: “https://www.jambase.com/wp-content/uploads/2019/08/tool-press-2019-1024×550.jpg”,
    “author”:{
    “@type”: “Person”,
    “name”: “Scott Bernstein” },
    “keywords”: “Coronavirus, Tour Dates”,
    “publisher”: {
    “@type”: “Organization”,
    “name”: “JamBase”,
    “logo”: {
    “@type”: “ImageObject”,
    “url”: “https://www.jambase.com/wp-content/uploads/2019/10/jambase-logo-square.png”
    }
    },
    “url”: “https://www.jambase.com/article/tool-cancels-tour-coronavirus”,
    “mainEntityOfPage”: {
    “@type”: “WebPage”,
    “@id”: “https://www.jambase.com/article/tool-cancels-tour-coronavirus”
    },
    “datePublished”: “2020-06-05T13:51:54+00:00”,
    “description”: “Tool canceled their previously postponed North American tour in an effort to get refunds into ticketholders’ hands and “support the people who have supported us for years.”” }


!function ($) {

window.jb_populate_livestreams_promo = function( $element ) {

let args = $element.attr( ‘data-args’ );

// set up the AJAX post data
var data = {
‘action’: ‘jb_get_livestreams_promo’,
‘args’: args,
};

// make the AJAX $_POSTcall
$.ajax({
type: “POST”,
url: ajaxurl,
data: data,
success: function( response ){

if ( true == response.success ){

$element.html(response.data).slideDown(420);

// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);

return;

}
},
error: function( response ){

alert( response.responseText );

}
});

};

$(function(){

$(‘#livestreams-promo-container’).each( function(){

jb_populate_livestreams_promo( $(this) );

});

});

}(window.jQuery);

Source: JamBase.com