| Artist | Listeners | 13-week growth |
|---|---|---|
| Strung Out | 379k | +0.58% |
| Strike Anywhere | 329k | +0.28% |
| Belvedere | 92k | — |
| The Flatliners | 191k | +0.98% |
| Propagandhi | 387k | +0.84% |
| The Lawrence Arms | 223k | +0.46% |
| Polar Bear Club | 143k | — |
| Bigwig | 109k | — |
| Ignite | 290k | +0.30% |
| Good Riddance | 270k | +0.69% |
| Pulley | 193k | +0.39% |
| Much the Same | 68k | +0.34% |
| Hot Water Music | 370k | +0.53% |
| Cigar | 26k | — |
| Dillinger Four | 141k | +0.69% |
| Comeback Kid | 405k | — |
| Mute | 44k | — |
| Red City Radio | 66k | +0.99% |
| Elway | 26k | — |
| Dead to Me | 120k | +0.71% |
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