Information about plays

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

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

{
    "id": 3659464,
    "uri": "https://api.kexp.org/v2/plays/3659464/?format=api",
    "airdate": "2026-05-25T16:14:21-07:00",
    "show": 66814,
    "show_uri": "https://api.kexp.org/v2/shows/66814/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b409f1d-012a-4a5e-aac0-3860801bb3cd/41487510580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b409f1d-012a-4a5e-aac0-3860801bb3cd/41487510580-250.jpg",
    "song": "Immigrant Songs",
    "track_id": null,
    "recording_id": "060fa125-4aeb-4d23-8928-27f727b9cd91",
    "artist": "Deerhoof",
    "artist_ids": [
        "11eabe0c-2638-4808-92f9-1dbd9c453429"
    ],
    "album": "Noble and Godlike in Ruin",
    "release_id": null,
    "release_group_id": "f1155372-ab8a-453c-8ecb-a3bc67b2ae73",
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band returns to self-production on this record inspired by their listening to an audiobook of Frankenstein while on tour in the UK, after Satomi suggested that everyone's new demos were reminding her of that book.\n\nhttps://deerhoof.bandcamp.com/album/noble-and-godlike-in-ruin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}