| Artist | Listeners | 13-week growth |
|---|---|---|
| Blueneck | 97k | — |
| EF | 347k | +1.52% |
| Jeniferever | 104k | — |
| The Evpatoria Report | 183k | +0.45% |
| I LIKE TRAINS | 44k | — |
| Gregor Samsa | 183k | — |
| Joy Wants Eternity | 202k | — |
| Caspian | 512k | +0.48% |
| A Swarm of the Sun | 70k | — |
| Mono | 782k | +1.00% |
| We Lost the Sea | 135k | +2.09% |
| Red Sparowes | 360k | +0.16% |
| Grails | 247k | +0.34% |
| This Will Destroy You | 731k | +0.52% |
| Daturah | 86k | — |
| *shels | 110k | — |
| Lost in Kiev | 47k | +0.22% |
| A Whisper in the Noise | 69k | — |
| Maybeshewill | 371k | +0.08% |
| pg.lost | 269k | +0.34% |
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