| Artist | Listeners | 13-week growth |
|---|---|---|
| DJ Cam | 543k | +0.71% |
| Blazo | 134k | — |
| Mo' Horizons | 488k | +0.96% |
| Jazz Liberatorz | 316k | +3.32% |
| Emapea | 211k | — |
| St. Germain | 603k | +0.03% |
| Quantic | 942k | +1.06% |
| Metropolitan Jazz Affair | 161k | +0.37% |
| Llorca | 218k | — |
| Jazzanova | 625k | +0.79% |
| Sunlightsquare | 25k | — |
| Jaffa | 156k | — |
| Boozoo Bajou | 576k | +0.59% |
| Nostalgia 77 | 289k | — |
| Koop | 885k | +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