| Artist | Listeners | 13-week growth |
|---|---|---|
| Allan Holdsworth | 148k | — |
| Jason Becker | 89k | +2.61% |
| Frank Gambale | 62k | — |
| Greg Howe | 40k | — |
| Tony MacAlpine | 82k | +0.94% |
| Paul Gilbert | 151k | +0.56% |
| Guthrie Govan | 165k | +1.72% |
| Jeff Loomis | 67k | — |
| Eric Johnson | 476k | +1.07% |
| Bumblefoot | 46k | +0.70% |
| Andy Timmons | 119k | +0.64% |
| Yngwie Malmsteen | 493k | +0.76% |
| Vinnie Moore | 70k | +0.68% |
| Buckethead | 589k | +1.16% |
| Steve Vai | 541k | +0.96% |
| Joe Satriani | 731k | +0.57% |
| Tribal Tech | 52k | — |
| Michael Angelo Batio | 74k | +0.69% |
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