| Artist | Listeners | 13-week growth |
|---|---|---|
| Dday One | 75k | +0.43% |
| Ancient Astronauts | 198k | +1.08% |
| Metaform | 204k | +0.28% |
| Yppah | 405k | +0.74% |
| Degiheugi | 130k | — |
| Saltillo | 221k | — |
| Jon Kennedy | 470k | +0.77% |
| Hugo Kant | 99k | +0.90% |
| Kognitif | 83k | — |
| Blockhead | 710k | +0.48% |
| Nym | 82k | +0.91% |
| Little People | 375k | +0.60% |
| 40 Winks | 120k | — |
| Aydio | 72k | +1.06% |
| Take | 74k | — |
| Kabanjak | 66k | — |
| Neroche | 33k | — |
| podval capella | 40k | — |
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