| Artist | Listeners | 13-week growth |
|---|---|---|
| Sarah Schachner | 132k | +2.88% |
| Lorne Balfe | 328k | +2.03% |
| John Paesano | 194k | +2.44% |
| Kevin Kiner | 127k | — |
| Jerry Goldsmith | 555k | +1.13% |
| Brian Tyler | 597k | +2.09% |
| Brandon Roberts | 33k | +11.94% |
| Henry Jackman | 329k | +1.73% |
| James Horner | 943k | +0.94% |
| Paweł Błaszczak | 12k | — |
| Alan Silvestri | 863k | +1.38% |
| Michael Giacchino | 1.2M | +2.27% |
| Clinton Shorter | 118k | — |
| Benjamin Wallfisch | 139k | +2.64% |
| Bear McCreary | 565k | +2.31% |
| Jack Wall | 330k | +1.81% |
| Kazuma Jinnouchi | 57k | — |
| 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