| Artist | Listeners | 13-week growth |
|---|---|---|
| Athletics | 31k | — |
| Joy Wants Eternity | 202k | — |
| April Rain | 61k | +2.61% |
| pg.lost | 269k | +0.34% |
| Sleepmakeswaves | 245k | +0.58% |
| matryoshka | 75k | +2.04% |
| Caspian | 512k | +0.48% |
| I Hear Sirens | 120k | +1.27% |
| Krobak | 91k | +11.69% |
| Dan Caine | 27k | — |
| Black Hill | 115k | — |
| Astralia | 19k | — |
| The Echelon Effect | 246k | +0.22% |
| Mono | 782k | +1.00% |
| Paint the sky red | 9.4k | — |
| The End of the Ocean | 150k | +1.19% |
| Oh Hiroshima | 102k | +2.72% |
| The Evpatoria Report | 183k | +0.45% |
| Hammock | 694k | +0.69% |
| This Patch of Sky | 105k | — |
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