Skip to content

1070 - Playlist

A music playlist with tracks and metadata. This is an example of a MAML document.

maml
{
  name: "Tex-Mex Vibes"
  curator: "Jeanne Leuschke"
  public: false
  tracks: [
    {
      title: "Blurred Lines"
      artist: "Shirley Little"
      album: "sulum"
      duration: "4:21"
    }

    {
      title: "Chain of Fools"
      artist: "Rhiannon Raynor-Quigley"
      album: "unde"
      duration: "4:09"
    }

    {
      title: "Sunshine Superman"
      artist: "Heather Donnelly"
      album: "thorax solus"
      duration: "4:46"
    }

    {
      title: "Killing Me Softly With His Song"
      artist: "Isabel Weissnat"
      album: "cursim"
      duration: "4:04"
    }

    {
      title: "We Built This City"
      artist: "Favian Kilback"
      album: "toties quas"
      duration: "5:18"
    }

    {
      title: "All Out of Love"
      artist: "Miss Faith Reichert"
      album: "damno"
      duration: "3:14"
    }

    {
      title: "Daydream Believer"
      artist: "Shelia Hand"
      album: "statua"
      duration: "3:10"
    }
  ]

  total_duration: "77min"
}

See Also