Information about plays

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

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

{
    "id": 349015,
    "uri": "https://api.kexp.org/v2/plays/349015/?format=api",
    "airdate": "2019-07-02T11:33:12-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "45",
    "track_id": "fdc333b9-e483-468f-88b0-277d5ce53e85",
    "recording_id": null,
    "artist": "The Saturday Knights",
    "artist_ids": [
        "938f3e6c-3172-4c99-9558-39e66a1957ba"
    ],
    "album": "The Saturday Knights",
    "release_id": "a9ec5513-97fa-44e6-ad71-d0e97aeb0c3f",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tilson XOXO of The Saturday Knights was KEXP's guest DJ for a recent Midnight in a Perfect World.  You can see his playlist here:  https://www.kexp.org/read/2016/2/18/midnight-in-a-perfect-world-tilson-xoxo/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}