Information about plays

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

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

{
    "id": 3594546,
    "uri": "https://api.kexp.org/v2/plays/3594546/?format=api",
    "airdate": "2025-12-22T16:56:39-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Xian Undertaker",
    "track_id": null,
    "recording_id": "701e3362-366e-4351-aab2-4ef152e88bf3",
    "artist": "Silkworm",
    "artist_ids": [
        "64c9ed9d-0b97-4e01-946c-2ef5f342e236"
    ],
    "album": "It'll Be Cool",
    "release_id": null,
    "release_group_id": "397e19cb-10a4-35c5-8695-664517e06c2a",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2004-09-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Support Seattle band Silkworm here: https://skwm.bandcamp.com/album/itll-be-cool",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}