Information about plays

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

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

{
    "id": 3658883,
    "uri": "https://api.kexp.org/v2/plays/3658883/?format=api",
    "airdate": "2026-05-24T07:15:51-07:00",
    "show": 66801,
    "show_uri": "https://api.kexp.org/v2/shows/66801/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Exonia",
    "track_id": null,
    "recording_id": null,
    "artist": "Graham Reynolds",
    "artist_ids": [
        "16419abf-7b7a-4f3c-9f69-b579be15e427"
    ],
    "album": "The Portcullis",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fire"
    ],
    "label_ids": [],
    "release_date": "2026-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the new album from Austin, TX-based composer Graham Reynolds that \"draws on dungeon-synth textures, medieval ambience, and the imaginative pull of folklore\" ~ https://grahamreynoldsmusic.bandcamp.com/album/the-portcullis-music-composed-and-produced-by-graham-reynolds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}