| Artist | Listeners | 13-week growth |
|---|---|---|
| Geordie Greep | 310k | +0.20% |
| Westside Cowboy | 106k | +32.43% |
| Black Country, New Road | 832k | +3.89% |
| mary in the junkyard | 118k | +38.05% |
| Geese | 613k | +8.21% |
| Isobel | 48k | +31.75% |
| Trooper Salute | 26k | — |
| Racing Mount Pleasant | 179k | +0.43% |
| Drug Bug | 48k | +29.28% |
| Hesse Kassel | 33k | — |
| Ugly (UK) | 110k | — |
| Candelabro | 64k | +12.93% |
| After... | 1.6k | — |
| Man/Woman/Chainsaw | 60k | — |
| Broken Social Scene | 2.1M | +1.30% |
| Life Without Buildings | 296k | +1.89% |
| Snail Mail | 650k | +1.76% |
| Lime Garden | 186k | +8.56% |
| betcover!! | 137k | +3.52% |
| Daniel Blumberg | 63k | +2.14% |
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