Information about plays

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

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

{
    "id": 437189,
    "uri": "https://api.kexp.org/v2/plays/437189/?format=api",
    "airdate": "2001-06-21T21:32:43-07:00",
    "show": 7363,
    "show_uri": "https://api.kexp.org/v2/shows/7363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "First Party At Ken Kesey's w/ Hell's Angels",
    "track_id": null,
    "recording_id": null,
    "artist": "Allen Ginsberg & Bob Dylan",
    "artist_ids": [
        "8f1a40a6-b2f9-408d-b53c-e8596899c747"
    ],
    "album": "Holy Soul and Jelly Roll",
    "release_id": "bf0a4748-8463-496d-a6b2-1cb56f4f71a9",
    "release_group_id": null,
    "labels": [
        "Word Beat"
    ],
    "label_ids": [],
    "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"
}