| Artist | Listeners | 13-week growth |
|---|---|---|
| Safia | 148k | +1.33% |
| Le Youth | 335k | +0.88% |
| The Rubens | 174k | +1.08% |
| Ball Park Music | 234k | +0.83% |
| Jack River | 86k | +1.00% |
| Shallou | 374k | +0.86% |
| Goldroom | 299k | +0.64% |
| Northeast Party House | 92k | +0.91% |
| RAC | 606k | +0.75% |
| Mansionair | 335k | +0.97% |
| San Cisco | 502k | +0.62% |
| The Jungle Giants | 481k | +2.01% |
| Gang of Youths | 530k | +2.20% |
| Crooked Colours | 240k | +1.52% |
| The Hics | 68k | — |
| Decoder Ring | 64k | — |
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