| Artist | Listeners | 13-week growth |
|---|---|---|
| school food punishment | 81k | — |
| Cicada | 177k | — |
| クラムボン | 48k | — |
| 宇宙コンビニ | 9.1k | +2.21% |
| イツエ | 42k | — |
| toe | 560k | +3.23% |
| 羊文学 | 19k | — |
| yonige | 52k | — |
| How to count one to ten | 45k | +4.96% |
| Boat | 64k | +2.60% |
| Supercar | 138k | +1.86% |
| Lite | 175k | +1.50% |
| THE NOVEMBERS | 98k | — |
| きのこ帝国 | 35k | — |
| downy | 85k | — |
| Predawn | 36k | — |
| matryoshka | 75k | +2.04% |
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