| Artist | Listeners | 13-week growth |
|---|---|---|
| The Go-Betweens | 254k | +1.15% |
| Generationals | 578k | +0.99% |
| Foxygen | 619k | +1.08% |
| Cotton Jones | 260k | +3.38% |
| Chris Cohen | 124k | — |
| Fruit Bats | 666k | +2.21% |
| Why Bonnie | 75k | +5.71% |
| Beulah | 356k | +0.43% |
| The Apples in Stereo | 622k | +1.04% |
| Peel Dream Magazine | 162k | +2.43% |
| Someone Still Loves You Boris Yeltsin | 528k | +0.88% |
| sjowgren | 474k | +0.79% |
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