| Artist | Listeners | 13-week growth |
|---|---|---|
| Michael Burks | 52k | — |
| Magic Slim | 61k | — |
| Albert Cummings | 79k | — |
| Albert King | 611k | +1.28% |
| Coco Montoya | 82k | — |
| Tinsley Ellis | 92k | — |
| Tommy Castro | 75k | — |
| Walter Trout | 127k | +0.60% |
| Fenton Robinson | 127k | — |
| Henrik Freischlader | 56k | — |
| Junior Wells | 187k | +0.48% |
| Jonny Lang | 280k | — |
| John Mayall | 298k | +0.54% |
| Bernard Allison | 52k | — |
| Charlie Musselwhite | 104k | — |
| Albert Collins | 315k | +1.73% |
| Luther Johnson | 46k | — |
| Roy Buchanan | 257k | +1.24% |
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