Information about plays

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

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

{
    "id": 3598785,
    "uri": "https://api.kexp.org/v2/plays/3598785/?format=api",
    "airdate": "2026-01-01T10:43:56-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mercy Kill Me",
    "track_id": "29909470-587a-428d-a1d4-3394a5408b82",
    "recording_id": "1f123f8a-5808-414d-83c1-37105b660731",
    "artist": "Pansy",
    "artist_ids": [
        "b473109c-6d9d-4a82-ba3f-69c6188bcf51"
    ],
    "album": "Skin Graft",
    "release_id": "60c4e163-3702-490f-9198-4688da8e76c8",
    "release_group_id": "779fa583-c6f9-43ad-b60c-0cb6a584195b",
    "labels": [
        "Earth Libraries"
    ],
    "label_ids": [
        "9ef7c67d-bf6d-4813-9d0a-79866bb48a0b"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Where Pansy is about becoming a person, the Skin Graft EP is about being one, Vivian [McCall] says, and balancing ordinary struggles with the existential crisis of living in a country that’s grown wildly hostile to transgender people.\"\n\nhttps://pansysucks.bandcamp.com/album/skin-graft",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}