| Artist | Listeners | 13-week growth |
|---|---|---|
| N0V3L | 97k | — |
| Diät | 36k | — |
| Deeper | 177k | — |
| Omni | 129k | +1.59% |
| Stuck | 77k | — |
| Preoccupations | 205k | +1.11% |
| Corners | 74k | — |
| Sweeping Promises | 92k | — |
| Uranium Club | 53k | +1.38% |
| Wombo | 243k | +1.32% |
| Cola | 179k | +3.64% |
| Lithics | 31k | — |
| Ought | 160k | +0.84% |
| Protomartyr | 286k | +2.16% |
| Low Life | 22k | — |
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