Information about plays

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

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

{
    "id": 3637988,
    "uri": "https://api.kexp.org/v2/plays/3637988/?format=api",
    "airdate": "2026-04-05T00:18:12-07:00",
    "show": 66370,
    "show_uri": "https://api.kexp.org/v2/shows/66370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barbarian",
    "track_id": null,
    "recording_id": "917257be-424d-46c5-a723-481f377d4e46",
    "artist": "Hedonist",
    "artist_ids": [
        "314cdeb9-d844-4d20-a3a1-621527a77315"
    ],
    "album": "Scapulimancy",
    "release_id": null,
    "release_group_id": "30bcfd56-56b3-43ed-ab83-22fb45a9860f",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hedonist will be performing at NWTF in Seattle at Neumos and Barboza on Saturday, May 9th.\n\nhttps://hedonistdeathmetal.bandcamp.com/\nhttps://northwestterrorfest.com/\nhttps://hedonistsl.bandcamp.com/album/scapulimancy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}