| Artist | Listeners | 13-week growth |
|---|---|---|
| Ryan Amon | 42k | — |
| Cris Velasco | 83k | +1.71% |
| Yuka Kitamura | 198k | +5.23% |
| 桜庭統 | 104k | +0.26% |
| Marco Beltrami | 253k | +1.15% |
| Christopher Young | 150k | +0.98% |
| Jerry Goldsmith | 555k | +1.13% |
| Elliot Goldenthal | 202k | +0.44% |
| Brian Tyler | 597k | +2.09% |
| John Debney | 381k | +0.83% |
| Bear McCreary | 565k | +2.31% |
| Danny Elfman | 1.6M | +1.29% |
| Harry Gregson-Williams | 777k | +1.08% |
| Michael Giacchino | 1.2M | +2.27% |
| Javier Navarrete | 190k | — |
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