| Artist | Listeners | 13-week growth |
|---|---|---|
| Vanna | 207k | +2.62% |
| Destroy the Runner | 121k | — |
| Catherine | 95k | — |
| MyChildren MyBride | 116k | — |
| From a Second Story Window | 43k | — |
| It Dies Today | 300k | +0.78% |
| Haste The Day | 379k | +0.55% |
| Confide | 272k | +0.37% |
| I Killed the Prom Queen | 270k | +0.53% |
| Sky Eats Airplane | 157k | — |
| The Bled | 226k | +0.60% |
| Burden of a Day | 136k | — |
| Greeley Estates | 281k | +0.77% |
| The Color Morale | 144k | +1.00% |
| Underoath | 1.1M | +1.47% |
| Odd Project | 29k | — |
| A Bullet For Pretty Boy | 153k | +5.54% |
| Norma Jean | 460k | +1.15% |
| Zao | 150k | +1.33% |
| From Autumn to Ashes | 497k | +0.78% |
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