| Artist | Listeners | 13-week growth |
|---|---|---|
| Andy Timmons | 119k | +0.64% |
| Joe Satriani | 731k | +0.57% |
| Paul Gilbert | 151k | +0.56% |
| Steve Vai | 541k | +0.96% |
| Eric Johnson | 476k | +1.07% |
| Vinnie Moore | 70k | +0.68% |
| Maromaro | 43k | — |
| Yngwie Malmsteen | 493k | +0.76% |
| Richie Kotzen | 147k | +0.42% |
| Buckethead | 589k | +1.16% |
| Tony MacAlpine | 82k | +0.94% |
| Marty Friedman | 181k | +1.28% |
| John 5 | 129k | +0.75% |
| Guthrie Govan | 165k | +1.72% |
| Tom Morello | 349k | +3.60% |
| Brother Dege | 128k | — |
| Chickenfoot | 172k | +0.54% |
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