| Artist | Listeners | 13-week growth |
|---|---|---|
| Laetitia Sadier | 108k | — |
| 高橋幸宏 | 16k | +0.96% |
| Yellow Magic Orchestra | 350k | +2.44% |
| Plastics | 32k | — |
| 戸川純 | 23k | +1.58% |
| Orange Juice | 394k | +1.17% |
| Miharu Koshi | 117k | — |
| Mariah | 99k | — |
| Strawberry Switchblade | 629k | +3.04% |
| チャクラ | 15k | — |
| P-Model | 33k | — |
| Rose McDowall | 95k | +3.21% |
| Cleaners From Venus | 20k | +1.97% |
| POLYSICS | 146k | — |
| Scritti Politti | 243k | +0.91% |
| Tom Tom Club | 526k | +1.59% |
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