| Artist | Listeners | 13-week growth |
|---|---|---|
| Touché Amoré | 316k | +1.69% |
| Hotel Books | 94k | — |
| Pianos Become the Teeth | 178k | — |
| letlive. | 138k | — |
| mewithoutYou | 463k | +0.61% |
| Trophy Scars | 76k | — |
| Thursday | 790k | +1.44% |
| Old Gray | 171k | +1.71% |
| Hesitation Wounds | 21k | — |
| Chiodos | 793k | +2.34% |
| Alexisonfire | 933k | +1.56% |
| Silverstein | 1.2M | +2.47% |
| William Bonney | 90k | +2.01% |
| Frameworks | 81k | — |
| Balance and Composure | 299k | +2.14% |
| Circa Survive | 856k | +2.94% |
| Have Mercy | 151k | +2.24% |
| Circle Takes the Square | 136k | — |
| A Lot Like Birds | 118k | +2.34% |
| Seahaven | 146k | +2.40% |
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