| Artist | Listeners | 13-week growth |
|---|---|---|
| Stanley Clarke | 250k | +0.04% |
| Victor Wooten | 180k | — |
| Brian Bromberg | 106k | — |
| Lee Ritenour | 263k | +1.13% |
| Christian McBride | 149k | — |
| George Duke | 323k | +1.20% |
| John Patitucci | 91k | — |
| John Scofield | 385k | +0.76% |
| The Brecker Brothers | 122k | — |
| Joe Sample | 165k | +0.92% |
| Michel Petrucciani | 142k | +0.52% |
| Larry Carlton | 196k | — |
| David Sanborn | 189k | +0.72% |
| The Stanley Clarke Band | 21k | — |
| Michael Manring | 40k | — |
| Jaco Pastorius | 489k | +1.08% |
| Tal Wilkenfeld | 41k | — |
| David Garfield | 21k | — |
| Stanley Jordan | 77k | — |
| 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