Information about plays

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

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

{
    "id": 351651,
    "uri": "https://api.kexp.org/v2/plays/351651/?format=api",
    "airdate": "2019-07-08T09:37:00-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/d174e5f6-28c4-4858-8da4-735ba144cfc3/18680669366-250.jpg",
    "thumbnail_uri": "",
    "song": "Destroyer",
    "track_id": "382b145d-51ea-4871-95cf-7ca594473176",
    "recording_id": null,
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "Destroyer",
    "release_id": "d174e5f6-28c4-4858-8da4-735ba144cfc3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-12-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Years of room, yearn to moon, you were right...\"  You may have wondered what Robert Alfons is  singing here:  https://genius.com/Tr-st-destroyer-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}