Information about plays

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

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

{
    "id": 345898,
    "uri": "https://api.kexp.org/v2/plays/345898/?format=api",
    "airdate": "2019-06-25T09:24:01-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Huesos Viejos",
    "track_id": "c0e0f70a-65f2-4809-8296-1533888fb4b6",
    "recording_id": null,
    "artist": "Dávila 666",
    "artist_ids": [
        "25785e18-50f4-4a59-a14e-d62bd40dc7db"
    ],
    "album": "Huesos Viejos",
    "release_id": "b7b04a40-0117-427d-a863-dce693a3352d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“We felt it was time to wake the beast up and play some rock ‘n’ roll,” vocalist-bassist AJ Dávila tells Rolling Stone. “We missed playing music with each other, and also for the Children of Darkness.”  “Huesos Viejos” is the lead single off their upcoming album, Que Viva El Veneno, out later this year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}