| Artist | Listeners | 13-week growth |
|---|---|---|
| Plaid | 566k | +0.64% |
| Beaumont Hannant | 28k | — |
| LFO | 442k | +1.73% |
| B12 | 107k | +0.96% |
| The Black Dog | 266k | +1.68% |
| Reload | 23k | — |
| Link | 54k | — |
| Sweet Exorcist | 22k | — |
| Plone | 69k | — |
| Speedy J | 150k | +1.98% |
| I.A.O. | 24k | — |
| Richard H. Kirk | 42k | — |
| CiM | 32k | — |
| Kenny Larkin | 74k | — |
| The Sabres of Paradise | 202k | — |
| Nav Katze | 62k | — |
| Kinesthesia | 35k | — |
| Musicology | 33k | +1.49% |
| patten | 37k | — |
| Gescom | 111k | +0.31% |
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