| Artist | Listeners | 13-week growth |
|---|---|---|
| Lonnie Brooks | 65k | — |
| Katie Webster | 34k | — |
| Luther Allison | 207k | — |
| James Cotton | 94k | — |
| Lowell Fulson | 163k | — |
| Albert Collins | 315k | +1.73% |
| Clarence "Gatemouth" Brown | 99k | — |
| T-Bone Walker | 342k | +1.29% |
| Otis Rush | 326k | +1.07% |
| Buddy Guy | 755k | +0.76% |
| B.B. King | 1.4M | +1.18% |
| Freddie King | 433k | +1.56% |
| Little Milton | 138k | — |
| Albert King | 611k | +1.28% |
| Jimmy Rogers | 112k | — |
| Son Seals | 79k | — |
| Eddie Boyd | 62k | — |
| Joe Louis Walker | 69k | — |
| Charlie Musselwhite | 104k | — |
| Koko Taylor | 240k | +0.83% |
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