Information about plays

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

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

{
    "id": 354001,
    "uri": "https://api.kexp.org/v2/plays/354001/?format=api",
    "airdate": "2019-07-13T21:03:00-07:00",
    "show": 5900,
    "show_uri": "https://api.kexp.org/v2/shows/5900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War / Subvert",
    "track_id": "ea1fbfb7-7284-3ba3-99ba-7cf5b0e14536",
    "recording_id": null,
    "artist": "Zounds",
    "artist_ids": [
        "cfa8d24d-efca-44c0-87af-09421183005c"
    ],
    "album": "The Curse of Zounds",
    "release_id": "179df26d-56c3-4742-935c-aa166f822699",
    "release_group_id": null,
    "labels": [
        "Broken Rekids"
    ],
    "label_ids": [
        "93c2f4cd-a727-4146-b909-efd41e9eae44"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}