{{ $ident := .Get 0 }} {{ $playlist := getJSON "http://spotify-public-proxy.theorangeone.net/playlist/" $ident }}

{{ $playlist.name }}

{{ range sort $playlist.tracks "name" }} {{ end }}
View playlist on Spotify
Track Artist Album
{{ .name }} {{ range $i, $e := .artists }}{{ if $i }}, {{ end }}{{ .name }}{{ end }} {{ .album.name }}