| Artist | Listeners | 13-week growth |
|---|---|---|
| Son Seals | 79k | — |
| Johnny Copeland | 41k | — |
| Katie Webster | 34k | — |
| Hubert Sumlin | 64k | — |
| Lonnie Mack | 63k | — |
| Clarence "Gatemouth" Brown | 99k | — |
| James Cotton | 94k | — |
| Michael Burks | 52k | — |
| Albert Collins | 315k | +1.73% |
| Lowell Fulson | 163k | — |
| Johnny Winter | 474k | +0.43% |
| Fenton Robinson | 127k | — |
| Little Axe | 43k | — |
| Otis Rush | 326k | +1.07% |
| Shemekia Copeland | 72k | — |
| Buddy Guy | 755k | +0.76% |
| Luther Allison | 207k | — |
| Koko Taylor | 240k | +0.83% |
| T-Bone Walker | 342k | +1.29% |
| Joe Louis Walker | 69k | — |
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