| Artist | Listeners | 13-week growth |
|---|---|---|
| Anita Lane | 78k | — |
| Rowland S. Howard | 115k | — |
| Nick Cave | 602k | — |
| Nick Cave & the Bad Seeds | 1.6M | +2.50% |
| Grinderman | 392k | +0.61% |
| Crime & The City Solution | 88k | — |
| Mark Lanegan | 511k | +0.70% |
| Chip Taylor | 56k | +1.39% |
| Anna Calvi | 335k | +1.50% |
| Joe Strummer | 220k | +1.60% |
| Nick Cave & Warren Ellis | 281k | +0.43% |
| These Immortal Souls | 28k | — |
| Bob Mould | 207k | +0.44% |
| PJ Harvey | 2.2M | +1.26% |
| Marianne Faithfull | 520k | +0.84% |
| Grant Lee Buffalo | 296k | +1.87% |
| John Parish and Polly Jean Harvey | 144k | +0.03% |
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