| Artist | Listeners | 13-week growth |
|---|---|---|
| Chemistry | 174k | +1.97% |
| YeLLOW Generation | 68k | — |
| BENNIE K | 45k | — |
| Crystal Kay | 162k | +1.99% |
| 倉木麻衣 | 65k | +0.49% |
| mihimaru GT | 64k | — |
| 青山テルマ | 46k | +0.31% |
| 絢香 | 48k | +0.76% |
| I Wish | 20k | +1.32% |
| 福山雅治 | 36k | +0.69% |
| 島谷ひとみ | 51k | +0.45% |
| May J. | 35k | +2.23% |
| MISIA | 99k | +1.96% |
| SOULHEAD | 26k | — |
| m-flo | 211k | +4.61% |
| day after tomorrow | 46k | +1.82% |
| BONNIE PINK | 131k | — |
| Heartsdales | 33k | — |
| AZU | 58k | — |
| 北出菜奈 | 55k | — |
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