| Artist | Listeners | 13-week growth |
|---|---|---|
| Black Hill | 115k | — |
| Dan Caine | 27k | — |
| Release The Long Ships | 23k | — |
| Those Who Ride With Giants | 91k | — |
| hubris. | 33k | — |
| Carved Into The Sun | 20k | — |
| Endless Dive | 31k | — |
| I Hear Sirens | 120k | +1.27% |
| If These Trees Could Talk | 352k | +1.00% |
| Oh Hiroshima | 102k | +2.72% |
| We Lost the Sea | 135k | +2.09% |
| Collapse Under the Empire | 192k | +0.34% |
| Meniscus | 64k | — |
| Sleepmakeswaves | 245k | +0.58% |
| The End of the Ocean | 150k | +1.19% |
| God Is an Astronaut | 833k | +0.46% |
| Paint the sky red | 9.4k | — |
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