Information about plays

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

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

{
    "id": 374870,
    "uri": "https://api.kexp.org/v2/plays/374870/?format=api",
    "airdate": "2019-08-31T14:12:52-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "http://coverartarchive.org/release/c89caa69-a10a-4d55-80da-47c4b55b7035/23132970398-250.jpg",
    "thumbnail_uri": "",
    "song": "Listen to Their No",
    "track_id": "cd90613c-16e7-4b2d-b531-9f671680d6ef",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Listen to Their No",
    "release_id": "c89caa69-a10a-4d55-80da-47c4b55b7035",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on October 25th 2019, the new album DRIFT SONGS marks the conclusion of Underworld’s hugely ambitious 52-week DRIFT Series. During that period, music, film and text pieces are created and published every Thursday as part of the band’s on-going, very public recording process - https://underworldlive.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}