| Artist | Listeners | 13-week growth |
|---|---|---|
| Ron Wood | 67k | +0.30% |
| Keith Richards | 254k | +0.44% |
| Free | 971k | +1.33% |
| The Rolling Stones | 5.9M | +1.40% |
| Jeff Beck Group | 65k | +0.37% |
| Eric Clapton | 3.5M | +1.13% |
| Jeff Beck | 907k | +1.29% |
| Walter Trout | 127k | +0.60% |
| Johnny Winter | 474k | +0.43% |
| John Mayall & The Bluesbreakers | 438k | +0.77% |
| Roy Buchanan | 257k | +1.24% |
| Robben Ford | 144k | +0.62% |
| Blind Faith | 570k | +0.77% |
| Faces | 796k | +2.19% |
| Little Feat | 469k | +1.85% |
| John Mayall | 298k | +0.54% |
| ZZ Top | 2.3M | +1.50% |
| Humble Pie | 346k | +0.87% |
| Robin Trower | 261k | +2.21% |
| The Allman Brothers Band | 1.2M | +0.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