Information about plays

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

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

{
    "id": 3593731,
    "uri": "https://api.kexp.org/v2/plays/3593731/?format=api",
    "airdate": "2025-12-20T23:22:05-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Chainsaw for Christmas",
    "track_id": null,
    "recording_id": "543289d8-0d84-407c-8ad4-2990c814bba0",
    "artist": "Zombina and the Skeletones",
    "artist_ids": [
        "c9458568-f6e1-47a5-9477-2d58e3e18edb"
    ],
    "album": "A Chainsaw for Christmas",
    "release_id": null,
    "release_group_id": "acf1843b-068f-342c-9e3d-82c483c9a358",
    "labels": [
        "Ecoplastic Records"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known for their fun, catchy, retro sound blending punk, surf rock, garage, and 60s girl group pop with dark, horror-themed lyrics and humor. Zombina and the Skeletones hail from Liverpool. https://zombinaandtheskeletones.blogspot.com/p/band.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}