| Artist | Listeners | 13-week growth |
|---|---|---|
| Harlequin | 23k | — |
| Five Man Electrical Band | 53k | +1.48% |
| April Wine | 202k | +1.05% |
| Spoons | 17k | — |
| Chilliwack | 46k | +3.51% |
| Ace Frehley | 262k | +1.32% |
| Trooper | 60k | — |
| Honeymoon Suite | 75k | +1.46% |
| Walter Egan | 71k | +1.65% |
| Kim Mitchell | 51k | — |
| The Stampeders | 8.0k | +0.52% |
| 54-40 | 49k | +1.72% |
| Platinum Blonde | 35k | — |
| Red Rider | 105k | — |
| Styx | 1.4M | +1.47% |
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