Information about plays

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

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

{
    "id": 3637953,
    "uri": "https://api.kexp.org/v2/plays/3637953/?format=api",
    "airdate": "2026-04-04T22:51:46-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/104d01c6-1037-44b7-9c54-152f898d06bb/44394429476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/104d01c6-1037-44b7-9c54-152f898d06bb/44394429476-250.jpg",
    "song": "One of These Days",
    "track_id": null,
    "recording_id": "b860628e-df88-43a3-be7f-8907da922579",
    "artist": "Toys That Kill",
    "artist_ids": [
        "65e2a019-ebaa-44ad-9c84-353d764a5fb0"
    ],
    "album": "Triple Sabotage",
    "release_id": null,
    "release_group_id": "5596a656-3b15-4bd6-97d6-4c69bef5a80d",
    "labels": [
        "Recess Records"
    ],
    "label_ids": [
        "3b128411-fd68-4ec7-871f-6f57e0225a36"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Surprise new album from this Todd Congelliere project.\n\nhttps://www.recessrecords.com/single-post/toys-that-kill-triple-sabotage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}