Information about plays

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

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

{
    "id": 3572255,
    "uri": "https://api.kexp.org/v2/plays/3572255/?format=api",
    "airdate": "2025-10-31T15:08:36-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://coverartarchive.org/release/0138d836-57b5-4ef4-8328-7feb0022e16a/42228181186-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0138d836-57b5-4ef4-8328-7feb0022e16a/42228181186-250.jpg",
    "song": "Static Age",
    "track_id": null,
    "recording_id": "13a1b755-af6b-4bed-bf9b-06c2f8a95ebb",
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Static Age",
    "release_id": null,
    "release_group_id": "3830954a-ffaf-3bde-b92f-93d8976d7876",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Recorded in 1978 and shelved for two decades, what should have been the band’s London Calling befuddled record execs who didn’t know what to do with a B-movie-obsessed punk with an Elvis croon.\"  Read a paean of praise for The Misfits' \"Static Age\": https://pitchfork.com/reviews/albums/misfits-static-age/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}