API 1.0 Version 2.0 (private beta)
Warning: Version 1.0 will be deprecated in favor of Version 2.0
Event.GetInfo
Returns the details of an event.
Example
Arguments
api-key required
Authenticates the request and identifies your account.
id required
Identifies the event to retrieve.
Response Elements
Element Description Empty Allowed? Cardinality?
package
Contains all the event information. For more information see package.
no 1
Sample Response
<package>
   <id>5033848</id>
   <title>San Diego SO, Garbutt / 1812 Overture Spectacular</title>
   <image>https://s3.amazonaws.com/photos.instantencore.com/48995/48995_150.jpg</image>
   <photoid>48995</photoid>
   <link>http://sandiegosymphony.org/summerpops/event.php?id=16</link>
   <notes>
   </notes>
   <sponsor>
      <name>
      </name>
      <link>
      </link>
      <image>
      </image>
   </sponsor>
   <perfdates>
      <perfdate>
         <date>2009-09-04T19:30:00</date>
         <venue>
            <id>2636</id>
            <name>Embarcadero Marina Park South</name>
            <hall>
            </hall>
            <country>United States</country>
            <region>California</region>
            <city>San Diego</city>
            <postalcode>92101</postalcode>
            <geo>
               <lat>32.705074</lat>
               <lon>-117.163973</lon>
            </geo>
         </venue>
         <link>
         </link>
      </perfdate>
      <perfdate>
         <date>2009-09-05T19:30:00</date>
         <venue>
            <id>2636</id>
            <name>Embarcadero Marina Park South</name>
            <hall>
            </hall>
            <country>United States</country>
            <region>California</region>
            <city>San Diego</city>
            <postalcode>92101</postalcode>
            <geo>
               <lat>32.705074</lat>
               <lon>-117.163973</lon>
            </geo>
         </venue>
         <link>
         </link>
      </perfdate>
      <perfdate>
         <date>2009-09-06T19:30:00</date>
         <venue>
            <id>2636</id>
            <name>Embarcadero Marina Park South</name>
            <hall>
            </hall>
            <country>United States</country>
            <region>California</region>
            <city>San Diego</city>
            <postalcode>92101</postalcode>
            <geo>
               <lat>32.705074</lat>
               <lon>-117.163973</lon>
            </geo>
         </venue>
         <link>
         </link>
      </perfdate>
   </perfdates>
   <works>
      <work>
         <recid>2</recid>
         <id>5007015</id>
         <title>1812 Overture, Op. 49</title>
         <composite-title>Tchaikovsky: 1812 Overture, Op. 49</composite-title>
         <complete>y</complete>
         <encore>n</encore>
         <composers>
            <contributor>
               <id>5018195</id>
               <first-last>Pyotr Tchaikovsky</first-last>
               <last-first>Tchaikovsky, Pyotr</last-first>
            </contributor>
         </composers>
         <ensembles>
            <contributor>
               <id>5100783</id>
               <first-last>San Diego Symphony</first-last>
               <last-first>San Diego Symphony</last-first>
            </contributor>
         </ensembles>
         <conductors>
            <contributor>
               <id>5112207</id>
               <first-last>Matthew Garbutt</first-last>
               <last-first>Garbutt, Matthew</last-first>
            </contributor>
         </conductors>
         <artists>
         </artists>
         <presenters>
            <contributor>
               <id>5100783</id>
               <first-last>San Diego Symphony</first-last>
               <last-first>San Diego Symphony</last-first>
            </contributor>
         </presenters>
         <arrangers>
         </arrangers>
         <tracks>
         </tracks>
      </work>
   </works>
</package>