Information about plays

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

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

{
    "id": 345878,
    "uri": "https://api.kexp.org/v2/plays/345878/?format=api",
    "airdate": "2019-06-25T08:16:23-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Stops",
    "track_id": "231924f6-3b09-37ee-9c20-0a8580064861",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Microcastle",
    "release_id": "c16ba271-f7e8-4a41-ac2c-c74d1dc37c5f",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2008-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deerhunter and Dirty Projectors are at the Showbox on July 20th!  Keep listening for your chance to win tickets!  One of them may be happening right now...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}