Information about plays

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

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

{
    "id": 3593753,
    "uri": "https://api.kexp.org/v2/plays/3593753/?format=api",
    "airdate": "2025-12-21T00:28:38-08:00",
    "show": 65435,
    "show_uri": "https://api.kexp.org/v2/shows/65435/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atom Blast",
    "track_id": null,
    "recording_id": "52482af1-2127-4dc7-acce-ccafc15c8ca9",
    "artist": "Caustic Wound",
    "artist_ids": [
        "9b68d46a-3688-4b1c-9478-33ad2004b05d"
    ],
    "album": "Grinding Mechanism of Torment",
    "release_id": null,
    "release_group_id": "17af96af-4f4b-4656-9aaf-acf68a5b2910",
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle WA. \nhttps://profoundlorerecords.bandcamp.com/album/death-posture",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}