Information about plays

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

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

{
    "id": 3588335,
    "uri": "https://api.kexp.org/v2/plays/3588335/?format=api",
    "airdate": "2025-12-08T03:00:43-08:00",
    "show": 65320,
    "show_uri": "https://api.kexp.org/v2/shows/65320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fish",
    "track_id": null,
    "recording_id": null,
    "artist": "Dover Quartet",
    "artist_ids": [
        "75282900-30ce-49d7-bc07-925c8bac11b1"
    ],
    "album": "Woodland Songs`",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The quartet’s most recent commission is from Jerod Impichchaachaaha' Tate, a citizen of the Chickasaw Nation and a leading composer of American Indian classical music. His new piece, Abokkoli' Taloowa' (Woodland Songs), is featured on Woodland Songs, the group’s most recent album, which also includes Tate’s new string-quartet orchestration of Rattle Songs by the Indigenous singer Pura Fé, originally for her a cappella vocal group Ulali. Dvořák’s “American” Quartet, a classic of the repertoire, completes the album, released in August 2025 on the Curtis Studio label.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}