| Artist | Listeners | 13-week growth |
|---|---|---|
| Level | 92k | — |
| P.O.D. | 1.8M | +1.11% |
| Insolence | 89k | — |
| Reveille | 95k | — |
| Folder | 41k | — |
| (hed) Planet Earth | 256k | +0.10% |
| Shuvel | 22k | — |
| Dropout Kings | 65k | — |
| Milkweed | 43k | — |
| ZEROMIND | 16k | — |
| Primer 55 | 250k | +5.52% |
| Hybrid Theory | 22k | — |
| Crazy Town | 1.3M | +2.39% |
| .sPout. | 21k | — |
| (həd) p.e. | 16k | +0.82% |
| Pleymo | 152k | +1.77% |
| One Minute Silence | 85k | — |
| Bobaflex | 89k | +0.85% |
| Evil Not Alone | 26k | — |
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