| Artist | Listeners | 13-week growth |
|---|---|---|
| Beres Hammond | 178k | — |
| Dennis Brown | 533k | +2.10% |
| Tarrus Riley | 152k | +1.65% |
| Capleton | 390k | +0.88% |
| Jacob Miller | 282k | +0.77% |
| Freddie McGregor | 209k | +1.61% |
| John Holt | 415k | +1.38% |
| Cornell Campbell | 177k | +1.31% |
| Gregory Isaacs | 683k | +1.52% |
| U-Roy | 163k | — |
| Sizzla | 494k | +0.57% |
| Sugar Minott | 222k | +1.36% |
| Barry Brown | 94k | — |
| Johnny Clarke | 186k | +1.08% |
| Tommy McCook | 125k | — |
| King Tubby | 336k | — |
| The Mighty Diamonds | 142k | +0.11% |
| Barrington Levy | 650k | +1.40% |
| Sanchez | 99k | — |
| Culture | 348k | +0.80% |
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