Information about plays

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

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

{
    "id": 453954,
    "uri": "https://api.kexp.org/v2/plays/453954/?format=api",
    "airdate": "2001-08-09T18:40:00-07:00",
    "show": 7681,
    "show_uri": "https://api.kexp.org/v2/shows/7681/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alone and Forsaken",
    "track_id": "9fba3f2a-0d0a-479a-ad7f-19dec28f8aff",
    "recording_id": null,
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "The Collectors' Edition, Volume 1: I Ain't Got Nothin' but Time",
    "release_id": "3ba89d81-0868-4911-9c89-9f575138c6be",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}