Information about plays

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

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

{
    "id": 3624241,
    "uri": "https://api.kexp.org/v2/plays/3624241/?format=api",
    "airdate": "2026-03-02T02:57:22-08:00",
    "show": 66068,
    "show_uri": "https://api.kexp.org/v2/shows/66068/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c80eb91-2ff7-4441-b60a-3df235dc9c86/12411871939-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c80eb91-2ff7-4441-b60a-3df235dc9c86/12411871939-250.jpg",
    "song": "Glad to Be Unhappy",
    "track_id": null,
    "recording_id": "5d76530b-109e-470d-afc8-4f831b3dce19",
    "artist": "Paul Desmond feat. Jim Hall",
    "artist_ids": [
        "d5bf3447-c526-4f7c-9931-4b7c80fe34de",
        "8c12559e-ddcf-472a-8a8c-0f0c3fc91c6a"
    ],
    "album": "Glad to Be Unhappy",
    "release_id": null,
    "release_group_id": "41a98993-478d-3885-a97f-9c3b67e3a53d",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}