| Artist | Listeners | 13-week growth |
|---|---|---|
| Luther Johnson | 46k | — |
| Blues Cousins | 45k | +8.00% |
| Albert Collins | 315k | +1.73% |
| Magic Slim | 61k | — |
| Fenton Robinson | 127k | — |
| Little Walter | 380k | +0.82% |
| Luther Allison | 207k | — |
| Willie Dixon | 206k | +0.60% |
| Brothers Moving | 56k | — |
| Sonny Boy Williamson II | 177k | +1.90% |
| Freddie King | 433k | +1.56% |
| Peter Green | 245k | +0.93% |
| T-Bone Walker | 342k | +1.29% |
| Hubert Sumlin | 64k | — |
| Lightnin' Hopkins | 370k | +0.67% |
| Henrik Freischlader | 56k | — |
| Albert King | 611k | +1.28% |
| Son Seals | 79k | — |
| Champion Jack Dupree | 129k | — |
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