| Artist | Listeners | 13-week growth |
|---|---|---|
| Launder | 226k | +3.19% |
| Black Marble | 350k | +2.37% |
| Home Counties | 34k | — |
| Pale Blue Eyes | 47k | +3.06% |
| Sorry | 317k | +1.63% |
| Nation of Language | 266k | +5.45% |
| Big Special | 62k | — |
| Soft Kill | 161k | — |
| The Murder Capital | 161k | +1.30% |
| Sports Team | 145k | — |
| Deadletter | 91k | — |
| Courting | 89k | — |
| Crack Cloud | 108k | — |
| Sprints | 119k | — |
| BDRMM | 229k | +1.19% |
| Dehd | 297k | +1.21% |
| Gurriers | 106k | +19.99% |
| Cola | 179k | +3.64% |
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