| Artist | Listeners | 13-week growth |
|---|---|---|
| Citizen Cope | 690k | +0.73% |
| Dance Hall Crashers | 128k | +1.11% |
| Sam Roberts | 144k | +0.12% |
| Mad Caddies | 399k | +0.44% |
| The Slackers | 173k | +0.43% |
| Pepper | 535k | +1.66% |
| The Planet Smashers | 163k | +0.44% |
| K-OS | 382k | +1.16% |
| Matthew Good Band | 124k | +1.10% |
| Treble Charger | 91k | +1.09% |
| Natty | 101k | — |
| Arkells | 236k | +1.30% |
| Less Than Jake | 879k | +0.78% |
| 54-40 | 49k | +1.72% |
| The Aggrolites | 135k | — |
| The Toasters | 226k | +0.52% |
| Matthew Good | 124k | +0.56% |
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