| Artist | Listeners | 13-week growth |
|---|---|---|
| Black Stone Cherry | 460k | +0.71% |
| Electric Mary | 41k | — |
| Ayron Jones | 67k | +1.25% |
| Clutch | 543k | +0.89% |
| Goodbye June | 147k | — |
| Turbowolf | 139k | — |
| Greenleaf | 136k | +0.74% |
| Monster Truck | 81k | +1.67% |
| Dirty Honey | 89k | +1.71% |
| The Company Band | 52k | +0.94% |
| Rival Sons | 362k | +0.92% |
| Red Sun Rising | 110k | — |
| The Dead Daisies | 70k | +0.72% |
| Valley of the Sun | 67k | — |
| Corrosion of Conformity | 411k | +1.12% |
| The Virginmarys | 69k | — |
| Blues Pills | 129k | — |
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