Information about plays

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

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

{
    "id": 348570,
    "uri": "https://api.kexp.org/v2/plays/348570/?format=api",
    "airdate": "2019-07-01T08:59:17-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/777d51fe-b7c7-4874-9217-40abf09b4924/12423981101-250.jpg",
    "thumbnail_uri": "",
    "song": "They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh!",
    "track_id": "0ca0f1f8-f4c2-34be-8440-5faa201fd1a5",
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Illinois",
    "release_id": "777d51fe-b7c7-4874-9217-40abf09b4924",
    "release_group_id": null,
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2005-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Sufjan Stevens!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}