Information about plays

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

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

{
    "id": 3617753,
    "uri": "https://api.kexp.org/v2/plays/3617753/?format=api",
    "airdate": "2026-02-15T07:30:40-08:00",
    "show": 65939,
    "show_uri": "https://api.kexp.org/v2/shows/65939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Myles",
    "track_id": null,
    "recording_id": null,
    "artist": "Joy Guidry",
    "artist_ids": [],
    "album": "Five Prayers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jaid"
    ],
    "label_ids": [],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a brilliant 2025 album from Brooklyn-based, Houston-born bassoonist, versatile improviser, performance artist, and composer Joy Guidry ~ https://guidrybassoon.bandcamp.com/album/five-prayers :: \nJoy Guidry will be performing at this year's Ground Hum Festival happening in Seattle on Saturday March 7th at Washington Hall with additional performances by Raica, upsammy, RAVEN, and more :: https://groundhum.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}