Information about plays

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

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

{
    "id": 355921,
    "uri": "https://api.kexp.org/v2/plays/355921/?format=api",
    "airdate": "2019-07-18T06:08:04-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Troubled Times",
    "track_id": "30a3ed07-fda2-35b5-bd32-d41cf6f63fa2",
    "recording_id": null,
    "artist": "Screaming Trees",
    "artist_ids": [
        "bc5e6e42-73ba-44fa-a41e-3379402f0429"
    ],
    "album": "Sweet Oblivion",
    "release_id": "f9c528de-287e-4c49-ad24-159648ba99e6",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-09-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off the most successful record for the Screaming Trees, fueled by this influential Seattle band's appearance on the Singles soundtrack from 1992. Frontman Mark Lanegan is still touring and making music today: https://marklanegan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}