Information about plays

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

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

{
    "id": 3630326,
    "uri": "https://api.kexp.org/v2/plays/3630326/?format=api",
    "airdate": "2026-03-17T20:47:06-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "https://coverartarchive.org/release/1bf327c1-71e3-478f-a36e-c1f570524953/14299558397-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1bf327c1-71e3-478f-a36e-c1f570524953/14299558397-250.jpg",
    "song": "The 12th of July (Lament for the Children)",
    "track_id": null,
    "recording_id": "a85df2ad-d50b-43dc-8b3a-12d1ac48bb97",
    "artist": "Seán Tyrrell",
    "artist_ids": [
        "bee0df80-ec78-475f-ac68-c2aa70f35b58"
    ],
    "album": "Holding Up Half the Sky: Voices of Celtic Women",
    "release_id": null,
    "release_group_id": "a8782c93-076e-3f63-9a9e-846d2a6d5fbf",
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1997-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Nick in Sonoma\n\n\"It is a call for peace and reconciliation in N Ireland between Protestants and Catholics celebrating national unity over sectarianism.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}