Information about plays

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

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

{
    "id": 351497,
    "uri": "https://api.kexp.org/v2/plays/351497/?format=api",
    "airdate": "2019-07-08T00:28:00-07:00",
    "show": 5858,
    "show_uri": "https://api.kexp.org/v2/shows/5858/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "They won't go when I go",
    "track_id": "714efc9f-565e-3e40-ab9d-5c247d33637d",
    "recording_id": null,
    "artist": "Denis Colin Trio",
    "artist_ids": [
        "bfcf58b5-7bf1-4b11-9927-3f31829f532e"
    ],
    "album": "Something In Common",
    "release_id": "f56b0230-a4e9-4d2a-a8bd-b85abc83f1dc",
    "release_group_id": null,
    "labels": [
        "Sunnyside"
    ],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}