| Artist | Listeners | 13-week growth |
|---|---|---|
| Wayne Jarrett | 31k | — |
| The Frightnrs | 147k | +3.01% |
| Dr. Alimantado | 53k | — |
| Freddie McGregor | 209k | +1.61% |
| Horace Andy | 342k | +0.82% |
| Keith Hudson | 106k | — |
| The Congos | 258k | +1.23% |
| Sugar Minott | 222k | +1.36% |
| Lacksley Castell | 28k | — |
| Jacob Miller | 282k | +0.77% |
| Jennifer Lara | 59k | — |
| Barrington Levy | 650k | +1.40% |
| Israel Vibration | 398k | +0.91% |
| Hugh Mundell | 122k | +2.15% |
| Culture | 348k | +0.80% |
| The Abyssinians | 258k | +0.63% |
| The Gladiators | 299k | +1.03% |
| Johnny Clarke | 186k | +1.08% |
| Yabby You | 101k | — |
| Martin Campbell | 32k | +3.26% |
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