| Artist | Listeners | 13-week growth |
|---|---|---|
| Burt Bacharach | 303k | +1.16% |
| Michael Franks | 253k | +4.23% |
| The Manhattan Transfer | 209k | +0.77% |
| Carmen McRae | 438k | +0.63% |
| De-Phazz | 654k | +0.52% |
| Cécile McLorin Salvant | 115k | +2.72% |
| Betty Carter | 346k | +1.65% |
| Azymuth | 433k | +2.29% |
| Jamie Cullum | 1.3M | +0.29% |
| Till Brönner | 184k | +1.53% |
| Mei Semones | 179k | +6.30% |
| The Sweet Enoughs | 159k | — |
| Strong Arm Steady | 94k | +0.31% |
| Fostijs | 59k | +32.47% |
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