Information about plays

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

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

{
    "id": 3604260,
    "uri": "https://api.kexp.org/v2/plays/3604260/?format=api",
    "airdate": "2026-01-14T12:11:25-08:00",
    "show": 65648,
    "show_uri": "https://api.kexp.org/v2/shows/65648/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "What Do I Know",
    "track_id": null,
    "recording_id": null,
    "artist": "Deep Sea Diver",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-05-19",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Mason in Lancaster, PA.\n\n\"Thanks for being here with us today! If you could, would you play the live version of Praa's 'Do it All Again' from the Trans Musicales or maybe Deep Sea Diver's 'What Do I Know'.\n\nThanks to you, all the DJs, staff and the volunteers for everything you do for our community day in and day out.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}