| Artist | Listeners | 13-week growth |
|---|---|---|
| Jordan Rakei | 396k | +2.24% |
| Låpsley | 369k | +0.44% |
| Jacob Banks | 307k | +1.25% |
| Nick Mulvey | 449k | +0.90% |
| Tom Misch | 842k | +2.28% |
| Tom Grennan | 391k | +1.34% |
| SOHN | 466k | +0.45% |
| Ben Howard | 1.3M | +0.95% |
| JP Cooper | 473k | +1.11% |
| Bombay Bicycle Club | 1.6M | +0.53% |
| Jamie Woon | 429k | +0.37% |
| Ella Eyre | 425k | +0.79% |
| Sam Smith | 3.2M | +2.38% |
| Raleigh Ritchie | 239k | +1.27% |
| Francis and the Lights | 344k | — |
| Tom Walker | 569k | +1.30% |
| X Ambassadors | 1.2M | +1.77% |
| Bastille | 2.5M | +2.10% |
| James Bay | 1.3M | +1.43% |
| Dry the River | 273k | +0.27% |
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