Information about plays

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

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

{
    "id": 3667635,
    "uri": "https://api.kexp.org/v2/plays/3667635/?format=api",
    "airdate": "2026-06-14T02:09:22-07:00",
    "show": 66984,
    "show_uri": "https://api.kexp.org/v2/shows/66984/?format=api",
    "image_uri": "https://coverartarchive.org/release/ced4d525-0054-4a4e-abaf-e1605849f161/45345827278-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ced4d525-0054-4a4e-abaf-e1605849f161/45345827278-250.jpg",
    "song": "Deep Blue",
    "track_id": null,
    "recording_id": "ca6bee81-2fc0-499a-8105-8c8c45b1c092",
    "artist": "Chat Pile",
    "artist_ids": [
        "4ba8a084-2772-400f-9738-6736895c965d"
    ],
    "album": "Who Loves the Sun",
    "release_id": null,
    "release_group_id": "c2e68749-0aef-4fdc-adae-c42050c64f6b",
    "labels": [
        "The Flenser"
    ],
    "label_ids": [
        "ebcfe512-d267-4964-9642-3863c64e6674"
    ],
    "release_date": "2026-09-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "THE CHAT PILE SINGLES WILL BE PLAYED BY ME ON THE RADIO UNTIL MORALE IMPROVES. \nhttps://chatpile.bandcamp.com/album/who-loves-the-sun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}