Information about plays

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

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

{
    "id": 345938,
    "uri": "https://api.kexp.org/v2/plays/345938/?format=api",
    "airdate": "2019-06-25T11:33:02-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Downtown Train",
    "track_id": "30665e3a-b70d-336d-9e19-458ab13a4082",
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Rain Dogs",
    "release_id": "607896cc-c816-4f05-8e18-3fe40c94a732",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Outside another yellow moon....\nPunched a hole in the nighttime, yes.\"  Here are the lyrics to a song that has generated a number of covers:  https://genius.com/Tom-waits-downtown-train-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}