| Artist | Listeners | 13-week growth |
|---|---|---|
| Casket Cassette | 66k | — |
| French Police | 293k | +3.98% |
| Traitrs | 223k | +3.71% |
| Blood Club | 34k | — |
| This Cold Night | 202k | +3.19% |
| Haunt Me | 95k | — |
| Deceits | 101k | — |
| The Agnes Circle | 86k | +3.04% |
| Soft Kill | 161k | — |
| Soviet Soviet | 215k | — |
| Bragolin | 134k | +5.23% |
| Rendez Vous | 169k | — |
| Human Tetris | 227k | — |
| Forever Grey | 193k | +2.92% |
| Future Nobodies | 75k | — |
| Bleib Modern | 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