Information about plays

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

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

{
    "id": 356132,
    "uri": "https://api.kexp.org/v2/plays/356132/?format=api",
    "airdate": "2019-07-18T18:07:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Myself a Party",
    "track_id": "771754cf-0e61-3928-ac8f-8c6cdeabad0b",
    "recording_id": null,
    "artist": "Don Gibson",
    "artist_ids": [
        "870ab832-904b-4b49-ab72-7e6b0e0da65f"
    ],
    "album": "A Legend in My Time",
    "release_id": "ade1c3c1-dba4-4c4c-83be-360b87730407",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1958",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}