Information about plays

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

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

{
    "id": 3611609,
    "uri": "https://api.kexp.org/v2/plays/3611609/?format=api",
    "airdate": "2026-01-31T21:25:30-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warzone in the City",
    "track_id": null,
    "recording_id": null,
    "artist": "Steröid",
    "artist_ids": [
        "4d00e1fb-bd84-4aab-9973-5e67e4bba600"
    ],
    "album": "Chainmail Commandos",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sydney, Australia; brainchild of ex-GEE TEE member Gordo Blackers\n\nhttps://steroidband.bandcamp.com/album/chainmail-commandos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}