| Artist | Listeners | 13-week growth |
|---|---|---|
| Persefone | 115k | +2.20% |
| Textures | 175k | +1.16% |
| Intervals | 153k | — |
| Arjen Anthony Lucassen | 22k | — |
| Between the Buried and Me | 452k | +0.78% |
| Ihlo | 30k | +9.96% |
| Myrath | 93k | — |
| Scale the Summit | 134k | +0.67% |
| Kevin Sherwood | 167k | +9.02% |
| Periphery | 351k | +3.07% |
| Angel Vivaldi | 77k | — |
| TesseracT | 267k | +1.13% |
| Jinjer | 268k | +2.77% |
| Berried Alive | 80k | — |
| Jason Richardson | 52k | — |
| Monuments | 152k | +1.26% |
| Bernth | 69k | — |
| Evergrey | 266k | +0.70% |
| I Built the Sky | 73k | — |
| Clayton King | 16k | — |
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