| Artist | Listeners | 13-week growth |
|---|---|---|
| Adriana Figueroa | 89k | — |
| Good Kid | 640k | +5.86% |
| Lyn | 565k | +0.31% |
| Keanu Bicol | 144k | +3.21% |
| Kevin Walkman | 170k | +3.98% |
| Phoneboy | 164k | +4.69% |
| Polite Fiction | 63k | +5.00% |
| Air Traffic Controller | 231k | +2.14% |
| lollia | 189k | +5.63% |
| Tally Hall | 1.2M | +3.09% |
| NateWantsToBattle | 319k | +3.35% |
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