Information about plays

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

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

{
    "id": 3594007,
    "uri": "https://api.kexp.org/v2/plays/3594007/?format=api",
    "airdate": "2025-12-21T11:55:00-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Before Creole Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "Preservation Hall Jazz Band",
    "artist_ids": [],
    "album": "Preservation Hall Wishes You A Merry Creole Christmas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Preservation Hall Recordings"
    ],
    "label_ids": [
        "acb36632-f876-4fc4-a679-a55d14919004"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Preservation Hall Wishes You A Very Merry Creole Christmas': \n\nhttps://preservation-hall-store.myshopify.com/collections/all-music/products/preservation-hall-wishes-you-a-very-merry-creole-christmas-vinyl?variant=50881740800280",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}