| Artist | Listeners | 13-week growth |
|---|---|---|
| B.I | 359k | +2.75% |
| Mino | 276k | +2.60% |
| ZICO | 699k | +3.11% |
| Winner | 396k | +3.31% |
| Sik-K | 196k | +2.72% |
| G-DRAGON | 539k | +2.81% |
| Treasure | 450k | +3.88% |
| BewhY | 173k | +2.52% |
| Block B | 396k | +3.99% |
| PENOMECO | 198k | +2.33% |
| pH-1 | 247k | +2.29% |
| Epik High | 418k | +2.24% |
| B.A.P | 188k | +1.79% |
| BIG Naughty | 173k | +3.00% |
| SVRCINA | 104k | — |
| Silica Gel | 101k | — |
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