| Artist | Listeners | 13-week growth |
|---|---|---|
| Dave Porter | 160k | — |
| Michael Giacchino | 1.2M | +2.27% |
| Jerry Goldsmith | 555k | +1.13% |
| Benjamin Wallfisch | 139k | +2.64% |
| Brandon Roberts | 33k | +11.94% |
| Alan Silvestri | 863k | +1.38% |
| Marco Beltrami | 253k | +1.15% |
| Graeme Revell | 183k | +0.48% |
| Hans Zimmer | 2.8M | +1.57% |
| Bear McCreary | 565k | +2.31% |
| Thomas Newman | 1.2M | +1.01% |
| David Arnold | 403k | +1.39% |
| Lorne Balfe | 328k | +2.03% |
| Brian Tyler | 597k | +2.09% |
| Steven Price | 207k | +1.94% |
| James Newton Howard | 1.1M | +1.68% |
| James Horner | 943k | +0.94% |
| Nicholas Britell | 722k | +3.69% |
| Atli Örvarsson | 95k | — |
| 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