| Artist | Listeners | 13-week growth |
|---|---|---|
| L'Orchestra Cinematique | 329k | +1.86% |
| Rob Simonsen | 140k | +1.91% |
| Carter Burwell | 654k | +0.74% |
| James Horner | 943k | +0.94% |
| Brian Tyler | 597k | +2.09% |
| Secret Garden | 594k | +0.66% |
| Yasuharu Takanashi | 199k | +3.74% |
| Michael McCann | 160k | +0.94% |
| Amethystium | 385k | +0.09% |
| Geek Music | 963k | — |
| Enya | 2.1M | +2.07% |
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