release date: {{ include.currPost.date | date_to_long_string }}

{% if include.currPost.type %}

release type: {{ include.currPost.type }}

{% endif %} {% assign playArray = include.currPost.play | size %} {% if playArray != 0 %}

play: {% for play in include.currPost.play %} {{ play.name }} {% if forloop.last == false %} | {% endif %} {% endfor %}

{% endif %} {% assign downloadArray = include.currPost.download | size %} {% if downloadArray != 0 %}

download: {% for download in include.currPost.download %} {{ download.name }} {% if forloop.last == false %} | {% endif %} {% endfor %}

{% endif %} {% assign buyArray = include.currPost.buy | size %} {% if buyArray != 0 %}

buy from: {% for buy in include.currPost.buy %} {{ buy.name }} {% if forloop.last == false %} | {% endif %} {% endfor %}

{% endif %} {% assign otherArray = include.currPost.other | size %} {% if otherArray != 0 %}

other links: {% for other in include.currPost.other %} {{ other.name }} {% if forloop.last == false %} | {% endif %} {% endfor %}

{% endif %} {% if include.currPost.play_here %} {% include music-player.html audioData=include.currPost.play_here %} {% endif %} {% if include.currPost.play_soundcloud_embed %}
{{ include.currPost.play_soundcloud_embed.artist_title }} ยท {{ include.currPost.play_soundcloud_embed.song_title }}
{% endif %} {% if include.currPost.play_bandcamp_embed %} {% endif %}