Get your weekend going on couch tour via the JamBase Livestreams Calendar for today, Friday, September 10.
Valerie June performs live at The Wilbur in Boston. Dead & Company continues their tour at the DTE Energy Music Theatre in Clarkston, Michigan.
Marty Stuart & His Fabulous Superlatives play a livestream concert airing on Mandolin. Buckstein goes live from Dillon Amphitheater in Dillon, Colorado.
Van Morrison gets his Live At Real World Studios series of livestream specials underway. The Greyboy Allstars deliver a set of covers for their Soul Dream series.
A Catskill Mountain Jubilee rebroadcast features Desolation Angels, a set from a supergroup featuring Tim Palmieri, Todd Stoops, Jesse Miller & Mike Greenfield and performances from Holly Bowling, Lotus and Beard O Bees.
section#mandolin-livestreams .list-livestreams > li > .item-wrap{
padding: 0;
}
section#mandolin-livestreams .col-date{
display:none;
}
Sponsored
Mandolin Streams for September 10, 2021
Past Streams
{
“@context”: “https://schema.org”,
“@type”: “Event”,
“name”: “Marty Stuart And His Fabulous Superlatives Livestream”,
“startDate”: “2021-09-11T00:00:00+00:00”,
“eventStatus”: “https://schema.org/EventScheduled”,
“eventAttendanceMode”: “https://schema.org/OnlineEventAttendanceMode”,“location”: {
“@type”: “VirtualLocation”,
“url”: “https://boxoffice.mandolin.com/products/marty-stuart-and-his-fabulous-superlatives-september-10-35th-anniversary-livestream-supporter-ticket?utm_source=jambase&utm_medium=web&utm_campaign=jambase”
},“image”: [
“https://www.jambase.com/wp-content/uploads/2017/04/marty-stuart-marty-stuart-859a00c1-c82d-4cfd-b9d1-6e7a39cd135a_279451_TABLET_LANDSCAPE_16_9-1200×675.jpg”
],“description”: “This livestream is not available for on-demand replay.”,
“offers”: {
“@type”: “Offer”,
“url”: “https://boxoffice.mandolin.com/products/marty-stuart-and-his-fabulous-superlatives-september-10-35th-anniversary-livestream-supporter-ticket?utm_source=jambase&utm_medium=web&utm_campaign=jambase”,
“price”: “22”,
“priceCurrency”: “USD”,
“availability”: “https://schema.org/InStock”,
“validFrom”: “2021-08-30T16:18:13”
},“performer”: [{“@type”:”MusicGroup”,”name”:”Marty Stuart And His Fabulous Superlatives”,”sameAs”:”https://www.jambase.com/band/marty-stuart-and-his-fabulous-superlatives”}]
}
Sep 10Marty Stuart And His Fabulous Superlatives Livestream
{
“@context”: “https://schema.org”,
“@type”: “Event”,
“name”: “Valerie June: Live at The Wilbur”,
“startDate”: “2021-09-11T00:00:00+00:00”,
“eventStatus”: “https://schema.org/EventScheduled”,
“eventAttendanceMode”: “https://schema.org/OnlineEventAttendanceMode”,“location”: {
“@type”: “VirtualLocation”,
“url”: “https://boxoffice.mandolin.com/products/valerie-june-livestream-ticket-9-10?utm_source=jambase&utm_medium=web&utm_campaign=jambase”
},“image”: [
“https://www.jambase.com/wp-content/uploads/2016/10/Valerie-June-Clinch-Press-Crop-1-1200×675.jpg”
],“description”: “This livestream is not available for on-demand replay.”,
“offers”: {
“@type”: “Offer”,
“url”: “https://boxoffice.mandolin.com/products/valerie-june-livestream-ticket-9-10?utm_source=jambase&utm_medium=web&utm_campaign=jambase”,
“price”: “10”,
“priceCurrency”: “USD”,
“availability”: “https://schema.org/InStock”,
“validFrom”: “2021-09-03T16:08:08”
},“performer”: [{“@type”:”MusicGroup”,”name”:”Valerie June”,”sameAs”:”https://www.jambase.com/band/valerie-june”}]
}
Sep 10Valerie June: Live at The Wilbur
- See all Mandolin Streams
Check out the full Friday, September 10 JamBase Livestreams Calendar lineup below:
#livestreams-promo-container .list-livestreams > li:not(.divider) {
padding-left:15px!important;;
padding-right:15px!important;;
}
!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);