Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/2678353/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2678353,
    "uri": "https://api.kexp.org/v2/plays/2678353/?format=api",
    "airdate": "2019-12-26T10:54:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snowman",
    "track_id": "d702b2e8-e041-3fc0-b724-9399d973cb85",
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "English Settlement",
    "release_id": "24949e22-e576-3d84-8780-46591a3fd48d",
    "release_group_id": null,
    "labels": [
        "Virgin Japan"
    ],
    "label_ids": [],
    "release_date": "1989-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From XTCs fifth studio album <i>English Settlement</i>, released in 1989. \"The title refers to the Uffington White Horse depicted on the cover, to the \"settlement\" of viewpoints, and to the Englishness that the band felt they \"settled\" into the record.\" https://bit.ly/34YXpMi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}