API 2.0 Version 1.0
perfdate
Describes the date, time and location of an event.
Child Elements
Element Description Empty Allowed? Cardinality?
itemid
The itemid of the object.
no 1
date
A DateTime that is the start time of the event (relative to the timezone of the venue).
no 1
link
Link that sends users to a page where they can purchase tickets for this performance online.
yes 1
venue
A venue object with information about the event location.
no 1
Sample
<perfdate>
   <itemid>561469</itemid>
   <date>2011-02-11T20:00:00</date>
   <link>http://purchasing.sandiegosymphony.org/single/EventDetail.aspx?p=1830</link>
   <venue>
      <venueid>4</venueid>
      <name>Copley Symphony Hall</name>
      <hall />
      <country>United States</country>
      <region>California</region>
      <city>San Diego</city>
      <postalcode>92101</postalcode>
      <geo>
         <lat>32.717813</lat>
         <lon>-117.157871</lon>
      </geo>
   </venue>
</perfdate>