| Artist | Listeners | 13-week growth |
|---|---|---|
| Astrix | 278k | +0.85% |
| Omiki | 66k | +3.31% |
| Yahel | 156k | +0.40% |
| Talamasca | 142k | +0.42% |
| 1200 Micrograms | 197k | +0.40% |
| GMS | 133k | +0.61% |
| Electric Universe | 151k | +0.81% |
| Neelix | 168k | +1.21% |
| Vini Vici | 151k | +1.97% |
| Ace Ventura | 105k | +1.30% |
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