| Artist | Listeners | 13-week growth |
|---|---|---|
| Cornell Campbell | 177k | +1.31% |
| Al Campbell | 80k | — |
| Leroy Smart | 58k | — |
| Michael Prophet | 57k | — |
| Dillinger | 168k | — |
| Yabby You | 101k | — |
| Sugar Minott | 222k | +1.36% |
| Tommy McCook | 125k | — |
| Johnny Clarke | 186k | +1.08% |
| Junior Byles | 170k | — |
| Junior Delgado | 84k | — |
| Don Carlos | 323k | +2.93% |
| Twinkle Brothers | 53k | — |
| Linval Thompson | 241k | — |
| Bim Sherman | 51k | — |
| Michael Rose | 97k | — |
| Devon Russell | 20k | — |
| Johnny Osbourne | 261k | +2.06% |
| Sylford Walker | 44k | — |
| Carlton Livingston | 36k | +2.22% |
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