| Artist | Listeners | 13-week growth |
|---|---|---|
| Hans Zimmer | 2.8M | +1.57% |
| James Newton Howard | 1.1M | +1.68% |
| Fernando Velázquez | 158k | +1.40% |
| Thomas Newman | 1.2M | +1.01% |
| James Horner | 943k | +0.94% |
| Ramin Djawadi | 982k | +1.89% |
| Trevor Rabin | 252k | +0.69% |
| Clint Mansell | 1.1M | +0.87% |
| Alan Silvestri | 863k | +1.38% |
| Marc Streitenfeld | 243k | +0.98% |
| Steven Price | 207k | +1.94% |
| Rupert Gregson-Williams | 196k | +2.00% |
| Alexandre Desplat | 1.2M | +1.12% |
| Clint Eastwood | 76k | — |
| Patrick Doyle | 518k | +1.35% |
| L'Orchestra Cinematique | 329k | +1.86% |
| Trevor Jones | 319k | +1.11% |
| Abel Korzeniowski | 452k | +2.11% |
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