public async Task PlayArtist([FromQuery] string spotifyUri) => await _player.PlayContext(GetUserId(), spotifyUri);