| Artist | Listeners | 13-week growth |
|---|---|---|
| Jay Gordon | 109k | — |
| David Draiman | 101k | +1.59% |
| Dry Cell | 79k | — |
| Wayne Static | 105k | +2.48% |
| Linkin Park | 7.1M | +1.82% |
| Dead by Sunrise | 302k | +2.20% |
| Jonathan Davis | 202k | +0.49% |
| Grey Daze | 122k | — |
| Mike Shinoda | 525k | +1.29% |
| Adema | 935k | +0.43% |
| Korn | 3.5M | +2.06% |
| Papa Roach | 3.8M | +1.77% |
| Earshot | 500k | +3.01% |
| Taproot | 670k | +0.63% |
| Orgy | 661k | +2.11% |
| TRUSTcompany | 427k | +1.74% |
| P.O.D. | 1.8M | +1.11% |
| 30 Seconds to Mars | 2.3M | +0.06% |
| Element Eighty | 431k | +0.56% |
| Xero | 166k | — |
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