| Artist | Listeners | 13-week growth |
|---|---|---|
| Chilliwack | 46k | +3.51% |
| Kim Mitchell | 51k | — |
| Harlequin | 23k | — |
| April Wine | 202k | +1.05% |
| The Stampeders | 8.0k | +0.52% |
| Cargo | 49k | — |
| Red Rider | 105k | — |
| Honeymoon Suite | 75k | +1.46% |
| Platinum Blonde | 35k | — |
| Tom Cochrane | 258k | +1.81% |
| Blue Rodeo | 115k | +1.88% |
| Burton Cummings | 31k | +1.64% |
| Nick Gilder | 72k | — |
| The Guess Who | 820k | +1.20% |
| 54-40 | 49k | +1.72% |
| Prism | 59k | — |
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