Information about plays

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

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

{
    "id": 371958,
    "uri": "https://api.kexp.org/v2/plays/371958/?format=api",
    "airdate": "2019-08-25T00:26:00-07:00",
    "show": 6196,
    "show_uri": "https://api.kexp.org/v2/shows/6196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Total Destruction",
    "track_id": "1e69173f-6a2c-4923-8113-8228509f9381",
    "recording_id": null,
    "artist": "Bathory",
    "artist_ids": [
        "d292b4cd-37bd-4a88-a823-8710f273cc31"
    ],
    "album": "The Return......",
    "release_id": "b3a47cc7-f293-4e22-a632-86b98940e02f",
    "release_group_id": null,
    "labels": [
        "Black Mark"
    ],
    "label_ids": [],
    "release_date": "1985-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Quorthon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}