Happy Friday! Start your weekend on couch tour via the JamBase Livestreams Calendar for today, Friday, June 25.
The Disco Biscuits broadcast their concert live from McHenry Outdoor Theater in McHenry, Illinois — the first night of a two-night run at the venue.
Brandi Carlile presents the “Carlile Compound Quarantine Show.” Elsewhere, Widespread Panic airs their first of three shows at Red Rocks Amphitheatre in Morrison, Colorado.
A concert film featuring Alex Bleeker & Kacey Johansing recorded live in Big Sur premieres.
section#mandolin-livestreams .list-livestreams > li > .item-wrap{
padding: 0;
}
section#mandolin-livestreams .col-date{
display:none;
}
Sponsored
Mandolin Streams for June 25, 2021
Upcoming Streams
{
“@context”: “https://schema.org”,
“@type”: “Event”,
“name”: “Genticorum Livestream”,
“startDate”: “2021-06-25T23:00:00+00:00”,
“eventStatus”: “https://schema.org/EventScheduled”,
“eventAttendanceMode”: “https://schema.org/OnlineEventAttendanceMode”,“location”: {
“@type”: “VirtualLocation”,
“url”: “https://boxoffice.mandolin.com/products/genticorum-virtual-concert-ticket-6-25-21?utm_source=jambase&utm_medium=web&utm_campaign=jambase”
},“image”: [
“https://www.jambase.com/wp-content/uploads/2015/09/JB_DefaultBandImage21-1200×675.jpg”
],“description”: “”,
“offers”: {
“@type”: “Offer”,
“url”: “https://boxoffice.mandolin.com/products/genticorum-virtual-concert-ticket-6-25-21?utm_source=jambase&utm_medium=web&utm_campaign=jambase”,
“price”: “10”,
“priceCurrency”: “USD”,
“availability”: “https://schema.org/InStock”,
“validFrom”: “2021-06-02T20:12:25”
},“performer”: [{“@type”:”MusicGroup”,”name”:”Genticorum”,”sameAs”:”https://www.jambase.com/band/genticorum”}]
}
Jun 25Genticorum Livestream
{
“@context”: “https://schema.org”,
“@type”: “Event”,
“name”: “Bella White Livestream”,
“startDate”: “2021-06-26T00:00:00+00:00”,
“eventStatus”: “https://schema.org/EventScheduled”,
“eventAttendanceMode”: “https://schema.org/OnlineEventAttendanceMode”,“location”: {
“@type”: “VirtualLocation”,
“url”: “https://boxoffice.mandolin.com/products/bella-white-livestream-ticket-6-25-21?utm_source=jambase&utm_medium=web&utm_campaign=jambase”
},“image”: [
“https://www.jambase.com/wp-content/uploads/2015/09/JB_DefaultBandImage15-1200×675.jpg”
],“description”: “”,
“offers”: {
“@type”: “Offer”,
“url”: “https://boxoffice.mandolin.com/products/bella-white-livestream-ticket-6-25-21?utm_source=jambase&utm_medium=web&utm_campaign=jambase”,
“price”: “15”,
“priceCurrency”: “USD”,
“availability”: “https://schema.org/InStock”,
“validFrom”: “2021-06-11T13:41:23”
},“performer”: [{“@type”:”MusicGroup”,”name”:”Bella White”,”sameAs”:”https://www.jambase.com/band/bella-white”}]
}
Jun 25Bella White Livestream
- See all Mandolin Streams
Band Of Heathens perform live at City Winery Nashville, while Old 97’s frontman Rhett Miller stars in “Friday Favorites” on Too Far To Care’s 24th anniversary.
See the full Friday, June 25 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);