Information about plays

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

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

{
    "id": 3602850,
    "uri": "https://api.kexp.org/v2/plays/3602850/?format=api",
    "airdate": "2026-01-10T23:44:16-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Through Winter",
    "track_id": null,
    "recording_id": null,
    "artist": "Stomach",
    "artist_ids": [
        "9d754b44-0571-4fb5-8e00-3e2b93ed2e6a"
    ],
    "album": "Low Demon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hibernation Release"
    ],
    "label_ids": [
        "5b79ed22-7f5b-4a1a-9eb5-53920e88bc41"
    ],
    "release_date": "2025-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Duo made of members of Weekend Nachos and Sick/Tired.\n\nhttps://stomachdoom.bandcamp.com/album/low-demon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}