Information about plays

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

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

{
    "id": 3522796,
    "uri": "https://api.kexp.org/v2/plays/3522796/?format=api",
    "airdate": "2025-07-05T01:48:58-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Worker Works to Live",
    "track_id": null,
    "recording_id": "9eefe804-89f9-4772-bedb-30a9ad4a40fb",
    "artist": "3 Swimmers",
    "artist_ids": [
        "520db083-5865-4c7f-9630-7588cf355d57"
    ],
    "album": "The Worker Works to Live",
    "release_id": null,
    "release_group_id": "00b6eb2c-8070-41c5-a95c-6e8db70958fa",
    "labels": [
        "Engram Records"
    ],
    "label_ids": [
        "20f312d8-f083-42f3-937e-29e16aa57c03"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Three Swimmers was a Seattle-based band active in the early 1980s, blending new wave, post-punk, and experimental elements. The lineup included members like Charlie Porter and Eli Roper.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}