| Artist | Listeners | 13-week growth |
|---|---|---|
| Affiance | 46k | — |
| DreamWake | 34k | +3.90% |
| Kingdom of Giants | 134k | +3.47% |
| Our Promise | 65k | +4.55% |
| Our Mirage | 62k | +4.87% |
| Alleviate | 19k | +2.75% |
| Advents | 27k | — |
| October Ends | 37k | — |
| Until i Wake | 103k | +3.48% |
| Hawk | 68k | — |
| ACCVSED | 27k | +8.79% |
| As the Structure Fails | 34k | — |
| Dark Divine | 51k | +8.42% |
| VICIOUS RAIN | 15k | — |
| AVRALIZE | 38k | +8.05% |
| Monument of a Memory | 25k | — |
| Of Virtue | 101k | +4.42% |
| The Raven Age | 75k | +1.26% |
| izzy reign | 21k | +7.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