shows
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'Type of show', 'terms' => array( 'street', ' indoor' ), ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'Type of show', 'terms' => array( 'street', ' indoor' ), ), );