| Artist | Listeners | 13-week growth |
|---|---|---|
| Edward MacDowell | 40k | +1.16% |
| Leopold Godowsky | 32k | +3.46% |
| Emmanuel Chabrier | 53k | +1.11% |
| Ferruccio Busoni | 40k | +2.94% |
| Johann Nepomuk Hummel | 87k | +0.83% |
| Carl Czerny | 36k | +3.88% |
| Charles-Valentin Alkan | 62k | +2.07% |
| Johann Baptist Vanhal | 23k | +1.99% |
| Leopold Mozart | 22k | +1.60% |
| Anton Rubinstein | 51k | +0.98% |
select
similar_artist_id, slug, display_name, size_band,
latest_listeners, total_pct_growth, weeks_tracked, similarity_score, rank
from api_artist_similar
where artist_id = $1
order by rank ascselect *
from api_artist_profile
where artist_id = $1