| Artist | Listeners | 13-week growth |
|---|---|---|
| Brandon Roberts | 33k | +11.94% |
| Stephen Barton | 61k | — |
| John Williams | 2.4M | +1.18% |
| Jeff Danna | 37k | — |
| Michael Giacchino | 1.2M | +2.27% |
| William Ross | 130k | — |
| John Paesano | 194k | +2.44% |
| Jeff Russo | 150k | — |
| Natalie Holt | 146k | +12.32% |
| Nicholas Britell | 722k | +3.69% |
| Alan Silvestri | 863k | +1.38% |
| Lorne Balfe | 328k | +2.03% |
| James Newton Howard | 1.1M | +1.68% |
| Samuel Kim | 465k | +5.30% |
| Brian Tyler | 597k | +2.09% |
| Ludwig Göransson | 665k | +7.58% |
| Nima Fakhrara | 46k | — |
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