| Artist | Listeners | 13-week growth |
|---|---|---|
| Intervals | 153k | — |
| Lee McKinney | 25k | — |
| Scale the Summit | 134k | +0.67% |
| An Endless Sporadic | 82k | — |
| Plini | 214k | +2.41% |
| The Helix Nebula | 41k | — |
| Wide Eyes | 21k | — |
| Arch Echo | 40k | — |
| I Built the Sky | 73k | — |
| Their Dogs Were Astronauts | 58k | — |
| Outrun The Sunlight | 36k | — |
| Animals as Leaders | 398k | +1.28% |
| David Maxim Micic | 88k | — |
| Jakub Żytecki | 2.4k | — |
| Rob Scallon | 118k | — |
| Syncatto | 57k | — |
| Modern Day Babylon | 43k | — |
| Nuclear Power Trio | 25k | — |
| Corelia | 60k | — |
| Vitalism | 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