Information about plays

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

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

{
    "id": 3640997,
    "uri": "https://api.kexp.org/v2/plays/3640997/?format=api",
    "airdate": "2026-04-12T00:33:06-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/a35102a9-8a92-40f2-a7b7-a37a37197b2e/41632952839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a35102a9-8a92-40f2-a7b7-a37a37197b2e/41632952839-250.jpg",
    "song": "Tyrant's March",
    "track_id": null,
    "recording_id": "f616e46b-22cc-4168-8605-1257144170f3",
    "artist": "Serpent Rider",
    "artist_ids": [
        "2165cb8a-b929-4828-b53e-ef2b60d348ec"
    ],
    "album": "The Ichor of Chimaera",
    "release_id": null,
    "release_group_id": "ef3269bf-7dbd-411b-8f6c-bc79de082b38",
    "labels": [
        "No Remorse Records"
    ],
    "label_ids": [
        "a5bd3c35-9d42-4eff-89c3-c67c4b57221d"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring members of Drawn and Quartered and Draghkar, The Ichor of Chimaera marks Serpent Rider's debut full-length release. https://serpentrider.bandcamp.com/music https://www.facebook.com/SerpentRiderBand",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}