Information about plays

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

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

{
    "id": 3581716,
    "uri": "https://api.kexp.org/v2/plays/3581716/?format=api",
    "airdate": "2025-11-23T00:49:27-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feed the Reaper",
    "track_id": null,
    "recording_id": "b24064bf-08ae-4982-86df-1c4cc40289e3",
    "artist": "Seax",
    "artist_ids": [
        "3ae8b9f4-5ea1-4079-bc45-029c8535ba89"
    ],
    "album": "Fallout Rituals",
    "release_id": null,
    "release_group_id": "3520e849-e642-44bd-98cb-72329d3866fb",
    "labels": [
        "Shadow Kingdom Records"
    ],
    "label_ids": [
        "6bcbdc51-f2ba-4c50-8625-074d75de9093"
    ],
    "release_date": "2019-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Worcester, MA in 2009.\n\nSaw them perform at GLC in Seattle, who just announced that they will be hosting live music again!\n\nhttps://seax.bandcamp.com/album/speed-inferno",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}