| Artist | Listeners | 13-week growth |
|---|---|---|
| Moist | 73k | +1.00% |
| I Mother Earth | 65k | +1.10% |
| The Tea Party | 145k | +0.83% |
| Matthew Good Band | 124k | +1.10% |
| Our Lady Peace | 742k | +0.80% |
| 54-40 | 49k | +1.72% |
| God Lives Underwater | 86k | +2.07% |
| Headstones | 45k | +1.40% |
| 16volt | 84k | +1.50% |
| Treble Charger | 91k | +1.09% |
| Big Wreck | 99k | +2.33% |
| The Watchmen | 40k | +1.71% |
| Filter | 1.0M | +1.71% |
| Cubanate | 53k | — |
| Sam Roberts | 144k | +0.12% |
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