Information about plays

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

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

{
    "id": 3593772,
    "uri": "https://api.kexp.org/v2/plays/3593772/?format=api",
    "airdate": "2025-12-21T02:04:28-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Will of Whispers",
    "track_id": null,
    "recording_id": "fa44d0fd-02ad-46a5-a772-4b5d35234044",
    "artist": "Tomb Mold",
    "artist_ids": [
        "552cd2a3-ac51-464d-8222-dcdbb08a8d2d"
    ],
    "album": "The Enduring Spirit",
    "release_id": null,
    "release_group_id": "cd3e5dfb-acca-4856-80f6-2e095ac3270d",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2023-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In space, no one can hear you scream, or squeedle deedle. \nhttps://20buckspin.bandcamp.com/album/the-enduring-spirit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}