| Artist | Listeners | 13-week growth |
|---|---|---|
| Polyphia | 638k | +0.10% |
| Plini | 214k | +2.41% |
| Scale the Summit | 134k | +0.67% |
| Sithu Aye | 74k | — |
| I Built the Sky | 73k | — |
| Syncatto | 57k | — |
| Vitalism | 46k | — |
| Arch Echo | 40k | — |
| Their Dogs Were Astronauts | 58k | — |
| Jason Richardson | 52k | — |
| The Helix Nebula | 41k | — |
| Animals as Leaders | 398k | +1.28% |
| Nuclear Power Trio | 25k | — |
| Wide Eyes | 21k | — |
| Lee McKinney | 25k | — |
| Angel Vivaldi | 77k | — |
| Clayton King | 16k | — |
| An Endless Sporadic | 82k | — |
| David Maxim Micic | 88k | — |
| Andy James | 59k | — |
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