Information about plays

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

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

{
    "id": 3635122,
    "uri": "https://api.kexp.org/v2/plays/3635122/?format=api",
    "airdate": "2026-03-29T12:49:52-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He's Gone",
    "track_id": null,
    "recording_id": "c14ead5c-3486-44b1-9627-69cea6d38d88",
    "artist": "Pearl Bailey",
    "artist_ids": [
        "312f7705-d15e-478d-aa13-0a5c05113c31"
    ],
    "album": "The Real Pearl",
    "release_id": null,
    "release_group_id": "8f8ff825-ae02-4dbe-924f-921188278a5b",
    "labels": [
        "Project 3 Records"
    ],
    "label_ids": [
        "e5fd33c2-6d7b-4568-8333-d1458ff89008"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1918!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}