Information about plays

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

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

{
    "id": 3595064,
    "uri": "https://api.kexp.org/v2/plays/3595064/?format=api",
    "airdate": "2025-12-23T20:56:44-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "https://ia800301.us.archive.org/23/items/mbid-aa8ba721-3f7b-4b03-afaa-c63acb2d9202/mbid-aa8ba721-3f7b-4b03-afaa-c63acb2d9202-13719332555_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/23/items/mbid-aa8ba721-3f7b-4b03-afaa-c63acb2d9202/mbid-aa8ba721-3f7b-4b03-afaa-c63acb2d9202-13719332555_thumb250.jpg",
    "song": "A Breton Carol",
    "track_id": "ab90ee33-ff16-3970-84fe-ad23c2e0336e",
    "recording_id": "d870181f-17a3-4a7a-9e72-01b22b088cde",
    "artist": "The Chieftains with Nolwen Monjarret",
    "artist_ids": [
        "fce5eb9a-95a7-4a54-b9e4-fe1b036fbe57",
        "02917743-448d-455f-a394-b69fbf0b2c67"
    ],
    "album": "The Bells of Dublin",
    "release_id": "aa8ba721-3f7b-4b03-afaa-c63acb2d9202",
    "release_group_id": "a123733c-fd73-3393-a5dc-8ae2eaf38666",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During recording, engineer Brian Masterson went as far as to climb the belfry of Christchurch Cathedral in Dublin, with microphones to capture the tone of the bells accurately!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}