| Artist | Listeners | 13-week growth |
|---|---|---|
| John McLaughlin | 237k | +0.87% |
| Billy Cobham | 329k | +1.57% |
| Pat Martino | 179k | +0.83% |
| Al Di Meola | 307k | +0.73% |
| John Abercrombie | 112k | — |
| Gary Burton | 179k | +1.06% |
| John Scofield | 385k | +0.76% |
| Return to Forever | 249k | +0.97% |
| Mahavishnu Orchestra | 342k | — |
| Alphonse Mouzon | 63k | — |
| Jake Shimabukuro | 159k | +1.56% |
| Weather Report | 544k | +0.99% |
| Terje Rypdal | 101k | — |
| Jean-Luc Ponty | 224k | +3.33% |
| Stanley Clarke | 250k | +0.04% |
| Allan Holdsworth | 148k | — |
| Jim Hall | 181k | +1.03% |
| Joe Pass | 346k | +1.32% |
| Lenny White | 54k | — |
| The Headhunters | 66k | — |
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