| Artist | Listeners | 13-week growth |
|---|---|---|
| Via Luna | 106k | +4.23% |
| Stage Kids | 112k | +2.05% |
| Parachute Day | 62k | — |
| Enemies | 89k | — |
| 大象體操 | 5.9k | +2.61% |
| Covet | 206k | — |
| Monobody | 74k | +2.77% |
| Floral | 123k | +2.74% |
| Totorro | 133k | +2.53% |
| Dios Trio | 52k | — |
| Clever Girl | 113k | +2.99% |
| Standards | 113k | — |
| Just Neighbors | 54k | — |
| Yvette Young | 98k | — |
| CHON | 296k | +1.79% |
| Mirror | 31k | — |
| How to count one to ten | 45k | +4.96% |
| toe | 560k | +3.23% |
| tide/edit | 30k | +3.75% |
| jizue | 87k | — |
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