*** id: d423b0d2-645b-4da9-92dd-325cc15eb402 title: Relay.Calling.PlayResult slug: /python/reference/calling/results/play description: The result object that is returned when playing a call. max-toc-depth: 3 ---------------- [relay-event]: /docs/server-sdk/v2/python/reference/event ## Relay.Calling.PlayResult This object returned from one of the *synchronous* play methods that represents the final result of a playing. ### Properties | Property | Type | Description | | ------------ | ---------------------------- | ----------------------------------------------- | | `successful` | boolean | Whether the playing has completed successfully. | | `event` | [`Relay.Event`][relay-event] | Last event that completed the operation. |