Event Connectors

Performer

Performer with role identifier and label

The Performer object represents a person or act associated with an Event (entity type EVENEMENT). Events carry a performers array; locations and venues do not.

Example

{
  "performers": [
    {
      "label": "Amsterdam Sinfonietta",
      "roleid": "performer",
      "rolelabel": "Performer"
    },
    {
      "label": "Janine Jansen",
      "roleid": "soloist",
      "rolelabel": "Solist"
    }
  ]
}

Fields

FieldTypeDescription
labelstringName of the performer
roleidstringRole identifier
rolelabelstringHuman-readable role label

Used In

  • TRCItemperformers array (Events only)

See the API Reference for the full Performer schema.

On this page