Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

artist

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'artists',
		'terms'            => '69',
		'field'            => 'term_id',
	),
);