| Artist | Listeners | 13-week growth |
|---|---|---|
| mindchatter | 163k | +1.60% |
| Leifur James | 119k | +3.09% |
| Jitwam | 464k | +2.09% |
| Romare | 326k | +1.23% |
| The Undercover Dream Lovers | 196k | +1.46% |
| Two People | 91k | +5.95% |
| The Acid | 221k | +0.87% |
| Niko | 156k | — |
| Richard Houghten | 128k | +4.09% |
| Kid Bloom | 553k | +0.98% |
| Son Lux | 752k | +1.50% |
| Drama | 326k | +1.76% |
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