Information about plays

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

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

{
    "id": 3658279,
    "uri": "https://api.kexp.org/v2/plays/3658279/?format=api",
    "airdate": "2026-05-23T00:09:23-07:00",
    "show": 66788,
    "show_uri": "https://api.kexp.org/v2/shows/66788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Lazarus",
    "track_id": null,
    "recording_id": "11ed7d5b-469b-4b21-bea5-f1c4ca765e56",
    "artist": "Backxwash",
    "artist_ids": [
        "859ba379-1201-4ed0-8a57-d31650cc36f1"
    ],
    "album": "Only Dust Remains",
    "release_id": null,
    "release_group_id": "33c456c1-420b-41ea-9d5a-bf8b596155b4",
    "labels": [
        "Ugly Hag Records"
    ],
    "label_ids": [
        "9075cdb4-3a77-424c-b56a-ed34188d7435"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Nathaniel!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}