| Artist | Listeners | 13-week growth |
|---|---|---|
| Anabantha | 32k | — |
| Fortaleza | 5.2k | — |
| Alex Crichton | 74k | — |
| Kyle Raphael | 59k | +22.98% |
| Niki | 988k | +3.56% |
| Ben&Ben | 204k | +0.34% |
| Le John | 73k | +10.05% |
| Sugarcane | 83k | +7.97% |
| Nightly | 205k | +6.08% |
| shirebound | 64k | +16.10% |
| Gat Putch | 48k | +52.44% |
| Realest Cram | 59k | +14.61% |
| IV Of Spades | 401k | +0.22% |
| HELLMERRY | 72k | +11.98% |
| Over October | 88k | +8.22% |
| Nicole | 219k | +7.03% |
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