| Artist | Listeners | 13-week growth |
|---|---|---|
| Prince Far I | 135k | — |
| Bim Sherman | 51k | — |
| Leroy Smart | 58k | — |
| Black Roots | 56k | — |
| Lee "Scratch" Perry | 401k | +1.06% |
| Johnny Clarke | 186k | +1.08% |
| Johnny Osbourne | 261k | +2.06% |
| Horace Andy | 342k | +0.82% |
| Dennis Alcapone | 81k | — |
| U-Roy | 163k | — |
| Culture | 348k | +0.80% |
| Linval Thompson | 241k | — |
| Freddie McGregor | 209k | +1.61% |
| The Heptones | 282k | +0.74% |
| Burning Spear | 544k | +0.67% |
| The Mighty Diamonds | 142k | +0.11% |
| Black Uhuru | 528k | +0.56% |
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