| Artist | Listeners | 13-week growth |
|---|---|---|
| Poppin'Party | 50k | — |
| RAISE A SUILEN | 46k | — |
| Roselia | 75k | — |
| Sick Hack | 24k | — |
| ASCA | 88k | +3.54% |
| Scandal | 317k | +2.32% |
| UNISON SQUARE GARDEN | 160k | +4.16% |
| ヨルシカ | 261k | +5.66% |
| ポルノグラフィティ | 80k | +0.77% |
| Yama | 300k | +4.06% |
| Ryokuoushoku Shakai | 217k | +7.50% |
| Yorushika | 310k | +0.23% |
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