| Artist | Listeners | 13-week growth |
|---|---|---|
| Procol Harum | 817k | +0.88% |
| Andromeda | 233k | +6.61% |
| Animals as Leaders | 398k | +1.28% |
| Disperse | 48k | — |
| Chimp Spanner | 66k | — |
| Liquid Tension Experiment | 310k | +0.42% |
| Dream Theater | 1.4M | +1.00% |
| Pain of Salvation | 386k | +0.51% |
| Family | 107k | +0.81% |
| Lucid Planet | 29k | — |
| Gong | 300k | +0.96% |
| Planet X | 59k | — |
| Jane | 84k | — |
| Scale the Summit | 134k | +0.67% |
| Nektar | 171k | +3.64% |
| Circus Maximus | 108k | — |
| Between the Buried and Me | 452k | +0.78% |
| Rick Wakeman | 230k | +0.64% |
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