Information about plays

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

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

{
    "id": 3546888,
    "uri": "https://api.kexp.org/v2/plays/3546888/?format=api",
    "airdate": "2025-08-30T21:08:30-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Walk Alone",
    "track_id": null,
    "recording_id": "e951c912-9b03-42f6-90a6-db40821b2d6c",
    "artist": "The Derelicts",
    "artist_ids": [
        "7747804a-3749-4b2c-96bd-f6688528e990"
    ],
    "album": "Love Machine",
    "release_id": null,
    "release_group_id": "6aef8006-bbf5-3237-a97c-3550ec8ac881",
    "labels": [
        "Penultimate Records"
    ],
    "label_ids": [
        "07e0928c-f64e-4765-b533-0beb0dad1ee0"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Duane Bodenheimer, vocalist of The Derelicts, who passed away on August 20th after a long battle with cancer.\n\nhttps://www.facebook.com/Derelictsseattle/\n.https://www.instagram.com/the_derelictsseattle/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}