Information about plays

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

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

{
    "id": 2681219,
    "uri": "https://api.kexp.org/v2/plays/2681219/?format=api",
    "airdate": "2020-01-02T12:49:00-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O Superman (for Massenet)",
    "track_id": "fd38fce3-1eb2-4f62-84b0-0f7fd4aa4f2c",
    "recording_id": null,
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "O Superman",
    "release_id": "8a9313b1-6c3d-49bd-9edd-a9c3d0f4b2b4",
    "release_group_id": null,
    "labels": [
        "One Ten Records"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Laurie Anderson is an American avant-garde artist, composer, musician and film director who was married to Lou Reed. Her song <i>O Superman</i> gained fame and became a surprise hit in the UK and if you are a fan of the bizarre TV series, Black Mirror, you might have heard the song weaved into the film \"Bandersnatch\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}