Three never-before-seen Leftover Salmon performances will air via Sessions Live in the coming months. Leftover Salmon’s “In The Stream” series of livestream specials begins on March 12 at 9 p.m. ET/6 p.m. PT with additional installments to premiere on April 9 and May 6.
This month’s broadcast is dubbed “From The Living Room.” Leftover Salmon presents “Flip Me Baby One More Time: The Mayor McCheese Story” on April 9 and “Live From Planet Bluegrass” on May 6. All three livestream specials start at 9 p.m. ET/6 p.m. PT.
Tickets are currently on sale through Sessions Live. Each livestream can be purchased individually with a discounted bundle available as well as event merch.
Watch a trailer for Leftover Salmon’s “In The Stream” below:
!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,
‘wpnonce’: $( ‘#jb_livestreams_promo_nonce’ ).val(),
};
console.log( ‘—— jb_populate_livestreams_promo data —–‘ );
console.log( data );
// make the AJAX $_POSTcall
$.ajax({
type: “POST”,
url: ajaxurl,
data: data,
success: function( response ){
if ( true == response.success ){
$element.html(response.data).slideDown(420, function(){
jbSetStreamLocalTimes();
});
// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);
return;
}else{
console.log(“jb_populate_livestreams_promo – UNSUCCESSFUL”);
console.log(response);
return;
}
},
error: function( response ){
console.log(“jb_populate_livestreams_promo – ERROR”);
console.log(response);
return;
}
});
};
$(function(){
$(‘#livestreams-promo-container’).each( function(){
if( ! jb_livestreams_promo_killswitch ){
jb_populate_livestreams_promo( $(this) );
}else{
$(this).remove();
}
});
});
}(window.jQuery);
.polartec-medium-promo {
margin-bottom: 30px;
}
.lazy-ad-unit + .polartec-medium-promo {
margin-top: 30px;
}
.house-unit-wide { display: none; }
.house-unit-narrow{ display: block; }
@media (min-width: 768px) {
.house-unit-wide { display: block; }
.house-unit-narrow{ display: none; }
}