| Artist | Listeners | 13-week growth |
|---|---|---|
| Guthrie Govan | 165k | +1.72% |
| Tony MacAlpine | 82k | +0.94% |
| Simon Phillips | 22k | — |
| Shawn Lane | 49k | — |
| Vinnie Moore | 70k | +0.68% |
| Jason Becker | 89k | +2.61% |
| Frank Gambale | 62k | — |
| The Aristocrats | 83k | — |
| Andy Timmons | 119k | +0.64% |
| Tribal Tech | 52k | — |
| Paul Gilbert | 151k | +0.56% |
| Allan Holdsworth | 148k | — |
| Steve Vai | 541k | +0.96% |
| Greg Howe, Victor Wooten & Dennis Chambers | 2.1k | — |
| Bumblefoot | 46k | +0.70% |
| Michael Angelo Batio | 74k | +0.69% |
| Mark Lettieri | 48k | +1.82% |
| Mike Stern | 136k | — |
| Joe Satriani | 731k | +0.57% |
| Eric Johnson | 476k | +1.07% |
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