| Artist | Listeners | 13-week growth |
|---|---|---|
| Jeniferever | 104k | — |
| Gregor Samsa | 183k | — |
| EF | 347k | +1.52% |
| Logh | 109k | — |
| Caspian | 512k | +0.48% |
| Maybeshewill | 371k | +0.08% |
| we.own.the.sky | 18k | — |
| pg.lost | 269k | +0.34% |
| Baulta | 17k | — |
| Hammock | 694k | +0.69% |
| U137 | 140k | — |
| Paint the sky red | 9.4k | — |
| Seas of Years | 97k | — |
| Audrey | 124k | — |
| Epic45 | 200k | — |
| Followed by Ghosts | 70k | — |
| Collapse Under the Empire | 192k | +0.34% |
| Explosions in the Sky | 1.5M | +0.38% |
| Saxon Shore | 262k | +0.40% |
| This Patch of Sky | 105k | — |
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