SETLIST

SETLIST

Get the setlist for a single date.


Synopsis

SETLIST FOR date_spec ;

date_spec can be a specific date, a named show, or a year (interpretation may vary).


Description

SETLIST FOR returns the setlist (songs and set structure) for one show. Use a specific date like 5/8/77 for a single show, or a named show like "Cornell 1977" when supported.


Date format

FormExampleMeaning
Specific date5/8/77M/D/YY
Named show"Cornell 1977"When supported by data
Year1977One show or default for that year (TBD)

Examples

Specific date (M/D/YY):

SETLIST FOR 5/8/77;
SETLIST FOR 8/27/72;
SETLIST FOR 3/29/90;
SETLIST FOR 12/31/78;

Named show (when supported):

SETLIST FOR "Cornell 1977";
SETLIST FOR "Winterland 1978";

By year (interpretation may vary):

SETLIST FOR 1977;
SETLIST FOR 72;

Multiple in one run (separate statements):

SETLIST FOR 5/8/77;
SETLIST FOR 5/9/77;