| Artist | Listeners | 13-week growth |
|---|---|---|
| Rockwell | 1.2M | +3.84% |
| In Color | 97k | +32.20% |
| Presley Regier | 109k | +13.53% |
| Edgehill | 81k | +15.79% |
| The Band CAMINO | 405k | +3.61% |
| Alfie Jukes | 136k | +4.77% |
| Quarters | 69k | +22.74% |
| Dogpark | 149k | +31.17% |
| Culture Wars | 189k | +9.26% |
| Absolutely | 90k | +14.37% |
| Florence Road | 320k | +0.83% |
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