| Artist | Listeners | 13-week growth |
|---|---|---|
| The Wise Man's Fear | 58k | — |
| For Today | 174k | +0.69% |
| Phinehas | 66k | +1.90% |
| Oh, Sleeper | 191k | +0.45% |
| Convictions | 35k | — |
| Wolves at the Gate | 97k | +1.02% |
| War of Ages | 110k | +0.47% |
| Fit For A King | 264k | +3.05% |
| If I Were You | 63k | +1.86% |
| Becoming the Archetype | 93k | — |
| Confessions of a Traitor | 14k | — |
| Haste The Day | 379k | +0.55% |
| Texas in July | 198k | +0.37% |
| Demon Hunter | 380k | +0.65% |
| August Burns Red | 818k | +1.09% |
| Like Moths to Flames | 221k | +3.68% |
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