Information about plays

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

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

{
    "id": 3649349,
    "uri": "https://api.kexp.org/v2/plays/3649349/?format=api",
    "airdate": "2026-05-02T02:45:51-07:00",
    "show": 66604,
    "show_uri": "https://api.kexp.org/v2/shows/66604/?format=api",
    "image_uri": "https://coverartarchive.org/release/af174973-bf5b-44ab-826b-643aa9504a9c/15142749284-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af174973-bf5b-44ab-826b-643aa9504a9c/15142749284-250.jpg",
    "song": "Undress",
    "track_id": null,
    "recording_id": "c4057e54-ccbb-4d68-a904-b2ac82a7dbc0",
    "artist": "EYE",
    "artist_ids": [
        "5d38ac17-d107-472d-81a7-72b5048b3f23"
    ],
    "album": "Sabine (2026 remastered repress)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Knekelhuis"
    ],
    "label_ids": [
        "995eda0b-6127-40f1-a5d3-05799d7e9515"
    ],
    "release_date": "2016-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://eye-expositio.bandcamp.com/album/sabine-2026-remastered-repress",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}