| Artist | Listeners | 13-week growth |
|---|---|---|
| Marianas Trench | 343k | +1.64% |
| Down with Webster | 110k | — |
| Shawn Desman | 96k | +1.47% |
| Fefe Dobson | 234k | +1.27% |
| Faber Drive | 168k | +1.78% |
| Walk Off the Earth | 540k | +0.95% |
| Ryan Star | 187k | — |
| Great Big Sea | 222k | +0.75% |
| Arkells | 236k | +1.30% |
| Hot Chelle Rae | 849k | +2.17% |
| Simple Plan | 2.9M | +1.53% |
| Every Avenue | 469k | +0.86% |
| The Cab | 877k | +2.61% |
| Our Lady Peace | 742k | +0.80% |
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