| Artist | Listeners | 13-week growth |
|---|---|---|
| 倉木麻衣 | 65k | +0.49% |
| 西野カナ | 57k | +0.68% |
| AZU | 58k | — |
| Maco | 30k | — |
| miwa | 144k | +2.89% |
| Thelma Aoyama | 23k | — |
| Flower | 33k | +1.91% |
| Bright | 58k | — |
| Uru | 85k | +3.57% |
| E-girls | 29k | +1.73% |
| いきものがかり | 84k | +1.15% |
| 家入レオ | 14k | +1.85% |
| 浜崎あゆみ | 263k | +0.25% |
| Aimer | 502k | +3.53% |
| YUI | 577k | +3.30% |
| Scandal | 317k | +2.32% |
| CHiCO with HoneyWorks | 144k | +3.43% |
| Nogizaka46 | 92k | — |
| ChouCho | 72k | +2.88% |
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