Information about plays

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

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

{
    "id": 370742,
    "uri": "https://api.kexp.org/v2/plays/370742/?format=api",
    "airdate": "2019-08-22T06:59:00-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mysterons Theme",
    "track_id": null,
    "recording_id": null,
    "artist": "The Barry Gray Orchestra",
    "artist_ids": [
        "04992fae-bce2-4594-8200-2975a9ed114f"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And here is how Portishead's first song \"Mysterons\" off of <i>Dummy</i> came to be! The Barry Gray Orchestra created this theme for the 60's sci-fi puppet series about Captain Scarlet and the Mysterons, who were the enemy he had to battle in space. | https://bit.ly/2ZkvO9y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}