Information about plays

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

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

{
    "id": 345888,
    "uri": "https://api.kexp.org/v2/plays/345888/?format=api",
    "airdate": "2019-06-25T08:45:54-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stillness Is the Move",
    "track_id": "88599e62-4f64-33a1-9825-3b89734a62d7",
    "recording_id": null,
    "artist": "Dirty Projectors",
    "artist_ids": [
        "71a94ed8-03cc-459a-bd35-a081ca88a402"
    ],
    "album": "Bitte Orca",
    "release_id": "0919188d-38fe-4abb-bd7b-be998426140f",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2009-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you're not lucky enough to win tickets to the Deerhunter & Dirty Projectors show on July 20th you can get tickets here: https://bit.ly/2FxG96Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}