| Artist | Listeners | 13-week growth |
|---|---|---|
| Geddy Lee | 63k | — |
| Rush | 1.9M | +1.36% |
| Surprise | 13k | — |
| Nemo | 247k | +3.08% |
| Spock's Beard | 175k | +0.31% |
| RPWL | 81k | +1.79% |
| Osi | 153k | +0.62% |
| King's X | 111k | +0.92% |
| The Flower Kings | 120k | +0.46% |
| IQ | 105k | +1.48% |
| Adrian Belew | 117k | — |
| Peter Gabriel | 1.8M | +1.02% |
| Flying Colors | 61k | — |
| The Pineapple Thief | 184k | +1.28% |
| echolyn | 32k | — |
| Gazpacho | 137k | +0.59% |
| Steve Hackett | 223k | +0.60% |
| Transatlantic | 115k | +0.25% |
| Marillion | 671k | +0.83% |
| Riverside | 496k | +1.17% |
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