| Artist | Listeners | 13-week growth |
|---|---|---|
| Wombo | 243k | +1.32% |
| Truth Club | 68k | — |
| Sweeping Promises | 92k | — |
| Omni | 129k | +1.59% |
| Cola | 179k | +3.64% |
| N0V3L | 97k | — |
| Drahla | 58k | — |
| Ought | 160k | +0.84% |
| Dehd | 297k | +1.21% |
| MARBLED EYE | 30k | — |
| Horsey | 229k | — |
| Gustaf | 67k | — |
| Crack Cloud | 108k | — |
| Bodega | 144k | — |
| Stuck | 77k | — |
| Protomartyr | 286k | +2.16% |
| Preoccupations | 205k | +1.11% |
| Sneaks | 178k | — |
| Folly Group | 105k | — |
| Do Nothing | 126k | — |
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