| Artist | Listeners | 13-week growth |
|---|---|---|
| Long Distance Calling | 184k | — |
| pg.lost | 269k | +0.34% |
| Lost in Kiev | 47k | +0.22% |
| Tides From Nebula | 149k | — |
| If These Trees Could Talk | 352k | +1.00% |
| Collapse Under the Empire | 192k | +0.34% |
| Russian Circles | 528k | +0.93% |
| *shels | 110k | — |
| Exxasens | 112k | — |
| Audrey Fall | 41k | — |
| Meniscus | 64k | — |
| Pelican | 343k | — |
| Oh Hiroshima | 102k | +2.72% |
| Glasgow Coma scale | 31k | — |
| Red Sparowes | 360k | +0.16% |
| Parhelia | 26k | — |
| Maybeshewill | 371k | +0.08% |
| I Hear Sirens | 120k | +1.27% |
| We Lost the Sea | 135k | +2.09% |
| Sleepmakeswaves | 245k | +0.58% |
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