| Artist | Listeners | 13-week growth |
|---|---|---|
| Clara Luciani | 158k | +2.14% |
| Thomas Azier | 150k | — |
| Kate Boy | 141k | — |
| Jabberwocky | 144k | +0.90% |
| Say Lou Lou | 257k | +0.35% |
| Marnie | 39k | +0.91% |
| La Roux | 2.3M | +2.27% |
| ionnalee | 103k | +1.41% |
| Young Ejecta | 71k | — |
| Therapie TAXI | 143k | +2.51% |
| Allie X | 881k | +2.24% |
| Austra | 440k | +0.82% |
| Cléa Vincent | 10k | +1.59% |
| Class Actress | 413k | +2.98% |
| Kid Francescoli | 305k | +2.82% |
| Zaho de Sagazan | 104k | +3.74% |
| Little Boots | 827k | +0.42% |
| Agar Agar | 195k | +1.35% |
| Hyphen Hyphen | 67k | +0.65% |
| Le couleur | 76k | — |
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