| Artist | Listeners | 13-week growth |
|---|---|---|
| Gonzales | 226k | +0.11% |
| Emma-Jean Thackray | 113k | +1.88% |
| Tommy Guerrero | 279k | — |
| Foxwarren | 197k | +3.10% |
| LA Priest | 194k | — |
| Quantic | 942k | +1.06% |
| Yoni Mayraz | 43k | — |
| okvsho | 211k | +2.92% |
| Breakbot | 837k | +2.79% |
| Herbert | 271k | — |
| Patrick Watson | 1.7M | +2.25% |
| Guts | 378k | +1.63% |
| Erlend Øye | 397k | +0.43% |
| The Cinematic Orchestra | 1.8M | +1.19% |
| Sébastien Tellier | 770k | +1.76% |
| Yuksek | 431k | +0.59% |
| Molly Lewis | 260k | +3.91% |
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