| Artist | Listeners | 13-week growth |
|---|---|---|
| Royal Liverpool Philharmonic Orchestra | 34k | +1.87% |
| Royal Concertgebouw Orchestra | 56k | +1.01% |
| Leonard Bernstein | 416k | +1.06% |
| Krystian Zimerman | 31k | +1.47% |
| Berliner Philharmoniker | 151k | +1.64% |
| Boston Symphony Orchestra | 46k | +0.58% |
| Anne-Sophie Mutter | 71k | +0.57% |
| Sir Simon Rattle | 71k | +0.61% |
| Orchestre Symphonique de Montréal | 16k | +1.26% |
| Jeff Alexander | 87k | +0.79% |
| Chicago Symphony Orchestra | 54k | +0.51% |
| Nicola Benedetti | 27k | +0.98% |
| Nikolaus Harnoncourt | 144k | +0.43% |
| Philharmonia Orchestra | 151k | +0.57% |
| Eugene Ormandy | 49k | +0.52% |
| Herbert von Karajan | 167k | +0.49% |
| Hilary Hahn | 113k | +0.48% |
| Yuja Wang | 47k | +5.01% |
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