Information about plays

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

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

{
    "id": 3569976,
    "uri": "https://api.kexp.org/v2/plays/3569976/?format=api",
    "airdate": "2025-10-25T21:57:13-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Death by Drowning",
    "track_id": "a9980103-be4a-33f6-a0ce-83d6c269413e",
    "recording_id": "6ef66d50-ea3d-40fd-88ee-f6f3d09821a9",
    "artist": "The Birthday Party",
    "artist_ids": [
        "cbcd4d49-e892-4fc6-a313-35f275a153d2"
    ],
    "album": "Hee-Haw",
    "release_id": "3b3c9f6b-e74f-414c-9c39-74ab0c72778f",
    "release_group_id": "f1d84a10-44e8-30b3-aa71-3501f77a69f5",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released as the Boys Next Door before the band changed their name to The Birthday Party.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}