| Artist | Listeners | 13-week growth |
|---|---|---|
| Sports Team | 145k | — |
| Famous | 56k | — |
| Home Counties | 34k | — |
| Man/Woman/Chainsaw | 60k | — |
| Horsey | 229k | — |
| HMLTD | 173k | — |
| Do Nothing | 126k | — |
| The Murder Capital | 161k | +1.30% |
| Yard Act | 207k | +5.70% |
| Sorry | 317k | +1.63% |
| Heartworms | 63k | +3.39% |
| Shame | 316k | +1.59% |
| English Teacher | 187k | +3.21% |
| Ugly (UK) | 110k | — |
| Deadletter | 91k | — |
| Squid | 307k | +1.98% |
| Lime Garden | 186k | +8.56% |
| Porridge Radio | 186k | +0.95% |
| Goat Girl | 148k | — |
| HighSchool | 65k | — |
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