Information about plays

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

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

{
    "id": 3584811,
    "uri": "https://api.kexp.org/v2/plays/3584811/?format=api",
    "airdate": "2025-11-30T01:54:47-08:00",
    "show": 65249,
    "show_uri": "https://api.kexp.org/v2/shows/65249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Numeric Portal Ascendency",
    "track_id": null,
    "recording_id": null,
    "artist": "Morbikon",
    "artist_ids": [
        "0416712f-6cd8-49e8-87bc-a2a0b49392f6"
    ],
    "album": "Lost Within the Astral Crypts",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tankcrimes"
    ],
    "label_ids": [
        "66ab0fd4-fabb-41a2-80f4-280baa035a77"
    ],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new sophomore release from this band out of Richmond, VA featuring members of Municipal Waste and Ænigmatum.\n\nhttps://tankcrimes.bandcamp.com/album/lost-within-the-astral-crypts\nhttps://www.facebook.com/morbikon#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}