Information about plays

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

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

{
    "id": 3602281,
    "uri": "https://api.kexp.org/v2/plays/3602281/?format=api",
    "airdate": "2026-01-09T15:04:11-08:00",
    "show": 65604,
    "show_uri": "https://api.kexp.org/v2/shows/65604/?format=api",
    "image_uri": "https://ia801202.us.archive.org/28/items/mbid-fbf6b653-5672-43c0-9ffd-f07c9361b396/mbid-fbf6b653-5672-43c0-9ffd-f07c9361b396-14999247052_thumb500.jpg",
    "thumbnail_uri": "https://ia801202.us.archive.org/28/items/mbid-fbf6b653-5672-43c0-9ffd-f07c9361b396/mbid-fbf6b653-5672-43c0-9ffd-f07c9361b396-14999247052_thumb250.jpg",
    "song": "I Must Not Think Bad Thoughts",
    "track_id": "038355d2-15f6-3577-b68d-f39f63bdf3b6",
    "recording_id": "97770795-dcc0-4d89-94b2-61d134cdd9d7",
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "More Fun in the New World",
    "release_id": "19ce94aa-d959-4f86-aaaa-59d0b5285254",
    "release_group_id": "896b3d54-5cd6-3364-b252-98329e98fb1d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Not much to say here that hasn't already been said... I Must Not Think Bad Thoughts! Conflagrations leap out of every poor furnace The food cooks poorly And everyone goes hungry From then on, it's dog eat dog Dog eat body and body eat dog\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}