Information about plays

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

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

{
    "id": 3626591,
    "uri": "https://api.kexp.org/v2/plays/3626591/?format=api",
    "airdate": "2026-03-07T23:43:39-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Persons Unknown",
    "track_id": null,
    "recording_id": "d0e3f299-da7a-467d-8453-989a57ed5dec",
    "artist": "Poison Girls",
    "artist_ids": [
        "cfa47485-c368-49f1-aca2-48348d8a6823"
    ],
    "album": "Persons Unknown / Bloody Revolutions",
    "release_id": null,
    "release_group_id": "b6f81c97-140c-36e7-95f8-af33a29625e1",
    "labels": [
        "Crass Records"
    ],
    "label_ids": [
        "3ec71e7a-2167-4b49-b66d-ab741f655144"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jake in Perth, Australia\n\nPM Press published a book outlining the history of Poison Girls titled, This Is a Message to Persons Unknown: The Story of Poison Girls.\n\nhttps://pmpress.org/index.php?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}