Labels are actually not returned in the API response when requesting artist information.
They are present in the response as a NoneType, this means an additional request has to be done. Although slower it's necessary for all the information we need for tagging.
Labels are actually not returned in the API response when requesting artist information. They are present in the response as a NoneType, this means an additional request has to be done. Although slower it's necessary for all the information we need for tagging.