Information about plays

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

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

{
    "id": 356933,
    "uri": "https://api.kexp.org/v2/plays/356933/?format=api",
    "airdate": "2019-07-20T17:05:00-07:00",
    "show": 5947,
    "show_uri": "https://api.kexp.org/v2/shows/5947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unbleached",
    "track_id": "a0559a84-0b3e-45f2-b7d2-2cab4f27d996",
    "recording_id": null,
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "The Destroyer — 1",
    "release_id": "17c713f7-1b97-472a-bb0c-ff9f3d713c0b",
    "release_group_id": null,
    "labels": [
        "Grouch Records"
    ],
    "label_ids": [
        "d8d2affa-aed6-40c1-841f-944d255c3481"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}