Skip to content

164 - Playlist

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

maml
{
  name: "Novelty Mix"
  curator: "Al Reichert"
  public: false
  tracks: [
    {
      title: "Beat It"
      artist: "Mona Schmitt"
      album: "patrocinor speciosus crapula"
      duration: "2:14"
    }

    {
      title: "I Want to Hold Your Hand"
      artist: "Mark Langworth"
      album: "ascisco una eos"
      duration: "3:48"
    }

    {
      title: "Stronger"
      artist: "Bonnie Monahan"
      album: "deputo adsidue"
      duration: "5:09"
    }

    {
      title: "I Honestly Love You"
      artist: "Alexandra Price"
      album: "accommodo sponte omnis"
      duration: "4:23"
    }

    {
      title: "Without Me"
      artist: "Ms. Estelle Bayer"
      album: "vere basium ante"
      duration: "4:23"
    }

    {
      title: "Escape (The Pina Colada Song)"
      artist: "Philip Stokes PhD"
      album: "color"
      duration: "5:23"
    }

    {
      title: "Le Freak"
      artist: "Verna Runte"
      album: "spectaculum dolore"
      duration: "5:58"
    }

    {
      title: "You Are the Sunshine of My Life"
      artist: "Mr. Roderick Gulgowski"
      album: "amplexus tres"
      duration: "4:14"
    }
  ]

  total_duration: "45min"
}

See Also