| Artist | Listeners | 13-week growth |
|---|---|---|
| Blue Stone | 130k | +0.11% |
| Enigma | 1.5M | +3.00% |
| B-Tribe | 168k | — |
| Amethystium | 385k | +0.09% |
| Deep Forest | 496k | +0.59% |
| Sacred Spirit | 198k | — |
| Conjure One | 452k | +0.25% |
| Balligomingo | 110k | +0.16% |
| Era | 760k | +0.69% |
| Delerium | 915k | +1.61% |
| Sleepthief | 111k | +0.26% |
| Celestial | 36k | — |
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