| Artist | Listeners | 13-week growth |
|---|---|---|
| Elsiane | 332k | +1.30% |
| Snow Ghosts | 67k | +2.69% |
| Halou | 335k | +1.28% |
| Stateless | 317k | — |
| Glen Porter | 98k | — |
| Subheim | 91k | — |
| Husky Rescue | 345k | +0.18% |
| Emika | 275k | +0.89% |
| Emancipator | 760k | +0.65% |
| IzzaMuzzic | 322k | +2.92% |
| podval capella | 40k | — |
| Ugress | 132k | — |
| Wax Tailor | 734k | +0.62% |
| Tor | 156k | +1.90% |
| Hugo Kant | 99k | +0.90% |
| Yppah | 405k | +0.74% |
| Hidden Orchestra | 268k | — |
| CLANN | 114k | +2.74% |
| Lamb | 1.3M | +1.18% |
| Little People | 375k | +0.60% |
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