Information about plays

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

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

{
    "id": 3619316,
    "uri": "https://api.kexp.org/v2/plays/3619316/?format=api",
    "airdate": "2026-02-19T01:01:27-08:00",
    "show": 65970,
    "show_uri": "https://api.kexp.org/v2/shows/65970/?format=api",
    "image_uri": "https://coverartarchive.org/release/3c6f71ff-ae5b-4caa-a899-84ed319b091d/36347327930-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3c6f71ff-ae5b-4caa-a899-84ed319b091d/36347327930-250.jpg",
    "song": "Introduction By The Reverend Jesse Jackson / Walk Tall",
    "track_id": null,
    "recording_id": "1616dfe9-f6b5-4232-9e02-1b91a9e67561",
    "artist": "The Cannonball Adderley Quintet",
    "artist_ids": [
        "19a4c591-7a8d-4792-b465-6955346be1df"
    ],
    "album": "Country Preacher: \"Live\" At Operation Breadbasket",
    "release_id": null,
    "release_group_id": "17701958-1c28-384c-963c-b5d332b8cc6f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rest In Power to the late Rev. Jesse Jackson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}