| Artist | Listeners | 13-week growth |
|---|---|---|
| Zaho | 97k | — |
| Vitaa | 112k | — |
| Amel Bent | 140k | +1.42% |
| Dadju | 174k | +3.71% |
| Christophe Maé | 106k | +2.44% |
| Gims | 451k | +0.24% |
| Florent Pagny | 111k | +0.74% |
| Johnny Hallyday | 185k | +1.22% |
| Vianney | 107k | +1.39% |
| Craig David | 1.3M | +1.36% |
| Jenifer | 107k | +0.76% |
| Vibe | 35k | +2.16% |
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