| Artist | Listeners | 13-week growth |
|---|---|---|
| Acid House Kings | 216k | +0.10% |
| Cloudberry Jam | 12k | — |
| The School | 65k | +0.37% |
| The Mary Onettes | 171k | +0.71% |
| The Concretes | 333k | +0.39% |
| I'm from Barcelona | 410k | — |
| The Sound of Arrows | 111k | — |
| Club 8 | 386k | +4.23% |
| Math and Physics Club | 95k | +0.23% |
| The Essex Green | 155k | +1.27% |
| The Postmarks | 163k | — |
| Billie the Vision & the Dancers | 154k | — |
| Burning Hearts | 60k | +0.19% |
| Hello Saferide | 277k | — |
| Camera Obscura | 1.1M | +0.68% |
| Celestial | 36k | — |
| Allo Darlin' | 118k | +0.33% |
| Belle and Sebastian | 1.8M | +0.89% |
| God Help the Girl | 174k | +0.77% |
| The Field Mice | 238k | +1.17% |
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