| Artist | Listeners | 13-week growth |
|---|---|---|
| As Blood Runs Black | 310k | +1.21% |
| Rose Funeral | 105k | +1.09% |
| I Declare War | 141k | +1.53% |
| Annotations of an Autopsy | 137k | +0.88% |
| Miss May I | 466k | +1.05% |
| Chelsea Grin | 421k | +1.76% |
| Carnifex | 332k | +1.56% |
| Despised Icon | 264k | +1.12% |
| All Shall Perish | 312k | +0.78% |
| Arsonists Get All the Girls | 141k | — |
| Conducting from the Grave | 32k | — |
| Dr. Acula | 135k | — |
| After the Burial | 264k | +1.57% |
| Veil of Maya | 288k | +1.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