| Artist | Listeners | 13-week growth |
|---|---|---|
| Weather Report | 544k | +0.99% |
| Jaco Pastorius | 489k | +1.08% |
| John McLaughlin | 237k | +0.87% |
| Tony Williams | 116k | — |
| Billy Cobham | 329k | +1.57% |
| Chick Corea | 670k | +1.48% |
| The Tony Williams Lifetime | 24k | — |
| Wayne Shorter | 640k | +1.43% |
| Miles Davis | 2.4M | +1.17% |
| Pat Metheny | 540k | +1.07% |
| Return to Forever | 249k | +0.97% |
| Miroslav Vitous | 46k | — |
| Oregon | 79k | — |
| Chick Corea Elektric Band | 102k | +1.04% |
| Mahavishnu Orchestra | 342k | — |
| Steps Ahead | 57k | — |
| Allan Holdsworth | 148k | — |
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