| Artist | Listeners | 13-week growth |
|---|---|---|
| Advents | 27k | — |
| Project46 | 37k | — |
| Gloria | 186k | — |
| John Wayne | 38k | — |
| Ponto Nulo No Céu | 21k | — |
| Our Promise | 65k | +4.55% |
| VCTMS | 52k | — |
| Dal Av | 122k | — |
| Foreign Hands | 49k | — |
| Resolve | 71k | +3.95% |
| Not Enough Space | 81k | — |
| Half Me | 48k | +8.49% |
| The Narrator | 49k | +5.73% |
| Revnoir | 32k | — |
| 156/Silence | 120k | +12.65% |
| Asking Alexandria | 1.0M | +1.95% |
| Alpha Wolf | 205k | +2.08% |
| LANDMVRKS | 235k | +3.79% |
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