Information about plays

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

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

{
    "id": 3595058,
    "uri": "https://api.kexp.org/v2/plays/3595058/?format=api",
    "airdate": "2025-12-23T20:38:31-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here We Come A-Wassailing",
    "track_id": null,
    "recording_id": "b364d821-0a6d-4438-8bbf-b3f4d2be7509",
    "artist": "Steve Schuch & The Night Heron Consort",
    "artist_ids": [
        "a084b439-8c9f-4df4-b87c-5960a60ff410"
    ],
    "album": "A Celtic Celebration, Volume One",
    "release_id": null,
    "release_group_id": "c547cada-7544-4232-8de8-c8fdd01fae65",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Night Heron Consort is led by Steve Schuch on violin and guitar, with David Coffin on Irish whistles, concertina and bombard, David Surette on bouzouki, mandolin and guitar, and Kent Allyn on fretless bass and keyboards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}