for a in audio_meta['artists']:
            choir_bool = (a['type'] == 'vocal'
                          and 'attribute-list' in a.keys()
                          and 'choir_vocals' in a['attribute-list'])
            if choir_bool: