| Artist | Listeners | 13-week growth |
|---|---|---|
| Saving Vice | 20k | — |
| Ghost Town | 220k | +4.34% |
| The Dead Rabbitts | 33k | — |
| Abbie Falls | 56k | +5.21% |
| InVisions | 48k | +1.20% |
| TheCityIsOurs | 24k | — |
| Within Destruction | 96k | — |
| Patient Sixty-Seven | 42k | +1.52% |
| Villain of the Story | 76k | +1.90% |
| Set for Tomorrow | 20k | — |
| Oceans Ate Alaska | 162k | +1.85% |
| Crown the Empire | 360k | +2.69% |
| Attila | 346k | +1.29% |
| Famous Last Words | 100k | +1.85% |
| One Morning Left | 143k | — |
| Outline in Color | 93k | +1.03% |
| Capture the Crown | 48k | +0.99% |
| The Animal In Me | 83k | +1.99% |
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