| Artist | Listeners | 13-week growth |
|---|---|---|
| TRI.BE | 171k | +3.83% |
| VIVIZ | 428k | +2.33% |
| PURPLE KISS | 280k | +1.82% |
| Weeekly | 423k | +2.37% |
| YooA | 122k | +2.28% |
| (G)I-DLE | 956k | +0.10% |
| Cignature | 104k | +1.94% |
| LEE CHAE YEON | 254k | +0.14% |
| Rocket Punch | 137k | +1.62% |
| OH MY GIRL | 448k | +2.23% |
| LIGHTSUM | 144k | +3.31% |
| Yena | 572k | +11.52% |
| Baby DONT Cry | 49k | +17.27% |
| JEON SOMI | 550k | +2.89% |
| Premonitions Of War | 13k | — |
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