| Artist | Listeners | 13-week growth |
|---|---|---|
| John McLaughlin | 237k | +0.87% |
| Mahavishnu Orchestra | 342k | — |
| Ananda Shankar | 152k | — |
| Weather Report | 544k | +0.99% |
| Carlos Santana & John McLaughlin | 5.9k | — |
| Al Di Meola | 307k | +0.73% |
| Allan Holdsworth | 148k | — |
| Billy Cobham | 329k | +1.57% |
| Pat Metheny Group | 416k | +1.61% |
| Return to Forever | 249k | +0.97% |
| Oregon | 79k | — |
| Chick Corea | 670k | +1.48% |
| Pat Metheny | 540k | +1.07% |
| Pat Martino | 179k | +0.83% |
| Jean-Luc Ponty | 224k | +3.33% |
| Tony Williams | 116k | — |
| Bill Frisell | 301k | +0.72% |
| John Scofield | 385k | +0.76% |
| Rabih Abou-Khalil | 47k | — |
| Saagara | 3.4k | — |
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