Information about plays

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

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

{
    "id": 3594934,
    "uri": "https://api.kexp.org/v2/plays/3594934/?format=api",
    "airdate": "2025-12-23T14:49:28-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Season's Greetings",
    "track_id": null,
    "recording_id": "b20e63c7-3d2f-4901-be09-68b71d26a742",
    "artist": "Cix Bits",
    "artist_ids": [
        "922f1bd9-5009-4491-87a9-8023bc700041"
    ],
    "album": "Season’s Greetings / New Year’s Resolution",
    "release_id": null,
    "release_group_id": "917719ea-2180-4e80-af22-eec0c7968f25",
    "labels": [
        "Enterprise Records"
    ],
    "label_ids": [
        "3fcfb78e-6f78-4c76-b640-7b9cd8974507"
    ],
    "release_date": "1973-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://staxvolt.bandcamp.com/album/the-complete-stax-volt-soul-singles-volume-3-1972-1975-7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}