| Artist | Listeners | 13-week growth |
|---|---|---|
| Ookean | 193k | +6.27% |
| Feed Her to the Sharks | 84k | — |
| Killswitch Engage | 1.7M | +1.34% |
| 36 Crazyfists | 504k | +0.43% |
| Caliban | 427k | +0.33% |
| Breakdown of Sanity | 118k | +1.64% |
| As I Lay Dying | 1.1M | +0.57% |
| Downswing | 63k | +6.90% |
| Zephyrical | 187k | +6.65% |
| Polaris | 504k | +2.38% |
| Currents | 286k | +3.03% |
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