| Artist | Listeners | 13-week growth |
|---|---|---|
| Sylford Walker | 44k | — |
| Ijahman Levi | 88k | — |
| Twinkle Brothers | 53k | — |
| Don Carlos | 323k | +2.93% |
| Johnny Clarke | 186k | +1.08% |
| Pablo Moses | 91k | +1.36% |
| Lacksley Castell | 28k | — |
| The Gladiators | 299k | +1.03% |
| Wailing Souls | 283k | +3.29% |
| Johnny Osbourne | 261k | +2.06% |
| 10 Ft. Ganja Plant | 244k | — |
| Dennis Brown | 533k | +2.10% |
| Black Uhuru | 528k | +0.56% |
| Israel Vibration | 398k | +0.91% |
| Midnite | 104k | — |
| Michael Prophet | 57k | — |
| Aswad | 302k | +1.22% |
| Culture | 348k | +0.80% |
| Jacob Miller | 282k | +0.77% |
| Black Slate | 27k | — |
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