| Artist | Listeners | 13-week growth |
|---|---|---|
| Monument of a Memory | 25k | — |
| Archers | 71k | +5.91% |
| Advents | 27k | — |
| Of Virtue | 101k | +4.42% |
| If Not for Me | 73k | +11.02% |
| Catch Your Breath | 251k | +5.77% |
| The Hollow | 17k | — |
| Until i Wake | 103k | +3.48% |
| Wind Walkers | 159k | +6.11% |
| Dark Divine | 51k | +8.42% |
| Savage Hands | 94k | — |
| Villain of the Story | 76k | +1.90% |
| What Lies Below | 34k | +13.47% |
| Arankai | 67k | — |
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