Skip to content

271 - Playlist

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

maml
{
  name: "Neo-Soul Mix"
  curator: "Mercedes Murray III"
  public: false
  tracks: [
    {
      title: "Macarena"
      artist: "Matt Metz"
      album: "celo"
      duration: "4:24"
    }

    {
      title: "Knock Three Times"
      artist: "Mr. Wilbert Ferry"
      album: "agnosco dapifer decipio"
      duration: "2:08"
    }

    {
      title: "Runaround Sue"
      artist: "Dr. Orlando Yost"
      album: "apud voro"
      duration: "2:07"
    }

    {
      title: "I Want You Back"
      artist: "Melvin Pagac"
      album: "theatrum cado"
      duration: "2:38"
    }

    {
      title: "Lookin' Out My Back Door"
      artist: "Miss Cristina Bins"
      album: "tabgo"
      duration: "5:27"
    }

    {
      title: "Doo Wop (That Thing)"
      artist: "Angel MacGyver"
      album: "quidem"
      duration: "3:46"
    }

    {
      title: "Purple Haze"
      artist: "Yvonne Reynolds"
      album: "vicissitudo denique crastinus"
      duration: "4:16"
    }

    {
      title: "Vision of Love"
      artist: "Lynne Bernhard-Torp"
      album: "contigo aggero curso"
      duration: "4:57"
    }
  ]

  total_duration: "58min"
}

See Also