Information about plays

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

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

{
    "id": 357712,
    "uri": "https://api.kexp.org/v2/plays/357712/?format=api",
    "airdate": "2019-07-22T16:39:20-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "http://coverartarchive.org/release/f75fd8e9-6c44-4ddf-9e52-6273f7e376de/11853887913-250.jpg",
    "thumbnail_uri": "",
    "song": "Ooh la La",
    "track_id": "43ebd1e5-24f2-3b27-89f6-5389231b3bcc",
    "recording_id": null,
    "artist": "Faces",
    "artist_ids": [
        "8c7a8406-f15a-408d-b0f6-23be813bdddc"
    ],
    "album": "Five Guys Walk Into a Bar...",
    "release_id": "f75fd8e9-6c44-4ddf-9e52-6273f7e376de",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>Five Guys Walk into a Bar... </i> is a four-disc retrospective of the British rock group Faces released in 2004, collecting sixty-seven tracks from among the group's four studio albums, assorted single A- and B-sides, BBC sessions, rehearsal tapes and one track from a promotional flexi-disc, \"Dishevelment Blues,\" which was never actually intended for release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}