Information about plays

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

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

{
    "id": 3590853,
    "uri": "https://api.kexp.org/v2/plays/3590853/?format=api",
    "airdate": "2025-12-14T01:59:05-08:00",
    "show": 65374,
    "show_uri": "https://api.kexp.org/v2/shows/65374/?format=api",
    "image_uri": "https://coverartarchive.org/release/67b5b7ab-c3dd-4c70-8a67-76292ee247fe/41107010906-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/67b5b7ab-c3dd-4c70-8a67-76292ee247fe/41107010906-250.jpg",
    "song": "Stress Positions",
    "track_id": null,
    "recording_id": "a635f92b-a9d9-43c1-bc78-2898b64de67c",
    "artist": "Vacuous",
    "artist_ids": [
        "8331d770-f379-420c-aabc-d8c1ebdc12f3"
    ],
    "album": "In His Blood",
    "release_id": null,
    "release_group_id": "c1178589-8b5c-4c7f-acc8-0690a8897cb9",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An overdose of Death Metal, In His Blood is a compelling mix of blazing speeds, chilling atmospherics, and angular riffing that bring the band into their own unique space.\n\nhttps://vacuousdeath.bandcamp.com/album/in-his-blood",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}