| Artist | Listeners | 13-week growth |
|---|---|---|
| Warren Haynes | 121k | +0.54% |
| Savoy Brown | 169k | +0.36% |
| Gov't Mule | 301k | +0.37% |
| Peter Green | 245k | +0.93% |
| The Paul Butterfield Blues Band | 161k | +0.88% |
| Long John Baldry | 35k | — |
| Alvin Lee | 77k | +0.98% |
| Humble Pie | 346k | +0.87% |
| Joe Bonamassa | 491k | +0.75% |
| The Allman Brothers Band | 1.2M | +0.18% |
| John Mayall | 298k | +0.54% |
| Ten Years After | 990k | +1.71% |
| John Mayall & The Bluesbreakers | 438k | +0.77% |
| Taste | 136k | +1.44% |
| Rory Gallagher | 514k | +1.52% |
| Leslie West | 67k | +0.54% |
| Johnny Winter | 474k | +0.43% |
| Luther Allison | 207k | — |
| Eric Burdon | 242k | — |
| Climax Blues Band | 141k | +2.18% |
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