| Artist | Listeners | 13-week growth |
|---|---|---|
| Megadeth | 2.4M | +1.44% |
| Newsted | 40k | — |
| Metal Allegiance | 31k | — |
| Annihilator | 478k | +1.23% |
| Anthrax | 1.3M | +1.03% |
| Flotsam and Jetsam | 87k | +0.40% |
| Slayer | 2.4M | +1.15% |
| Testament | 1.1M | +0.83% |
| Halford | 175k | +0.31% |
| Overkill | 385k | +0.78% |
| Fight | 58k | +0.59% |
| Bruce Dickinson | 496k | +0.56% |
| Metal Church | 236k | +1.32% |
| Metallica | 5.3M | +1.69% |
| Exodus | 584k | +1.17% |
| Diamond Head | 270k | +1.43% |
| Armored Saint | 113k | +1.65% |
| Grip Inc. | 45k | — |
| Heaven & Hell | 157k | +0.54% |
| Tesla | 436k | +0.87% |
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