| Artist | Listeners | 13-week growth |
|---|---|---|
| Two Steps from Hell | 382k | — |
| Epic Score | 115k | — |
| Audiomachine | 253k | +1.20% |
| Really Slow Motion | 124k | +1.92% |
| Thomas Bergersen | 355k | +1.92% |
| Future World Music | 86k | — |
| Immediate Music | 89k | — |
| John Debney | 381k | +0.83% |
| Don Davis | 228k | — |
| Hans Zimmer | 2.8M | +1.57% |
| James Newton Howard | 1.1M | +1.68% |
| Tommee Profitt | 422k | +3.55% |
| Harry Gregson-Williams | 777k | +1.08% |
| Ramin Djawadi | 982k | +1.89% |
| Patrick Doyle | 518k | +1.35% |
| Alan Silvestri | 863k | +1.38% |
| Brian Tyler | 597k | +2.09% |
| Anna Kendrick | 721k | +3.44% |
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