Information about plays

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

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

{
    "id": 3421988,
    "uri": "https://api.kexp.org/v2/plays/3421988/?format=api",
    "airdate": "2024-11-06T05:04:00-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hitler and Hell",
    "track_id": null,
    "recording_id": null,
    "artist": "Rev. J.M. Gates",
    "artist_ids": [
        "41a32fbd-2b1c-432c-88fe-fdcae14b4fe8"
    ],
    "album": "Rev. J.M. Gates Vol. 9 (1934 - 1941)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Preacher Reverend J.M. Gates recorded this sermon as a \"curse\" on Hitler in WWII.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}