| Artist | Listeners | 13-week growth |
|---|---|---|
| Lapalux | 350k | +1.03% |
| Jamie Isaac | 125k | — |
| Beshken | 96k | — |
| Romare | 326k | +1.23% |
| Jacques Greene | 281k | +1.26% |
| Chet Faker | 855k | +0.88% |
| Throwing Snow | 147k | +1.84% |
| Catching Flies | 356k | +2.10% |
| Weval | 293k | +1.54% |
| SBTRKT | 912k | +0.64% |
| Bondax | 255k | — |
| Maribou State | 668k | +2.71% |
| James Blake | 2.0M | +1.71% |
| George Fitzgerald | 333k | +0.67% |
| Joy Orbison | 408k | +1.46% |
| Beacon | 208k | +1.41% |
| Teebs | 480k | +0.81% |
| Burial & Four Tet | 83k | +0.26% |
| FaltyDL | 187k | +0.62% |
| The Human Experience | 45k | — |
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