| Artist | Listeners | 13-week growth |
|---|---|---|
| Victory | 65k | — |
| Crystal Ball | 30k | — |
| The Treatment | 24k | +0.44% |
| Bonfire | 123k | — |
| Gotthard | 192k | — |
| The Poodles | 64k | — |
| Pretty Maids | 130k | +0.68% |
| Axel Rudi Pell | 193k | +0.51% |
| Thundermother | 64k | +1.46% |
| Sister Sin | 59k | — |
| Kissin' Dynamite | 85k | +1.42% |
| Blowsight | 76k | — |
| Ken Hensley | 34k | +0.66% |
| H.E.A.T | 74k | — |
| Domain | 35k | — |
| Human Zoo | 50k | — |
| Dee Snider | 61k | +0.74% |
| Herman Frank | 13k | — |
| Chrome Division | 75k | — |
| Eclipse | 320k | +13.58% |
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