}
public Visitable artist(URLtype type, String URI) {
Artist artist = store.getArtist(SpotifyURI.toHex(URI));
try {
new LoadArtist(store, artist).send(connection.getProtocol());
} catch (DespotifyException e) {
throw new RuntimeException(e);
}
return artist;
}