| Artist | Listeners | 13-week growth |
|---|---|---|
| William Ross | 130k | — |
| David Arnold | 403k | +1.39% |
| John Powell | 836k | +1.72% |
| Marc Streitenfeld | 243k | +0.98% |
| Murray Gold | 191k | — |
| Patrick Doyle | 518k | +1.35% |
| Bear McCreary | 565k | +2.31% |
| Alexandre Desplat | 1.2M | +1.12% |
| Nicholas Hooper | 383k | +1.90% |
| Ramin Djawadi | 982k | +1.89% |
| James Newton Howard | 1.1M | +1.68% |
| Sarah Schachner | 132k | +2.88% |
| Fernando Velázquez | 158k | +1.40% |
| Trevor Morris | 326k | +1.72% |
| Ilan Eshkeri | 253k | +1.50% |
| Henry Jackman | 329k | +1.73% |
| Dario Marianelli | 843k | +1.51% |
| The Chamber Orchestra of London | 163k | — |
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