| Artist | Listeners | 13-week growth |
|---|---|---|
| Pallas | 40k | +0.31% |
| Arena | 106k | +0.51% |
| IQ | 105k | +1.48% |
| Pendragon | 33k | +0.73% |
| The Flower Kings | 120k | +0.46% |
| Lonely Robot | 17k | — |
| Mystery | 42k | +1.99% |
| Marillion | 671k | +0.83% |
| Spock's Beard | 175k | +0.31% |
| Frost* | 51k | — |
| Neal Morse | 86k | — |
| Transatlantic | 115k | +0.25% |
| The Tangent | 53k | — |
| Jadis | 16k | — |
| Big Big Train | 49k | +1.12% |
| Saga | 139k | +1.19% |
| Steve Hackett | 223k | +0.60% |
| Karmakanic | 24k | — |
| Magenta | 62k | — |
| GTR | 48k | +0.81% |
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