| Artist | Listeners | 13-week growth |
|---|---|---|
| Jeremy Zuckerman | 83k | — |
| Rob Lane | 87k | — |
| Joby Talbot | 95k | — |
| Neil Hannon | 63k | — |
| Bear McCreary | 565k | +2.31% |
| David Arnold | 403k | +1.39% |
| Alan Silvestri | 863k | +1.38% |
| John Paesano | 194k | +2.44% |
| Natalie Holt | 146k | +12.32% |
| Michael Giacchino | 1.2M | +2.27% |
| Lorne Balfe | 328k | +2.03% |
| Henry Jackman | 329k | +1.73% |
| Brian Tyler | 597k | +2.09% |
| Daniel Pemberton | 531k | +4.83% |
| John Powell | 836k | +1.72% |
| James Horner | 943k | +0.94% |
| James Newton Howard | 1.1M | +1.68% |
| The Newton Brothers | 234k | +3.38% |
| John Williams | 2.4M | +1.18% |
| Harry Gregson-Williams | 777k | +1.08% |
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