Information about plays

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

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

{
    "id": 343607,
    "uri": "https://api.kexp.org/v2/plays/343607/?format=api",
    "airdate": "2019-06-19T18:29:06-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Classified",
    "track_id": "f68fb40c-909d-3ef0-896b-376e7f935306",
    "recording_id": null,
    "artist": "James Booker",
    "artist_ids": [
        "fe155348-c8a6-4d09-af55-4d9a53b89e76"
    ],
    "album": "Classified",
    "release_id": "4fc9c6ad-328f-413f-89d8-2a35466c1c37",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [],
    "release_date": "1982-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More New Orleans piano genius ; reissue of his final album, recorded in just four hours in 1982, the year before he died ; this song live: https://www.youtube.com/watch?v=LB7KnXCTm8g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}