Information about plays

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

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

{
    "id": 374373,
    "uri": "https://api.kexp.org/v2/plays/374373/?format=api",
    "airdate": "2019-08-30T06:57:25-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ec1502e-1763-302d-9a92-fa8799566156/3244596279-250.jpg",
    "thumbnail_uri": "",
    "song": "Ceremony",
    "track_id": "da360456-2ef1-368f-878a-3ead27ec1112",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Substance 1987",
    "release_id": "2ec1502e-1763-302d-9a92-fa8799566156",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch New Order perform \"Ceremony\" in rare footage from 1981:  https://www.npr.org/sections/allsongs/2019/01/28/689321248/watch-new-order-perform-ceremony-in-rare-footage-from-1981",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}