| Artist | Listeners | 13-week growth |
|---|---|---|
| Amesoeurs | 171k | +1.03% |
| Heretoir | 112k | +3.64% |
| Lantlôs | 149k | +1.38% |
| White Ward | 88k | +2.97% |
| Violet Cold | 81k | +1.50% |
| Ghost Bath | 114k | +1.96% |
| Unreqvited | 48k | +1.81% |
| Woods of Desolation | 76k | — |
| Asunojokei | 78k | +2.57% |
| Coastal | 108k | — |
| Deadlife | 118k | +1.99% |
| None | 91k | — |
| Frequency | 46k | — |
| Austere | 90k | — |
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