Information about plays

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

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

{
    "id": 343625,
    "uri": "https://api.kexp.org/v2/plays/343625/?format=api",
    "airdate": "2019-06-19T19:32:00-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama Roux",
    "track_id": "4251935b-d9dd-4a85-ba6b-a04e81ec353e",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Gris-Gris",
    "release_id": "8d2476b6-21d0-4ca2-9675-917eac40b3c6",
    "release_group_id": null,
    "labels": [
        "Real Gone Music"
    ],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You just heard Tom Humphrey from “Backroad To Nowhere” on XRAY-FM Portland, talking with us about Mac Rebennack on into the Nite Tripper, as we pay tribute tonight to Dr. John, who passed away June 6 at the age of 77: https://xray.fm/broadcasts/29356",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}