Information about plays

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

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

{
    "id": 375007,
    "uri": "https://api.kexp.org/v2/plays/375007/?format=api",
    "airdate": "2019-08-31T22:44:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eve of Destruction",
    "track_id": null,
    "recording_id": null,
    "artist": "Peer Pressure",
    "artist_ids": [
        "d85578d9-9f25-4382-b1eb-371e90f2de39"
    ],
    "album": "Eve of Destruction 7\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Peer Pressure Recordings"
    ],
    "label_ids": [
        "1aad5060-5546-48c3-abc3-11c143ba1076"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rereleased on Killed By Death Records; http://www.kbdrecords.com/2006/06/19/peer-pressure-eve-of-destruction-ep-7/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}