Information about plays

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

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

{
    "id": 3604935,
    "uri": "https://api.kexp.org/v2/plays/3604935/?format=api",
    "airdate": "2026-01-16T03:49:03-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "10 Laws",
    "track_id": null,
    "recording_id": "de6dfa0e-6943-44ed-9d9e-013110540f46",
    "artist": "East Forest",
    "artist_ids": [
        "13219a62-449e-493a-89f6-2077d814dc76"
    ],
    "album": "The Education of the Individual Soul",
    "release_id": null,
    "release_group_id": "431d3836-45fc-4554-8a6a-01685c663ec2",
    "labels": [
        "Aquilo Records"
    ],
    "label_ids": [
        "8528016b-c668-436c-8965-9a66c0fe207e"
    ],
    "release_date": "2008-12-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "East Forest is on tour this March, with a 5-day Bay to PNW run:\n\nMarch 10 - Santa Cruz, March 11 - Berkeley (Freight & Salvage), March 13 Portland (Aladdin Theater), March 14 Seattle (Neptune Theatre), March 15 Vancouver BC (Vogue Theatre)\n\nhttps://eastforest.org/tickets",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}