| Artist | Listeners | 13-week growth |
|---|---|---|
| Breakdown of Sanity | 118k | +1.64% |
| Upon a Burning Body | 196k | +1.60% |
| Miss May I | 466k | +1.05% |
| Any Given Day | 102k | +1.98% |
| Attila | 346k | +1.29% |
| We Butter the Bread with Butter | 258k | — |
| Born of Osiris | 319k | — |
| ten56. | 75k | — |
| Sharks in your Mouth | 23k | — |
| Bleed from Within | 221k | +2.24% |
| Dal Av | 122k | — |
| Caliban | 427k | +0.33% |
| For the Fallen Dreams | 212k | +0.63% |
| Texas in July | 198k | +0.37% |
| Make Them Suffer | 284k | +3.66% |
| Left to Suffer | 105k | +4.37% |
| Emmure | 531k | +1.10% |
| As I Lay Dying | 1.1M | +0.57% |
| Within the Ruins | 124k | — |
| Abbie Falls | 56k | +5.21% |
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