| Artist | Listeners | 13-week growth |
|---|---|---|
| Atlas | 394k | +2.23% |
| Vera | 122k | — |
| Double Trouble | 42k | — |
| Bus | 37k | — |
| proxie | 32k | — |
| Tempest | 213k | — |
| Old Mervs | 56k | +5.43% |
| IZ | 45k | — |
| The Rions | 62k | +7.98% |
| LyKn | 26k | +9.81% |
| South Summit | 23k | +13.99% |
| Spacey Jane | 386k | +4.84% |
| The Terrys | 58k | +1.94% |
| Pacific Avenue | 71k | +2.46% |
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