Information about plays

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

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

{
    "id": 3578779,
    "uri": "https://api.kexp.org/v2/plays/3578779/?format=api",
    "airdate": "2025-11-16T00:59:00-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flesh For Frankenstein",
    "track_id": null,
    "recording_id": null,
    "artist": "Zombie Lake",
    "artist_ids": [],
    "album": "Plague Of The Undead",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Iron Shield Records"
    ],
    "label_ids": [
        "7dce1d41-2347-4274-9462-3e1a4d2f623a"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American / Swedish band featuring former members of Decimation and Arkham 13.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}