| Artist | Listeners | 13-week growth |
|---|---|---|
| Samuel Kim | 465k | +5.30% |
| John Powell | 836k | +1.72% |
| Michael Giacchino | 1.2M | +2.27% |
| James Newton Howard | 1.1M | +1.68% |
| Ramin Djawadi | 982k | +1.89% |
| Patrick Doyle | 518k | +1.35% |
| Bear McCreary | 565k | +2.31% |
| Alan Silvestri | 863k | +1.38% |
| Sarah Schachner | 132k | +2.88% |
| John Paesano | 194k | +2.44% |
| Nicholas Hooper | 383k | +1.90% |
| Hiroyuki Sawano | 360k | +0.64% |
| Murray Gold | 191k | — |
| Brian Tyler | 597k | +2.09% |
| Daniel Pemberton | 531k | +4.83% |
| 大島ミチル | 55k | — |
| Alexandre Desplat | 1.2M | +1.12% |
| Howard Shore | 1.4M | +1.40% |
| Evan Call | 163k | +7.65% |
| aivi & surasshu | 66k | — |
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