| Artist | Listeners | 13-week growth |
|---|---|---|
| Blood Sisters | 29k | — |
| Al Campbell | 80k | — |
| Johnny Osbourne | 261k | +2.06% |
| Sugar Minott | 222k | +1.36% |
| Dillinger | 168k | — |
| Barry Biggs | 54k | — |
| Wailing Souls | 283k | +3.29% |
| Keith Hudson | 106k | — |
| Horace Andy | 342k | +0.82% |
| Gregory Isaacs | 683k | +1.52% |
| Black Uhuru | 528k | +0.56% |
| Eek-a-Mouse | 503k | +1.78% |
| Junior Byles | 170k | — |
| Dennis Brown | 533k | +2.10% |
| Barrington Levy | 650k | +1.40% |
| Jennifer Lara | 59k | — |
| Willie Williams | 71k | — |
| Max Romeo & The Upsetters | 76k | +0.40% |
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