| Artist | Listeners | 13-week growth |
|---|---|---|
| Big Big Train | 49k | +1.12% |
| Sylvan | 101k | +0.86% |
| The Flower Kings | 120k | +0.46% |
| IQ | 105k | +1.48% |
| Lee Abraham | 8.1k | — |
| Cosmograf | 11k | — |
| Karmakanic | 24k | — |
| Jadis | 16k | — |
| The Tangent | 53k | — |
| Lazuli | 23k | — |
| Yak | 77k | — |
| RPWL | 81k | +1.79% |
| Pattern-Seeking Animals | 13k | — |
| This WInter Machine | 9.3k | — |
| Magenta | 62k | — |
| Huis | 8.4k | — |
| A.C.T | 27k | — |
| Mystery | 42k | +1.99% |
| Phideaux | 72k | — |
| Yogi Lang | 57k | — |
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