Information about plays

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

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

{
    "id": 353158,
    "uri": "https://api.kexp.org/v2/plays/353158/?format=api",
    "airdate": "2019-07-11T18:38:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hear the Willow Cry",
    "track_id": "b17c3e7f-0529-3a3a-8013-a2cf58ae242d",
    "recording_id": null,
    "artist": "The SteelDrivers",
    "artist_ids": [
        "d2ccb26b-b3ef-4e12-a336-f07c1bfa00ef"
    ],
    "album": "The SteelDrivers",
    "release_id": "c615c000-1bee-41c4-b07e-5f3fbe2db265",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2008-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sun. July 28th at the Tractor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}