| Artist | Listeners | 13-week growth |
|---|---|---|
| Take The Name | 29k | — |
| Dark Divine | 51k | +8.42% |
| Advents | 27k | — |
| Villain of the Story | 76k | +1.90% |
| Archers | 71k | +5.91% |
| Our Promise | 65k | +4.55% |
| October Ends | 37k | — |
| Hollow Front | 75k | +1.88% |
| Until i Wake | 103k | +3.48% |
| Kingdom of Giants | 134k | +3.47% |
| Night Rider | 32k | — |
| What Lies Below | 34k | +13.47% |
| Savage Hands | 94k | — |
| ACCVSED | 27k | +8.79% |
| Hostage | 73k | — |
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