| Artist | Listeners | 13-week growth |
|---|---|---|
| Secede | 135k | +1.37% |
| Memotone | 41k | — |
| Kettel | 245k | — |
| Daedelus | 478k | +0.54% |
| To Rococo Rot | 129k | — |
| Plaid | 566k | +0.64% |
| Telefon Tel Aviv | 429k | +0.71% |
| Isan | 230k | — |
| Aus | 103k | +1.28% |
| µ-Ziq | 418k | +2.23% |
| Mouse on Mars | 299k | — |
| Nobukazu Takemura | 98k | +1.54% |
| Actress | 480k | +0.87% |
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