Information about plays

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

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

{
    "id": 3641318,
    "uri": "https://api.kexp.org/v2/plays/3641318/?format=api",
    "airdate": "2026-04-12T20:26:33-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "https://coverartarchive.org/release/71e6207f-afc3-42f8-be19-3d21ae5680ad/8013061153-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/71e6207f-afc3-42f8-be19-3d21ae5680ad/8013061153-250.jpg",
    "song": "Sons of the Gods",
    "track_id": null,
    "recording_id": "67675e2d-198d-4568-bde8-f980738d54a2",
    "artist": "Charles Earland",
    "artist_ids": [
        "82a74a77-0349-48ea-b45f-ad61f2562fca"
    ],
    "album": "Odyssey",
    "release_id": null,
    "release_group_id": "bb43a20d-b753-4301-a209-0b5c7b25b24e",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul/jazz organist and saxophonist Charles Earland released \"Sons of the Gods\" on the 1976 album Odyssey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}