Information about plays

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

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

{
    "id": 3522792,
    "uri": "https://api.kexp.org/v2/plays/3522792/?format=api",
    "airdate": "2025-07-05T01:35:13-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Politics of Ecstasy",
    "track_id": null,
    "recording_id": "9e8f94c6-3e4e-4c1c-a3ce-665899bdd13b",
    "artist": "Body Falling Downstairs",
    "artist_ids": [
        "b6814c1f-16e9-409e-923a-191389d627b0"
    ],
    "album": "Seattle Syndrome - Volume One",
    "release_id": null,
    "release_group_id": "46393a41-c55a-4eca-94f3-5a8ef650c48b",
    "labels": [
        "Engram Records"
    ],
    "label_ids": [
        "20f312d8-f083-42f3-937e-29e16aa57c03"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Body Falling Downstairs was an experimental electronic project led by Seattle-based musician James Husted, also known for his work with the band Savant.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}