Information about plays

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

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

{
    "id": 2674829,
    "uri": "https://api.kexp.org/v2/plays/2674829/?format=api",
    "airdate": "2019-12-18T08:12:00-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Arrest The President",
    "track_id": "1622d65b-73c9-47f6-9a10-0bb1006da656",
    "recording_id": null,
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Arrest the President",
    "release_id": "ecc87b0a-a005-44aa-bbd3-48e95ef978f3",
    "release_group_id": null,
    "labels": [
        "Lench Mob Records"
    ],
    "label_ids": [
        "11a36c82-e44b-4a73-9ec0-c484237fe712"
    ],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By the end of today, the President is set to become the first president to be impeached while also seeking reelection. “Cuffs are ready… Get out there and vote,” Ice Cube has said. - https://twitter.com/icecube/status/1059832143843606528?lang=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}