Information about plays

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

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

{
    "id": 3632237,
    "uri": "https://api.kexp.org/v2/plays/3632237/?format=api",
    "airdate": "2026-03-22T04:30:42-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-a227a9b1-59e1-43fd-93b5-ecdd85da190c/mbid-a227a9b1-59e1-43fd-93b5-ecdd85da190c-38562892604_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-a227a9b1-59e1-43fd-93b5-ecdd85da190c/mbid-a227a9b1-59e1-43fd-93b5-ecdd85da190c-38562892604_thumb250.jpg",
    "song": "Good Fortune",
    "track_id": "98513ac0-94d6-37f0-9c1e-0d8ac0db34ac",
    "recording_id": "e0675187-0982-4f4c-afa8-a6ceba693f92",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Stories From the City, Stories From the Sea",
    "release_id": "a227a9b1-59e1-43fd-93b5-ecdd85da190c",
    "release_group_id": "71641af7-d122-326a-b0bb-f76a8d09810c",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2000-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Both Demon Days and Stories From the City, Stories from the Sea have the same mastering engineer, Howie Weinberg. (And if you want to be blown away by something... check out Howie's wikipedia page on what he's mastered.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}