| Artist | Listeners | 13-week growth |
|---|---|---|
| Ways Away | 18k | — |
| Narrow Head | 412k | +5.76% |
| Modern Color | 242k | +4.54% |
| Night Verses | 96k | — |
| Balance and Composure | 299k | +2.14% |
| Seahaven | 146k | +2.40% |
| Moving Mountains | 202k | +0.37% |
| Movements | 463k | +4.66% |
| letlive. | 138k | — |
| Thrice | 1.2M | +0.82% |
| Bilmuri | 266k | — |
| Don Broco | 270k | +3.07% |
| My Ticket Home | 151k | — |
| Ghost Atlas | 77k | — |
| Fightstar | 290k | +0.45% |
| Fiddlehead | 182k | +4.34% |
| Can't Swim | 151k | +1.33% |
| Soul Blind | 158k | +4.84% |
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