| Artist | Listeners | 13-week growth |
|---|---|---|
| Christopher Young | 150k | +0.98% |
| Sarah Schachner | 132k | +2.88% |
| Hans Zimmer | 2.8M | +1.57% |
| Rob Simonsen | 140k | +1.91% |
| Steve Jablonsky | 539k | +1.50% |
| Lorne Balfe | 328k | +2.03% |
| Rupert Gregson-Williams | 196k | +2.00% |
| Henry Jackman | 329k | +1.73% |
| John Carpenter | 456k | +1.31% |
| Steven Price | 207k | +1.94% |
| Rachel Portman | 407k | +0.84% |
| Brian Tyler | 597k | +2.09% |
| Harry Gregson-Williams | 777k | +1.08% |
| Borislav Slavov | 244k | +3.99% |
| Abel Korzeniowski | 452k | +2.11% |
| Mychael Danna | 301k | — |
| Fernando Velázquez | 158k | +1.40% |
| 2WEI | 276k | +2.77% |
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