Information about plays

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

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

{
    "id": 3595009,
    "uri": "https://api.kexp.org/v2/plays/3595009/?format=api",
    "airdate": "2025-12-23T18:13:51-08:00",
    "show": 65458,
    "show_uri": "https://api.kexp.org/v2/shows/65458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Will Tell",
    "track_id": null,
    "recording_id": null,
    "artist": "Celeste",
    "artist_ids": [
        "1b8a634e-9fa2-4ddb-bdcf-50bc7e4b167c"
    ],
    "album": "Woman of Faces",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celeste's newest album \"Woman of Faces\" was released in November this year. The Independent said Celeste \"has just made a whole Bond movie soundtrack of an album – fully loaded with smoky, retro jazz melodrama\"\nhttps://tinyurl.com/mtpwh23m",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}