| Artist | Listeners | 13-week growth |
|---|---|---|
| Little Walter | 380k | +0.82% |
| Clarence "Gatemouth" Brown | 99k | — |
| Junior Wells | 187k | +0.48% |
| Champion Jack Dupree | 129k | — |
| Big Walter Horton | 73k | — |
| Jimmy Reed | 274k | +0.84% |
| Lowell Fulson | 163k | — |
| Elmore James | 454k | +0.98% |
| J.B. Lenoir | 108k | — |
| Otis Rush | 326k | +1.07% |
| Willie Dixon | 206k | +0.60% |
| Otis Spann | 110k | — |
| T-Bone Walker | 342k | +1.29% |
| James Cotton | 94k | — |
| Slim Harpo | 186k | +1.09% |
| Sonny Boy Williamson II | 177k | +1.90% |
| Magic Sam | 164k | +0.56% |
| Arthur "Big Boy" Crudup | 88k | — |
| Hound Dog Taylor & the House Rockers | 28k | — |
| Johnny Jenkins | 40k | — |
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