| Artist | Listeners | 13-week growth |
|---|---|---|
| Marillion | 671k | +0.83% |
| Fish | 131k | +0.83% |
| Surprise | 13k | — |
| Edge | 33k | — |
| IQ | 105k | +1.48% |
| Big Big Train | 49k | +1.12% |
| Pendragon | 33k | +0.73% |
| Arena | 106k | +0.51% |
| Lonely Robot | 17k | — |
| The Pineapple Thief | 184k | +1.28% |
| Mostly Autumn | 51k | — |
| Tony Banks | 68k | +0.59% |
| It Bites | 34k | — |
| Spock's Beard | 175k | +0.31% |
| Steve Hackett | 223k | +0.60% |
| Steven Wilson | 356k | +1.10% |
| RPWL | 81k | +1.79% |
| Magenta | 62k | — |
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