| Artist | Listeners | 13-week growth |
|---|---|---|
| Allan Holdsworth | 148k | — |
| Bill Bruford | 71k | — |
| Bill Frisell | 301k | +0.72% |
| Pat Metheny Group | 416k | +1.61% |
| Larry Coryell | 102k | — |
| John McLaughlin | 237k | +0.87% |
| Al Di Meola | 307k | +0.73% |
| Terje Rypdal | 101k | — |
| Pat Metheny | 540k | +1.07% |
| John Abercrombie | 112k | — |
| Mike Stern | 136k | — |
| John Scofield | 385k | +0.76% |
| Jake Shimabukuro | 159k | +1.56% |
| Oregon | 79k | — |
| Billy Cobham | 329k | +1.57% |
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