| Artist | Listeners | 13-week growth |
|---|---|---|
| Destroy Rebuild Until God Shows | 219k | +1.59% |
| My Enemies & I | 32k | — |
| My Ticket Home | 151k | — |
| Issues | 245k | +2.52% |
| Famous Last Words | 100k | +1.85% |
| Crown the Empire | 360k | +2.69% |
| Secrets | 158k | +2.69% |
| Get Scared | 635k | +3.35% |
| I the Mighty | 121k | +1.59% |
| Miss Fortune | 51k | — |
| Myka, Relocate | 46k | +2.08% |
| Stain The Canvas | 65k | — |
| Picturesque | 90k | — |
| I Am Abomination | 73k | — |
| Dayshell | 69k | — |
| Hands Like Houses | 239k | +1.99% |
| Dangerkids | 69k | — |
| Outline in Color | 93k | +1.03% |
| Ghost Town | 220k | +4.34% |
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