Information about plays

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

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

{
    "id": 3641394,
    "uri": "https://api.kexp.org/v2/plays/3641394/?format=api",
    "airdate": "2026-04-13T02:11:51-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/69866621-97f0-4c4e-8504-51ee4dad78c7/3486415309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69866621-97f0-4c4e-8504-51ee4dad78c7/3486415309-250.jpg",
    "song": "Kiss and Run",
    "track_id": null,
    "recording_id": "4a7d68a4-8a62-48ad-86f8-c72c07efa12e",
    "artist": "Sonny Rollins",
    "artist_ids": [
        "3b47247e-5b57-49b6-a0ed-bad80243802a"
    ],
    "album": "Sonny Rollins Plus 4",
    "release_id": null,
    "release_group_id": "dde2147b-0245-3e83-90d4-db667c2d005c",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1956-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clifford Brown on Trumpet, Max Roach On Drums, Richie Powell on Piano and George Morrow on Bass Join forces with Sonny Rollins on this 1956 session",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}