| Artist | Listeners | 13-week growth |
|---|---|---|
| Imperial Mammoth | 91k | — |
| The Features | 293k | — |
| Smallpools | 503k | +1.44% |
| Ra Ra Riot | 1.0M | +0.25% |
| Hippo Campus | 733k | +1.16% |
| Someone Still Loves You Boris Yeltsin | 528k | +0.88% |
| Walk the Moon | 2.0M | +3.00% |
| Sir Sly | 473k | +1.54% |
| Telekinesis | 329k | — |
| Electric Guest | 742k | +1.10% |
| Coin | 1.0M | +1.56% |
| The Format | 665k | +0.40% |
| Miniature Tigers | 739k | +1.53% |
| Foreign Air | 285k | +1.35% |
| Zzzahara | 93k | +5.09% |
| Night Riots | 183k | +0.82% |
| Generationals | 578k | +0.99% |
| The Griswolds | 313k | +1.17% |
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