| Artist | Listeners | 13-week growth |
|---|---|---|
| Aaron Parks | 116k | +1.46% |
| Pat Martino | 179k | +0.83% |
| Kneebody | 35k | — |
| Jim Hall | 181k | +1.03% |
| John Scofield | 385k | +0.76% |
| Joe Pass | 346k | +1.32% |
| Kenny Garrett | 157k | +1.91% |
| Pat Metheny | 540k | +1.07% |
| Bill Frisell | 301k | +0.72% |
| Ambrose Akinmusire | 98k | +2.80% |
| Immanuel Wilkins | 83k | +2.33% |
| Brad Mehldau | 464k | +0.72% |
| Wayne Shorter | 640k | +1.43% |
| Emily Remler | 54k | +1.69% |
| Chick Corea Akoustic Band | 45k | +0.39% |
| Pat Metheny Trio | 29k | — |
| Johnny Smith | 67k | +2.32% |
| Joshua Redman Quartet | 53k | +0.06% |
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