| Artist | Listeners | 13-week growth |
|---|---|---|
| 石井妥師 | 75k | — |
| 加藤達也 | 37k | — |
| Mabanua | 80k | — |
| 平野義久 | 12k | +2.57% |
| 鷺巣詩郎 | 78k | +1.18% |
| 菅野よう子 | 226k | — |
| The Seatbelts | 99k | +0.64% |
| 岩崎琢 | 40k | — |
| 菅野祐悟 | 19k | +3.16% |
| タニウチヒデキ | 12k | +2.09% |
| Mai Yamane | 148k | +6.73% |
| Yusuke Honma | 64k | — |
| Steve Conte | 172k | — |
| LAST ALLIANCE | 131k | +3.59% |
| Gabriela Robin | 146k | — |
| Akira Senju | 87k | — |
| 川井憲次 | 95k | — |
| 田中公平 | 18k | — |
| Force of Nature | 199k | +4.83% |
| パール兄弟 | 4.9k | — |
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