| Artist | Listeners | 13-week growth |
|---|---|---|
| Son Seals | 79k | — |
| Luther Johnson | 46k | — |
| Albert Collins | 315k | +1.73% |
| Hubert Sumlin | 64k | — |
| Junior Parker | 83k | — |
| Champion Jack Dupree | 129k | — |
| Katie Webster | 34k | — |
| Sonny Boy Williamson II | 177k | +1.90% |
| Melvin Taylor | 62k | — |
| Little Walter | 380k | +0.82% |
| Slim Harpo | 186k | +1.09% |
| Freddie King | 433k | +1.56% |
| Buster Benton | 44k | — |
| Jimmy Rogers | 112k | — |
| Lowell Fulson | 163k | — |
| T-Bone Walker | 342k | +1.29% |
| Albert King | 611k | +1.28% |
| Elmore James | 454k | +0.98% |
| Lonnie Brooks | 65k | — |
| Otis Rush | 326k | +1.07% |
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