| Artist | Listeners | 13-week growth |
|---|---|---|
| Meniscus | 64k | — |
| Waves | 36k | — |
| This Patch of Sky | 105k | — |
| Maybeshewill | 371k | +0.08% |
| Paint the sky red | 9.4k | — |
| Caspian | 512k | +0.48% |
| Long Distance Calling | 184k | — |
| Mono | 782k | +1.00% |
| The End of the Ocean | 150k | +1.19% |
| pg.lost | 269k | +0.34% |
| Sleepmakeswaves | 245k | +0.58% |
| Oh Hiroshima | 102k | +2.72% |
| If These Trees Could Talk | 352k | +1.00% |
| Collapse Under the Empire | 192k | +0.34% |
| We Lost the Sea | 135k | +2.09% |
| This Will Destroy You | 731k | +0.52% |
| God Is an Astronaut | 833k | +0.46% |
| hubris. | 33k | — |
| Saxon Shore | 262k | +0.40% |
| Sleep Dealer | 87k | +2.01% |
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