term query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'country', 'terms' => '$country', 'field' => 'term_id', ), array( 'taxonomy' => 'year_release', 'terms' => '$year', 'field' => 'term_id', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'country', 'terms' => '$country', 'field' => 'term_id', ), array( 'taxonomy' => 'year_release', 'terms' => '$year', 'field' => 'term_id', ), );