| Artist | Listeners | 13-week growth |
|---|---|---|
| Advents | 27k | — |
| Set for Tomorrow | 20k | — |
| Hollow Front | 75k | +1.88% |
| If Not for Me | 73k | +11.02% |
| Night Rider | 32k | — |
| Monument of a Memory | 25k | — |
| Colorblind | 88k | — |
| Until i Wake | 103k | +3.48% |
| Villain of the Story | 76k | +1.90% |
| Catch Your Breath | 251k | +5.77% |
| Our Mirage | 62k | +4.87% |
| Versus Me | 73k | +3.26% |
| Archers | 71k | +5.91% |
| Caskets | 289k | +2.72% |
| Rising Insane | 48k | +3.41% |
| Wind Walkers | 159k | +6.11% |
| Rumelis | 35k | +17.56% |
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