Information about plays

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

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

{
    "id": 3596892,
    "uri": "https://api.kexp.org/v2/plays/3596892/?format=api",
    "airdate": "2025-12-27T20:39:45-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stuck",
    "track_id": "e1a7b50f-0765-44ca-8e1a-2e4586e16a5f",
    "recording_id": "78f3af63-4410-4b7b-bc16-8db042cf952b",
    "artist": "Semisoft",
    "artist_ids": [
        "a994ba13-890d-458b-8c4e-52061b6a38d9"
    ],
    "album": "Semisoft",
    "release_id": "628ad21e-481b-4efa-8af5-fbecd6859630",
    "release_group_id": "36185240-096e-415d-8daf-b1ba94f9096c",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Semisoft is a dreamy post-grunge trio hailing from Tacoma, Washington. Blending spacey, hypnotic textures with explosive riff-driven energy, their sound lands somewhere between Fuzz, PJ Harvey, and Natural Child. https://greenwayrecords.com/artist/semisoft/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}