Information about plays

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

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

{
    "id": 3605741,
    "uri": "https://api.kexp.org/v2/plays/3605741/?format=api",
    "airdate": "2026-01-17T22:37:40-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fighter Dater",
    "track_id": null,
    "recording_id": null,
    "artist": "Toys That Kill",
    "artist_ids": [
        "65e2a019-ebaa-44ad-9c84-353d764a5fb0"
    ],
    "album": "Triple Threat",
    "release_id": null,
    "release_group_id": null,
    "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": "Upcoming album from these legends set to release on February 20th!  You can pre-order copies from Recess Records\n\nhttps://www.recessrecords.com/toys-that-kill\nhttps://recessrecords.bandcamp.com/album/triple-sabotage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}