| Artist | Listeners | 13-week growth |
|---|---|---|
| The White Noise | 47k | — |
| Thousand Below | 116k | +3.79% |
| Awaken I Am | 145k | +3.76% |
| The New Age | 29k | — |
| Limbs | 31k | — |
| Palisades | 166k | +1.31% |
| Colorblind | 88k | — |
| Acres | 100k | +3.18% |
| Wind Walkers | 159k | +6.11% |
| Point North | 236k | +2.43% |
| Picturesque | 90k | — |
| Speech Patterns | 47k | — |
| Dream State | 141k | — |
| Until i Wake | 103k | +3.48% |
| Savage Hands | 94k | — |
| Rain City Drive | 173k | +4.38% |
| Paleskin | 46k | — |
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