Information about plays

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

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

{
    "id": 2682090,
    "uri": "https://api.kexp.org/v2/plays/2682090/?format=api",
    "airdate": "2020-01-04T16:05:05-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "https://coverartarchive.org/release/bb7a34ce-3fd6-4160-b908-1e5dd6635fdb/9716771346-250.jpg",
    "thumbnail_uri": "",
    "song": "We Got the Beat",
    "track_id": "28bd0208-0bec-42ae-a779-70212f2f5aa6",
    "recording_id": null,
    "artist": "The Go‐Go’s",
    "artist_ids": [
        "eec163e4-a013-4af0-9641-c5b2df41fff7"
    ],
    "album": "Beauty and the Beat",
    "release_id": "bb7a34ce-3fd6-4160-b908-1e5dd6635fdb",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did anybody catch this Elizabethan theatrical production featuring songs by the Go-Gos over the holidays? https://www.seattletimes.com/entertainment/theater/an-unapologetically-silly-die-hard-spoof-and-a-mashup-of-the-go-gos-and-elizabethan-romance-bring-holiday-cheer/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}