| Artist | Listeners | 13-week growth |
|---|---|---|
| Christopher Young | 150k | +0.98% |
| Joseph Bishara | 56k | — |
| Marco Beltrami | 253k | +1.15% |
| Brian Reitzell | 90k | +2.38% |
| Mark Korven | 57k | — |
| John Carpenter | 456k | +1.31% |
| Jeff Danna | 37k | — |
| Joseph LoDuca | 75k | — |
| John Ottman | 196k | +0.75% |
| Tyler Bates | 436k | +1.11% |
| Akira Yamaoka | 929k | +2.91% |
| Brad Fiedel | 144k | +1.15% |
| Alan Silvestri | 863k | +1.38% |
| Benjamin Wallfisch | 139k | +2.64% |
| Graeme Revell | 183k | +0.48% |
| John Murphy | 524k | +1.65% |
| Danny Elfman | 1.6M | +1.29% |
| Craig Armstrong | 780k | +0.68% |
| Mark Snow | 93k | +0.59% |
| Henry Jackman | 329k | +1.73% |
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