| Artist | Listeners | 13-week growth |
|---|---|---|
| GoGo Penguin | 267k | +1.69% |
| Flavien Berger | 165k | +2.84% |
| Michel Legrand | 224k | +1.72% |
| Hermeto Pascoal | 126k | +2.98% |
| Alabaster Deplume | 187k | +2.35% |
| Avishai Cohen | 300k | +0.93% |
| Bertrand Belin | 72k | +1.13% |
| Bumcello | 57k | — |
| Katerine | 143k | +0.59% |
| Yussef Kamaal | 153k | +2.55% |
| Resavoir | 249k | +1.85% |
| Jeff Parker | 125k | +2.16% |
| Nicolas Godin | 172k | — |
| NES | 86k | +4.56% |
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