| Artist | Listeners | 13-week growth |
|---|---|---|
| BONNIE PINK | 131k | — |
| PUFFY | 104k | — |
| YUKI | 184k | — |
| クラムボン | 48k | — |
| 大塚愛 | 107k | +0.57% |
| moumoon | 49k | — |
| Superfly | 132k | +2.51% |
| JUDY AND MARY | 127k | +1.58% |
| Cocco | 55k | — |
| コトリンゴ | 11k | — |
| 中島美嘉 | 98k | +0.52% |
| globe | 62k | — |
| きゃりーぱみゅぱみゅ | 81k | — |
| Mr.Children | 132k | +1.11% |
| チャットモンチー | 52k | +0.62% |
| Every Little Thing | 138k | +1.42% |
| Miz | 38k | — |
| DREAMS COME TRUE | 120k | +1.65% |
| 福山雅治 | 36k | +0.69% |
| My Little Lover | 40k | — |
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