| Artist | Listeners | 13-week growth |
|---|---|---|
| Paul Gilbert | 151k | +0.56% |
| Eric Johnson | 476k | +1.07% |
| John Petrucci | 196k | +0.59% |
| Joe Satriani | 731k | +0.57% |
| Steve Vai | 541k | +0.96% |
| Jason Becker | 89k | +2.61% |
| Buckethead | 589k | +1.16% |
| Marty Friedman | 181k | +1.28% |
| Andy Timmons | 119k | +0.64% |
| Kiko Loureiro | 89k | — |
| Marco Sfogli | 24k | — |
| Michael Angelo Batio | 74k | +0.69% |
| John 5 | 129k | +0.75% |
| Wolf Hoffmann | 31k | — |
| Vinnie Moore | 70k | +0.68% |
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