This class represents a song that is part of a Set.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
name | string | attribute | 1/1 | The name of the song. E.g. Yesterday or "Wish You Were Here" | |
tape | boolean | attribute | 0/1 | The song came from tape rather than being performed live. See the tape section of the guidelines for valid usage. | |
cover | artist | element | 0/1 | The original Artist of this song, if different to the performing artist. | |
info | string | element | 0/1 | Special incidents or additional information about the way the song was performed at this specific concert. See the setlist.fm guidelines for a complete list of allowed content. | |
with | artist | element | 0/1 | A different Artist than the performing one that joined the stage for this song. |
Example
<song name="Yesterday" tape="false"> <with disambiguation="John, Paul, George and Ringo" mbid="b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d" name="The Beatles" sortName="Beatles, The"> <url>https://www.setlist.fm/setlists/the-beatles-23d6a88b.html</url> </with> <cover disambiguation="John, Paul, George and Ringo" mbid="b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d" name="The Beatles" sortName="Beatles, The"> <url>https://www.setlist.fm/setlists/the-beatles-23d6a88b.html</url> </cover> <info>...</info> </song>