Information about plays

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

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

{
    "id": 381624,
    "uri": "https://api.kexp.org/v2/plays/381624/?format=api",
    "airdate": "2019-09-16T14:29:49-07:00",
    "show": 6354,
    "show_uri": "https://api.kexp.org/v2/shows/6354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Double Life",
    "track_id": "eb19dabf-7c3f-32f2-97ad-848c60cecd1f",
    "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"
}