Asking for .genres after a search always requires a second api call, I think I have tracked this down to
https://www.discogs.com/developers#page:database,header:database-search
has the key as 'genre' and
https://www.discogs.com/developers#page:database,header:database-release
has the key 'genres'
(Both are arrays)
If you want my hacky fix for this issue in the vein of #144, let me know.