| Artist | Listeners | 13-week growth |
|---|---|---|
| Anna Tsuchiya | 208k | +4.45% |
| OLIVIA inspi' REIRA (TRAPNEST) | 28k | — |
| the brilliant green | 123k | — |
| Tommy heavenly6 | 278k | +5.07% |
| 中島美嘉 | 98k | +0.52% |
| 北出菜奈 | 55k | — |
| Do As Infinity | 180k | +1.42% |
| OLIVIA inspi' REIRA(TRAPNEST) | 88k | +6.52% |
| 浜崎あゆみ | 263k | +0.25% |
| 木村カエラ | 72k | — |
| ANNA TSUCHIYA inspi' NANA(BLACK STONES) | 112k | +6.03% |
| Stereopony | 103k | +3.38% |
| 安室奈美恵 | 146k | +0.17% |
| 倖田來未 | 136k | +0.32% |
| HIGH and MIGHTY COLOR | 202k | +1.38% |
| BONNIE PINK | 131k | — |
| 島谷ひとみ | 51k | +0.45% |
| Cocco | 55k | — |
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