| Artist | Listeners | 13-week growth |
|---|---|---|
| 矢野顕子 | 30k | +1.01% |
| 高橋幸宏 | 16k | +0.96% |
| Yellow Magic Orchestra | 350k | +2.44% |
| Salon Music | 39k | — |
| 戸川純 | 23k | +1.58% |
| Minuano | 253k | +5.74% |
| フレネシ | 265k | +4.29% |
| Yapoos | 12k | — |
| Virna Lindt | 57k | — |
| mamerico | 148k | +4.12% |
| Pizzicato Five | 210k | +1.30% |
| 大貫妙子 | 38k | +2.33% |
| Lamp | 1.1M | +3.11% |
| Kaede | 275k | +2.57% |
| Mariah | 99k | — |
| 吉田美奈子 | 13k | +2.73% |
| COLTEMONIKHA | 118k | +5.58% |
| Mioko Yamaguchi | 82k | +2.63% |
| Capsule | 424k | +3.09% |
| Plastics | 32k | — |
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