Information about plays

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

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

{
    "id": 3593998,
    "uri": "https://api.kexp.org/v2/plays/3593998/?format=api",
    "airdate": "2025-12-21T11:23:33-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Three Kings",
    "track_id": null,
    "recording_id": null,
    "artist": "George Conedy",
    "artist_ids": [],
    "album": "Merry Soul Christmas At The Hammond Organ",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kent"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Conedy was a self-taught organist who was with the Little Zion Baptist Church in Compton, CA. He played with Horace (Hawk) Jones on bass, Elliott McKenzie on drums, and Joe Youngblood on guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}