# Player Information about the player being used for playback ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | | `title` | *Optional\* | :heavy_minus_sign: | The title of the client | | `address` | *Optional\* | :heavy_minus_sign: | The remote address | | `local` | *Optional\* | :heavy_minus_sign: | Indicating if the client is playing from the local LAN | | `machineIdentifier` | *Optional\* | :heavy_minus_sign: | The identifier of the client | | `model` | *Optional\* | :heavy_minus_sign: | The model of the client | | `platform` | *Optional\* | :heavy_minus_sign: | The platform of the client | | `platformVersion` | *Optional\* | :heavy_minus_sign: | The platformVersion of the client | | `product` | *Optional\* | :heavy_minus_sign: | The product name of the client | | `relayed` | *Optional\* | :heavy_minus_sign: | Indicating if the client is playing over a relay connection | | `remotePublicAddress` | *Optional\* | :heavy_minus_sign: | The client's public address | | `secure` | *Optional\* | :heavy_minus_sign: | Indicating if the client is playing over HTTPS | | `state` | *Optional\* | :heavy_minus_sign: | The client's last reported state | | `userID` | *Optional\* | :heavy_minus_sign: | The id of the user | | `vendor` | *Optional\* | :heavy_minus_sign: | The vendor of the client | | `version` | *Optional\* | :heavy_minus_sign: | The version of the client |