| Artist | Listeners | 13-week growth |
|---|---|---|
| Outline in Color | 93k | +1.03% |
| Storm the Sky | 31k | — |
| True North | 63k | — |
| Foxblood | 52k | +1.80% |
| Alazka | 48k | +2.27% |
| Dream On, Dreamer | 48k | +0.07% |
| ACCVSED | 27k | +8.79% |
| Speech Patterns | 47k | — |
| Secrets | 158k | +2.69% |
| Ocean Sleeper | 73k | +6.52% |
| Shrezzers | 56k | — |
| Kingdom of Giants | 134k | +3.47% |
| AVRALIZE | 38k | +8.05% |
| InVisions | 48k | +1.20% |
| Wind Walkers | 159k | +6.11% |
| Our Mirage | 62k | +4.87% |
| Paleskin | 46k | — |
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