| Artist | Listeners | 13-week growth |
|---|---|---|
| BOYSTYLE | 67k | — |
| D-51 | 98k | — |
| Folder 5 | 80k | +3.35% |
| Hiroshi Kitadani | 120k | +4.75% |
| 5050 | 17k | — |
| The Babystars | 54k | — |
| 大槻真希 | 13k | — |
| ZZ | 42k | — |
| 戸松遥 | 23k | +0.84% |
| Daisy×Daisy | 30k | — |
| little by little | 106k | +3.15% |
| Hearts Grow | 74k | +3.74% |
| +PLUS | 40k | — |
| いきものがかり | 84k | +1.15% |
| Eir Aoi | 162k | +5.33% |
| FictionJunction YUUKA | 55k | — |
| 安室奈美恵 | 146k | +0.17% |
| Do As Infinity | 180k | +1.42% |
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