{{ $user := .Get 0 }} {{ $playlist_id := .Get 1 }} {{ $playlist := getJSON "http://spotify-public-proxy.theorangeone.net/v1/users/" $user "/playlists/" $playlist_id }}

{{ $playlist.name }}

{{ range sort $playlist.tracks.items "track.name" }} {{ with .track }} {{ with index (last 1 .album.images) 0 }} {{ end }} {{ end }} {{ end }}
View playlist on Spotify
Track Artist Album Preview
{{ .name }} {{ range $i, $e := .artists }}{{ if $i }}, {{ end }}{{ .name }}{{ end }} {{ .album.name }}