Information about plays

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

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

{
    "id": 516344,
    "uri": "https://api.kexp.org/v2/plays/516344/?format=api",
    "airdate": "2002-02-10T18:46:09-08:00",
    "show": 8908,
    "show_uri": "https://api.kexp.org/v2/shows/8908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Subliminal",
    "track_id": "acbb926f-b262-4d21-9c3d-4687d3fc6494",
    "recording_id": null,
    "artist": "Masterminds",
    "artist_ids": [
        "5aa6606b-0290-4d3d-b2d2-1331fa5999e7"
    ],
    "album": "URB Sampler v.19",
    "release_id": "5fc7c170-f37c-4819-b41d-d877996ecb19",
    "release_group_id": null,
    "labels": [
        "???????"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}