[
	{
  		  "file" : "../song1.mp3"
		, "title" : " Song 1"
		, "image" : "../song1.jpg"
		, "artist" : "Plane Versus Cult"
		, "album" : "My First Album"
		, "date" : "4/1/1969"
		, "price" : "$1.99"
		, "other" : "A special note"
	},
	{
  		  "file" : "../song2.mp3"
		, "title" : " Song 2"
		, "image" : "../song2.jpg"
		, "artist" : "Plain Verses Colt"
		, "album" : "My Second Album"
		, "date" : "3/16/2001"
		, "price" : "$0.99"
		, "other" : "Have a great day"
	},
	{
  		  "file" : "../song3.mp3"
		, "title" : " Song 3"
		, "image" : "../song3.jpg"
		, "artist" : "Plain Vs Colt"
		, "album" : "My Third Album"
		, "date" : "7/4/1776"
		, "price" : "$0.99"
		, "other" : "The experiment"
	}
]