Information about plays

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

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

{
    "id": 3572275,
    "uri": "https://api.kexp.org/v2/plays/3572275/?format=api",
    "airdate": "2025-10-31T16:01:02-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Dracula",
    "track_id": null,
    "recording_id": "dc53ba2c-82c7-4b1d-86cb-43c6de9b3d2e",
    "artist": "Hot Blood",
    "artist_ids": [
        "c249de18-31b1-4f34-bf7b-c6fd11c38674"
    ],
    "album": "Soul Dracula",
    "release_id": null,
    "release_group_id": "156adb1e-c915-333e-9c50-f149c5829f7c",
    "labels": [
        "Overseas Records"
    ],
    "label_ids": [
        "aec65cf8-5245-4941-9e2f-f42d6ed0cb0a"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "VERY SPOOKY SOULFUL DRIVE TIME SPOOKTACULAR!!!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}