Information about plays

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

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

{
    "id": 381591,
    "uri": "https://api.kexp.org/v2/plays/381591/?format=api",
    "airdate": "2019-09-16T12:32:21-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dangerous Type",
    "track_id": "2b676d70-17b4-3409-a10a-9ac1cbc49d78",
    "recording_id": null,
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Candy-O",
    "release_id": "08bce009-34de-3c27-b44e-72c3c15dacb9",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1984-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in March 23, 1944, Ric Ocasek passed away yesterday at the age 75 due to natural causes. Read more here: https://nyti.ms/2kjnpRb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}