| Artist | Listeners | 13-week growth |
|---|---|---|
| Barry Brown | 94k | — |
| Roots Radics | 110k | — |
| Wayne Jarrett | 31k | — |
| Wailing Souls | 283k | +3.29% |
| Lacksley Castell | 28k | — |
| Leroy Smart | 58k | — |
| Cornell Campbell | 177k | +1.31% |
| Slim Smith | 71k | — |
| Al Campbell | 80k | — |
| Black Roots | 56k | — |
| Johnny Osbourne | 261k | +2.06% |
| Jacob Miller | 282k | +0.77% |
| Linval Thompson | 241k | — |
| Johnny Clarke | 186k | +1.08% |
| Don Carlos | 323k | +2.93% |
| Barrington Levy | 650k | +1.40% |
| The Mighty Diamonds | 142k | +0.11% |
| Dennis Brown | 533k | +2.10% |
| Half Pint | 118k | +2.68% |
| Junior Byles | 170k | — |
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