| Artist | Listeners | 13-week growth |
|---|---|---|
| Takeharu Ishimoto | 66k | +1.91% |
| 鈴木光人 | 15k | +3.44% |
| Capcom Sound Team | 400k | +5.89% |
| 浜渦正志 | 37k | +0.97% |
| 下村陽子 | 119k | +0.62% |
| 植松伸夫 | 263k | — |
| 岩垂徳行 | 55k | — |
| SEGA Sound Team | 584k | +0.21% |
| Falcom Sound Team jdk | 128k | +5.45% |
| Naoshi Mizuta | 63k | +3.38% |
| Square Enix Music | 133k | +4.28% |
| 崎元仁 | 122k | +1.18% |
| 光田康典 | 128k | +4.78% |
| 目黒将司 | 27k | — |
| 伊藤賢治 | 51k | +0.08% |
| 柴田徹也 | 54k | — |
| Federico Dubbini | 171k | +3.77% |
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