| Artist | Listeners | 13-week growth |
|---|---|---|
| Yellowman | 295k | +2.72% |
| Lone Ranger | 68k | — |
| Eek-a-Mouse | 503k | +1.78% |
| The Meditations | 44k | — |
| Sugar Minott | 222k | +1.36% |
| Freddie McGregor | 209k | +1.61% |
| Jackie Mittoo | 183k | — |
| The Upsetters | 356k | +0.77% |
| Horace Andy | 342k | +0.82% |
| The Heptones | 282k | +0.74% |
| Willie Williams | 71k | — |
| Jacob Miller | 282k | +0.77% |
| Gregory Isaacs | 683k | +1.52% |
| Barrington Levy | 650k | +1.40% |
| Derrick Morgan | 159k | +0.45% |
| Johnny Clarke | 186k | +1.08% |
| Delroy Wilson | 210k | +1.05% |
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