| Artist | Listeners | 13-week growth |
|---|---|---|
| Pleymo | 152k | +1.77% |
| Aqme | 33k | — |
| Watcha | 15k | — |
| Eths | 106k | +1.70% |
| Insolence | 89k | — |
| Lofofora | 28k | +0.62% |
| Sidilarsen | 14k | — |
| Mass Hysteria | 48k | +0.86% |
| Folder | 41k | — |
| 3rd Strike | 92k | +4.08% |
| Factory 81 | 16k | — |
| (hed) Planet Earth | 256k | +0.10% |
| 40 Below Summer | 255k | +0.77% |
| Headplate | 17k | — |
| (həd) p.e. | 16k | +0.82% |
| Reveille | 95k | — |
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