| Artist | Listeners | 13-week growth |
|---|---|---|
| Kompany | 49k | +3.54% |
| Barely Alive | 119k | +2.21% |
| Kai Wachi | 123k | +2.96% |
| Kayzo | 264k | +2.28% |
| Ace Aura | 33k | +2.11% |
| Virtual Riot | 235k | +2.27% |
| Excision | 557k | +1.10% |
| Ray Volpe | 136k | +3.35% |
| SVDDEN DEATH | 112k | +3.04% |
| Modestep | 482k | +0.63% |
| Eptic | 155k | +1.47% |
| Effin | 57k | +5.33% |
| Subtronics | 186k | +8.10% |
| Zomboy | 431k | +0.89% |
| Spag Heddy | 71k | +0.34% |
| 12th Planet | 164k | +0.65% |
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