| Artist | Listeners | 13-week growth |
|---|---|---|
| Martin Phipps | 115k | +2.59% |
| Rachel Portman | 407k | +0.84% |
| James Newton Howard | 1.1M | +1.68% |
| Harry Gregson-Williams | 777k | +1.08% |
| Ramin Djawadi | 982k | +1.89% |
| Steven Price | 207k | +1.94% |
| Hans Zimmer | 2.8M | +1.57% |
| John Debney | 381k | +0.83% |
| Jerry Goldsmith | 555k | +1.13% |
| Alexandre Desplat | 1.2M | +1.12% |
| James Horner | 943k | +0.94% |
| Patrick Doyle | 518k | +1.35% |
| Leonard Bernstein | 416k | +1.06% |
| Trevor Morris | 326k | +1.72% |
| Marco Beltrami | 253k | +1.15% |
| Brian Tyler | 597k | +2.09% |
| Atli Örvarsson | 95k | — |
| Benjamin Wallfisch | 139k | +2.64% |
| Rupert Gregson-Williams | 196k | +2.00% |
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