| Artist | Listeners | 13-week growth |
|---|---|---|
| Shane & Shane | 144k | — |
| Matt Redman | 255k | +1.20% |
| Josh Garrels | 156k | +0.85% |
| JJ Heller | 101k | — |
| Leeland | 215k | +1.72% |
| David Crowder Band | 233k | +0.60% |
| All Sons & Daughters | 91k | +2.66% |
| Sanctus Real | 236k | +0.60% |
| Hillsong Worship | 213k | +2.74% |
| Chris Tomlin | 408k | +1.09% |
| Phil Wickham | 246k | +1.57% |
| Casting Crowns | 367k | +0.92% |
| Andrew Ripp | 59k | — |
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