Information about plays

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

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

{
    "id": 377442,
    "uri": "https://api.kexp.org/v2/plays/377442/?format=api",
    "airdate": "2019-09-06T11:08:42-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/726f30ed-02bc-48b9-b7cd-7d5134af4e86/6748808763-250.jpg",
    "thumbnail_uri": "",
    "song": "Change",
    "track_id": "d5eae7c8-406c-350c-913b-0e5098565614",
    "recording_id": null,
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Killing Joke",
    "release_id": "726f30ed-02bc-48b9-b7cd-7d5134af4e86",
    "release_group_id": null,
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Influential industrial band Killing Joke are currently touring the U.S. with Tool. Unfortunately, there are no Seattle dates listed at the moment.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}