Information about plays

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

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

{
    "id": 480141,
    "uri": "https://api.kexp.org/v2/plays/480141/?format=api",
    "airdate": "2001-10-25T15:13:20-07:00",
    "show": 8193,
    "show_uri": "https://api.kexp.org/v2/shows/8193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Week: Oh, Well - Bath Scene",
    "track_id": "2b78f41c-3cbf-470f-b50d-05e0c35b4a4d",
    "recording_id": null,
    "artist": "Bill Frisell",
    "artist_ids": [
        "a21318db-f228-4a4d-8bce-6947a62985a5"
    ],
    "album": "The High Sign / One Week: Music for the Films of Buster Keaton",
    "release_id": "14e613d2-8178-405e-b2a0-596cae5c87f2",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}