| Artist | Listeners | 13-week growth |
|---|---|---|
| Marcus Miller | 304k | — |
| Steve Smith | 23k | — |
| John Klemmer | 77k | +4.48% |
| Patricia Barber | 174k | +0.49% |
| Larry Carlton | 196k | — |
| Christian McBride | 149k | — |
| Lee Ritenour | 263k | +1.13% |
| Fourplay | 218k | — |
| Holly Cole | 194k | +0.22% |
| George Duke | 323k | +1.20% |
| Victor Wooten | 180k | — |
| Youn Sun Nah | 62k | +1.12% |
| Oz Noy | 28k | — |
| Cassandra Wilson | 469k | +0.35% |
| Jeff Lorber Fusion | 37k | — |
| John Patitucci | 91k | — |
| Jaco Pastorius Big Band | 25k | — |
| Hugh Masekela | 252k | +1.72% |
| Stanley Clarke | 250k | +0.04% |
| David Garfield | 21k | — |
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