| Artist | Listeners | 13-week growth |
|---|---|---|
| The Royal Concept | 336k | +1.10% |
| Animal Kingdom | 122k | — |
| The Griswolds | 313k | +1.17% |
| Caesars | 1.1M | +4.05% |
| Catfish and the Bottlemen | 890k | +1.53% |
| Smallpools | 503k | +1.44% |
| Atlas Genius | 564k | +1.31% |
| The Colourist | 181k | +0.93% |
| The Enemy | 513k | +0.50% |
| Morning Runner | 128k | — |
| Peter Bjorn and John | 2.0M | +2.61% |
| The Wannadies | 415k | — |
| Boy Kill Boy | 379k | +0.23% |
| Teddybears | 730k | +4.73% |
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