Tune-Yards announced nearly a dozen concerts in August. Spanning August 6 – 20, the shows mark the first for the group in front of live, in-person audiences since the pandemic began and since the release of their sketchy album.
Wonder Ballroom in Portland, Oregon hosts the first show of the run on August 6. Tune-Yards then hits Seattle, Boise, Salt Lake City, Englewood (Colorado), Houston, Austin, Fort Worth and Phoenix. The band heads to California to end the excursion with concerts in Los Angeles on August 18 and San Francisco on August 20.
Tickets go on sale tomorrow (Friday, June 4) at 10 a.m. local time with the exception of Los Angeles (Tuesday, June 15 at 10 a.m. PT). A portion of proceeds from each ticket sold will go towards supporting organizations advancing justice for Black, brown and low-income communities via PLUS1.
.article-summary-wrap {
margin-top:25px;
}
.panel-article .list-posts > li {
border-style: dotted;
}
.panel-article .list-posts > li:last-of-type {
border-bottom-width:0;
}
.panel-article .list-posts .excerpt {
margin: 3px 0 0;
}
.panel-article .list-posts .btn-sm {
margin-top: 10px;
padding: 3px 10px;
}
More Tune-Yards on JamBase
!function ($) {
$(function(){ // document readyvar ga_event_args = {
hitType: ‘event’,
eventCategory: ‘Article Summary Shortcode’,
eventAction: ‘Show Article Summary’,
eventLabel: ‘https://www.jambase.com/article/tune-yards-new-album-sketchy-hold-yourself-single’,
nonInteraction : true
};console.log( ‘JB – Analytics Event’ );
console.log( ga_event_args );try {
__gaTracker(‘send’, ga_event_args );
} catch(err){}$(document).on(‘click’, ‘.article-summary-wrap a[data-guid=”73859248bbacba7-627b-4439-aac7-14f8654b5bf4″]’, function(e){
var ga_event_args = {
hitType: ‘event’,
eventCategory: ‘Article Summary Shortcode’,
eventAction: ‘Click Article Summary’,
eventLabel: ‘https://www.jambase.com/article/tune-yards-new-album-sketchy-hold-yourself-single’
};console.log( ‘JB – Analytics Event’ );
console.log( ga_event_args );try {
__gaTracker(‘send’, ga_event_args );
} catch(err){}});
});
}(window.jQuery);
Tune-Yards Detail New Album ‘sketchy’ & Share ‘hold yourself’ Single
!function ($) {
$(function(){ // document readyvar ga_event_args = {
hitType: ‘event’,
eventCategory: ‘Article Summary Shortcode’,
eventAction: ‘Show Article Summary’,
eventLabel: ‘https://www.jambase.com/article/tune-yards-virtual-session-performance-the-current’,
nonInteraction : true
};console.log( ‘JB – Analytics Event’ );
console.log( ga_event_args );try {
__gaTracker(‘send’, ga_event_args );
} catch(err){}$(document).on(‘click’, ‘.article-summary-wrap a[data-guid=”7488134402e46c5-6b18-4f29-96b5-dec0f0e8a470″]’, function(e){
var ga_event_args = {
hitType: ‘event’,
eventCategory: ‘Article Summary Shortcode’,
eventAction: ‘Click Article Summary’,
eventLabel: ‘https://www.jambase.com/article/tune-yards-virtual-session-performance-the-current’
};console.log( ‘JB – Analytics Event’ );
console.log( ga_event_args );try {
__gaTracker(‘send’, ga_event_args );
} catch(err){}});
});
}(window.jQuery);
Tune-Yards Offer ‘Virtual Session Performance’ For The Current
!function ($) {
$(function(){ // document readyvar ga_event_args = {
hitType: ‘event’,
eventCategory: ‘Article Summary Shortcode’,
eventAction: ‘Show Article Summary’,
eventLabel: ‘https://www.jambase.com/article/tune-yards-radiohead-siriusxm’,
nonInteraction : true
};console.log( ‘JB – Analytics Event’ );
console.log( ga_event_args );try {
__gaTracker(‘send’, ga_event_args );
} catch(err){}$(document).on(‘click’, ‘.article-summary-wrap a[data-guid=”747900091de024c-0e3b-4b4c-864d-eb533d4d1b32″]’, function(e){
var ga_event_args = {
hitType: ‘event’,
eventCategory: ‘Article Summary Shortcode’,
eventAction: ‘Click Article Summary’,
eventLabel: ‘https://www.jambase.com/article/tune-yards-radiohead-siriusxm’
};console.log( ‘JB – Analytics Event’ );
console.log( ga_event_args );try {
__gaTracker(‘send’, ga_event_args );
} catch(err){}});
});
}(window.jQuery);
Tune-Yards Cover Radiohead for SiriusXM
!function ($) {
$(function(){ // document readyvar ga_event_args = {
hitType: ‘event’,
eventCategory: ‘Article Summary Shortcode’,
eventAction: ‘Show Article Summary’,
eventLabel: ‘https://www.jambase.com/article/tune-yards-live-on-kexp-at-home’,
nonInteraction : true
};console.log( ‘JB – Analytics Event’ );
console.log( ga_event_args );try {
__gaTracker(‘send’, ga_event_args );
} catch(err){}$(document).on(‘click’, ‘.article-summary-wrap a[data-guid=”75148978ae75275-03f2-494c-8519-41df6fb7ac12″]’, function(e){
var ga_event_args = {
hitType: ‘event’,
eventCategory: ‘Article Summary Shortcode’,
eventAction: ‘Click Article Summary’,
eventLabel: ‘https://www.jambase.com/article/tune-yards-live-on-kexp-at-home’
};console.log( ‘JB – Analytics Event’ );
console.log( ga_event_args );try {
__gaTracker(‘send’, ga_event_args );
} catch(err){}});
});
}(window.jQuery);
Tune-Yards Perform For ‘Live On KEXP At Home’
#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);
.fb-page.fb_iframe_widget{
width:100%!important;
}
.jb-fb-like-box{
border-top: 1px solid #DAE1E8;
border-bottom: 1px solid #DAE1E8;
padding:15px 0;
margin: 15px 0;
text-align:center;
}
.jb-fb-like-box h3{
margin: 0 0 15px;
}
.jb-fb-like-box blockquote{
border:none;
margin-top: 15px;
}
.single-article-simplified .article-content .jb-fb-like-box:last-child{
border-bottom:none;
padding-bottom: 0;
}