| Artist | Listeners | 13-week growth |
|---|---|---|
| Jaco Pastorius | 489k | +1.08% |
| Bill Frisell | 301k | +0.72% |
| Tribal Tech | 52k | — |
| Victor Wooten | 180k | — |
| Marcus Miller | 304k | — |
| Allan Holdsworth | 148k | — |
| Pat Metheny | 540k | +1.07% |
| Pat Metheny Group | 416k | +1.61% |
| Al Di Meola | 307k | +0.73% |
| Stanley Clarke | 250k | +0.04% |
| Weather Report | 544k | +0.99% |
| Alain Caron | 49k | — |
| John Patitucci | 91k | — |
| Billy Cobham | 329k | +1.57% |
| Avishai Cohen | 300k | +0.93% |
| Return to Forever | 249k | +0.97% |
| Oregon | 79k | — |
| Gordian Knot | 65k | — |
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