| Artist | Listeners | 13-week growth |
|---|---|---|
| Albert Cummings | 79k | — |
| Henrik Freischlader | 56k | — |
| Albert Collins | 315k | +1.73% |
| Son Seals | 79k | — |
| Michael Burks | 52k | — |
| Doug MacLeod | 15k | — |
| Jimmy Dawkins | 33k | — |
| Buddy Guy | 755k | +0.76% |
| Fenton Robinson | 127k | — |
| Otis Rush | 326k | +1.07% |
| Luther Johnson | 46k | — |
| Charlie Musselwhite | 104k | — |
| Walter Trout | 127k | +0.60% |
| Lonnie Brooks | 65k | — |
| Luther Allison | 207k | — |
| Freddie King | 433k | +1.56% |
| T-Bone Walker | 342k | +1.29% |
| Little Walter | 380k | +0.82% |
| Katie Webster | 34k | — |
| Ronnie Earl | 50k | — |
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