| Artist | Listeners | 13-week growth |
|---|---|---|
| Buddy Guy | 755k | +0.76% |
| Michael Burks | 52k | — |
| Kenny Wayne Shepherd Band | 129k | +0.10% |
| Samantha Fish | 69k | — |
| Philip Sayce | 131k | +4.71% |
| Joe Bonamassa | 491k | +0.75% |
| Joanne Shaw Taylor | 79k | — |
| Marcus King | 287k | +2.91% |
| Eric Gales | 57k | — |
| Albert Collins | 315k | +1.73% |
| Walter Trout | 127k | +0.60% |
| Jonny Lang | 280k | — |
| Robert Finley | 55k | — |
| Freddie King | 433k | +1.56% |
| Jackie Venson | 26k | — |
| Gary Clark Jr. | 529k | +0.97% |
| Tommy Castro | 75k | — |
| Justin Johnson | 33k | — |
| Tab Benoit | 99k | — |
| Aynsley Lister | 71k | +6.38% |
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