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
| Field | Type | Description |
|---|---|---|
label | string | Name of the performer |
roleid | string | Role identifier |
rolelabel | string | Human-readable role label |
Used In
- TRCItem →
performersarray (Events only)
See the API Reference for the full Performer schema.