| Artist | Listeners | 13-week growth |
|---|---|---|
| fox capture plan | 141k | +3.89% |
| mouse on the keys | 220k | +1.42% |
| bohemianvoodoo | 60k | +12.69% |
| Lite | 175k | +1.50% |
| JABBERLOOP | 45k | +0.19% |
| toe | 560k | +3.23% |
| Vasudeva | 74k | — |
| 大象體操 | 5.9k | +2.61% |
| Covet | 206k | — |
| SOIL&“PIMP”SESSIONS | 6.0k | +1.26% |
| World's End Girlfriend | 233k | — |
| Euphoria | 97k | — |
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