| Artist | Listeners | 13-week growth |
|---|---|---|
| Moe Shop | 514k | +0.19% |
| Desired | 210k | +1.43% |
| Night Tempo | 211k | +2.35% |
| Fibre | 36k | +2.89% |
| Vantage | 321k | +3.86% |
| Neon Vectors | 48k | +3.09% |
| マクロスMACROSS 82-99 | 34k | +1.06% |
| YUNG BAE | 486k | +1.67% |
| Barbwalters | 34k | +1.91% |
| AnTgry | 41k | +1.87% |
| Macross 82-99 | 383k | +2.15% |
| glue70 | 281k | +3.25% |
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