Information about plays

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

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

{
    "id": 3614838,
    "uri": "https://api.kexp.org/v2/plays/3614838/?format=api",
    "airdate": "2026-02-08T11:11:54-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://coverartarchive.org/release/dabf4f4a-1a2d-426f-96bc-b0e1a2cdfbfb/26073411247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dabf4f4a-1a2d-426f-96bc-b0e1a2cdfbfb/26073411247-250.jpg",
    "song": "The Train And The River",
    "track_id": null,
    "recording_id": "4fbca27b-bf27-48b2-b5a5-8505ac903c3e",
    "artist": "Jimmy Giuffre",
    "artist_ids": [
        "a7bd6de6-1739-4927-93f0-693b1f8fed32"
    ],
    "album": "The Jimmy Giuffre 3",
    "release_id": null,
    "release_group_id": "2670912b-16f5-3e29-8413-1defaf645a43",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1957-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Peter Giuffre was an American jazz clarinetist, saxophonist, composer, and arranger. He is known for developing forms of jazz which allowed for free interplay between the musicians, anticipating forms of free improvisation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}