Information about plays

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

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

{
    "id": 3611614,
    "uri": "https://api.kexp.org/v2/plays/3611614/?format=api",
    "airdate": "2026-01-31T21:38:14-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d614abb-8191-46ec-b58a-22aaaf5f4de1/11783603546-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d614abb-8191-46ec-b58a-22aaaf5f4de1/11783603546-250.jpg",
    "song": "All Rise for the Rational Anthem.",
    "track_id": null,
    "recording_id": "2d5a7b0e-2738-4d63-8e22-068fe606be19",
    "artist": "Dillinger Four",
    "artist_ids": [
        "fc6a16d9-5dfd-43b1-be98-ba49366d9f27"
    ],
    "album": "Situationist Comedy",
    "release_id": null,
    "release_group_id": "e307b9db-8dcf-3019-a209-2af376d9d0cc",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2002-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dillinger Four have some links up on their Instagram to causes in support of Minneapolis.\n\nhttps://www.instagram.com/dillingerfour/\nhttps://first-avenue.com/performer/dillinger-four/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}