Multi post thumbnails doesn’t return anything

First check if the post has a thumbnail:

$has_thumbnail = MultiPostThumbnails::has_post_thumbnail( 'artist', 'Logo', $post->ID );

If the post has no thumbnail, maybe you don’t have attached a thumbnail to the post.