| Artist | Listeners | 13-week growth |
|---|---|---|
| Whale Fall | 16k | — |
| Frames | 49k | — |
| Sleep Dealer | 87k | +2.01% |
| Sleepmakeswaves | 245k | +0.58% |
| We Lost the Sea | 135k | +2.09% |
| Ranges | 33k | — |
| This Will Destroy You | 731k | +0.52% |
| pg.lost | 269k | +0.34% |
| The Evpatoria Report | 183k | +0.45% |
| Black Hill | 115k | — |
| If These Trees Could Talk | 352k | +1.00% |
| Explosions in the Sky | 1.5M | +0.38% |
| Message To Bears | 474k | +1.87% |
| The End of the Ocean | 150k | +1.19% |
| Caspian | 512k | +0.48% |
| Immanu El | 111k | — |
| Oh Hiroshima | 102k | +2.72% |
| Dan Caine | 27k | — |
| Sunlight Ascending | 32k | — |
| Silent Island | 39k | — |
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