| Artist | Listeners | 13-week growth |
|---|---|---|
| Breakdown of Sanity | 118k | +1.64% |
| The Sorrow | 117k | +0.33% |
| Abbie Falls | 56k | +5.21% |
| Heart of a Coward | 93k | +0.59% |
| Crystal Lake | 192k | +1.59% |
| Bury Tomorrow | 285k | +1.67% |
| War of Ages | 110k | +0.47% |
| While She Sleeps | 350k | +1.99% |
| Upon a Burning Body | 196k | +1.60% |
| Within the Ruins | 124k | — |
| Texas in July | 198k | +0.37% |
| Our Hollow, Our Home | 67k | +1.00% |
| If I Were You | 63k | +1.86% |
| Phinehas | 66k | +1.90% |
| Unearth | 414k | +0.40% |
| Kingdom of Giants | 134k | +3.47% |
| Parkway Drive | 895k | +0.92% |
| For the Fallen Dreams | 212k | +0.63% |
| As I Lay Dying | 1.1M | +0.57% |
| Bleed from Within | 221k | +2.24% |
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