Information about plays

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

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

{
    "id": 3595379,
    "uri": "https://api.kexp.org/v2/plays/3595379/?format=api",
    "airdate": "2025-12-24T14:14:00-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f51f635-94e5-413a-bf2a-14c831b003dc/24047182278-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f51f635-94e5-413a-bf2a-14c831b003dc/24047182278-250.jpg",
    "song": "Carol of the Bells",
    "track_id": null,
    "recording_id": "2935cdc1-867b-420c-ba54-fef25ea44bed",
    "artist": "Barenaked Ladies",
    "artist_ids": [
        "86e736b4-93e2-40ff-9e1c-fb7c63fef5f6"
    ],
    "album": "Barenaked for the Holidays",
    "release_id": null,
    "release_group_id": "6b2e3496-ba54-32aa-b03f-a84ad0fec77d",
    "labels": [
        "Desperation Records"
    ],
    "label_ids": [
        "b1c12512-c36d-4740-827a-17ebc9ac237d"
    ],
    "release_date": "2004-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}