Information about plays

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

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

{
    "id": 3595608,
    "uri": "https://api.kexp.org/v2/plays/3595608/?format=api",
    "airdate": "2025-12-25T01:18:25-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's a Holiday",
    "track_id": null,
    "recording_id": "03abcfca-275b-4b6d-9f97-b9ed06f629b3",
    "artist": "Material with Nona Hendryx",
    "artist_ids": [
        "ceaf841a-60e9-4391-9e26-88b853cd4658",
        "af78c8ec-0d33-4082-98f5-23281b65b109"
    ],
    "album": "A Christmas Record",
    "release_id": null,
    "release_group_id": "a5e7339d-a41a-3255-bb5f-b786251654af",
    "labels": [
        "ZE Records"
    ],
    "label_ids": [
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "1981-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}