| Artist | Listeners | 13-week growth |
|---|---|---|
| Seas of Years | 97k | — |
| Whale Fall | 16k | — |
| Ranges | 33k | — |
| Jakob | 881k | +2.38% |
| I Hear Sirens | 120k | +1.27% |
| There's a Light | 17k | — |
| Joy Wants Eternity | 202k | — |
| Audrey Fall | 41k | — |
| Lost in Kiev | 47k | +0.22% |
| Exxasens | 112k | — |
| This Patch of Sky | 105k | — |
| we.own.the.sky | 18k | — |
| Aesthesys | 51k | — |
| If These Trees Could Talk | 352k | +1.00% |
| pg.lost | 269k | +0.34% |
| Meniscus | 64k | — |
| Coastlands | 11k | — |
| Collapse Under the Empire | 192k | +0.34% |
| hubris. | 33k | — |
| Oh Hiroshima | 102k | +2.72% |
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