Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

my_tax

$tax_query = array(
	array(
		'taxonomy'         => 'songs_artist',
		'field'            => 'name',
		'operator'         => 'EXISTS',
	),
);