| Artist | Listeners | 13-week growth |
|---|---|---|
| Squid | 307k | +1.98% |
| Horsey | 229k | — |
| Ugly (UK) | 110k | — |
| Courting | 89k | — |
| Model/Actriz | 186k | +4.01% |
| Shame | 316k | +1.59% |
| Do Nothing | 126k | — |
| Yard Act | 207k | +5.70% |
| Black Country, New Road | 832k | +3.89% |
| Opus Kink | 61k | — |
| Fat Dog | 111k | +21.40% |
| Maruja | 235k | +3.37% |
| Famous | 56k | — |
| Gilla Band | 93k | — |
| The Murder Capital | 161k | +1.30% |
| Viagra Boys | 509k | +2.73% |
| black midi | 511k | +1.96% |
| Deadletter | 91k | — |
| Protomartyr | 286k | +2.16% |
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