| Artist | Listeners | 13-week growth |
|---|---|---|
| Picco | 151k | — |
| Spellcasting | 196k | +7.48% |
| Camellia | 248k | +5.91% |
| Kanaria | 317k | +3.94% |
| BRADIO | 178k | +2.54% |
| Nakiso | 139k | +15.51% |
| syudou | 202k | +5.10% |
| wotaku | 84k | +5.38% |
| jon-YAKITORY | 228k | +5.35% |
| Giga | 214k | +6.65% |
| 9Lana | 120k | +14.81% |
| Amala | 42k | +25.23% |
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