| Artist | Listeners | 13-week growth |
|---|---|---|
| Holland | 68k | — |
| Lapillus | 59k | +1.88% |
| LIGHTSUM | 144k | +3.31% |
| H1-KEY | 111k | +3.22% |
| ILY:1 | 50k | +1.67% |
| ICHILLIN' | 74k | +3.87% |
| WOOAH | 135k | +5.49% |
| Weeekly | 423k | +2.37% |
| Rocket Punch | 137k | +1.62% |
| TRI.BE | 171k | +3.83% |
| Cignature | 104k | +1.94% |
| CSR | 84k | +2.28% |
| Younha | 408k | +2.15% |
| Youha | 160k | +3.67% |
| PURPLE KISS | 280k | +1.82% |
| Cherry Bullet | 233k | +1.86% |
| Medusa | 127k | — |
| Kep1er | 453k | +2.37% |
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