| Artist | Listeners | 13-week growth |
|---|---|---|
| Pascal Rogé | 95k | +0.53% |
| Víkingur Ólafsson | 201k | +1.94% |
| Erik Satie | 1.9M | +1.53% |
| Jean-Yves Thibaudet | 200k | +0.61% |
| Valentina Lisitsa | 111k | +3.98% |
| Aldo Ciccolini | 68k | +0.43% |
| Arthur Rubinstein | 191k | +0.76% |
| Martha Argerich | 154k | +0.84% |
| Alice Sara Ott | 39k | +1.98% |
| Alexandre Tharaud | 69k | +2.14% |
| Daniel Barenboim | 242k | +1.24% |
| Anne Queffélec | 26k | +0.73% |
| Glenn Gould | 358k | +0.27% |
| András Schiff | 56k | +0.54% |
| Hélène Grimaud | 74k | +0.80% |
| Vladimir Ashkenazy | 172k | +0.30% |
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