| Artist | Listeners | 13-week growth |
|---|---|---|
| Maribou State | 668k | +2.71% |
| Disclosure | 2.6M | +3.11% |
| George Fitzgerald | 333k | +0.67% |
| Bearcubs | 169k | — |
| Lapalux | 350k | +1.03% |
| Jacques Greene | 281k | +1.26% |
| Tourist | 447k | +1.41% |
| Throwing Snow | 147k | +1.84% |
| Thrupence | 185k | +1.25% |
| SBTRKT | 912k | +0.64% |
| Catching Flies | 356k | +2.10% |
| Bonobo | 2.1M | +0.96% |
| Jamie xx | 1.1M | +1.13% |
| Rules | 143k | +6.00% |
| Parra for Cuva | 391k | +1.83% |
| Télépopmusik | 998k | +0.77% |
| Chet Faker | 855k | +0.88% |
| Tom Day | 112k | +1.54% |
| FKJ | 849k | +2.26% |
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