| Artist | Listeners | 13-week growth |
|---|---|---|
| Frost* | 51k | — |
| Amplifier | 143k | +0.18% |
| Pure Reason Revolution | 149k | +0.51% |
| Haken | 194k | +2.81% |
| Beardfish | 66k | — |
| Oceansize | 279k | +0.54% |
| Gazpacho | 137k | +0.59% |
| The Dear Hunter | 324k | +0.91% |
| Karnivool | 284k | +1.88% |
| Vulkan | 52k | — |
| The Pineapple Thief | 184k | +1.28% |
| echolyn | 32k | — |
| Riverside | 496k | +1.17% |
| 3 | 203k | +0.93% |
| Arena | 106k | +0.51% |
| Steven Wilson | 356k | +1.10% |
| Osi | 153k | +0.62% |
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