Information about plays

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

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

{
    "id": 3641410,
    "uri": "https://api.kexp.org/v2/plays/3641410/?format=api",
    "airdate": "2026-04-13T03:18:20-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-02c2a96c-1f08-4d77-8e01-6f3d36a3bf81/mbid-02c2a96c-1f08-4d77-8e01-6f3d36a3bf81-39900705797_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-02c2a96c-1f08-4d77-8e01-6f3d36a3bf81/mbid-02c2a96c-1f08-4d77-8e01-6f3d36a3bf81-39900705797_thumb250.jpg",
    "song": "You Do You",
    "track_id": "e3f3b046-7ca5-352d-9cfb-99391f9c6089",
    "recording_id": "ef3e1dfb-7100-4f88-b5fd-349d0b70d93a",
    "artist": "Bear in Heaven",
    "artist_ids": [
        "56677704-9fa7-4150-9b18-a3b21ff72bc1"
    ],
    "album": "Beast Rest Forth Mouth",
    "release_id": "57b3bd56-9900-4ea9-8152-2677a6195076",
    "release_group_id": "7dd6241e-16d6-4374-a654-df25e440f051",
    "labels": [
        "Hometapes"
    ],
    "label_ids": [
        "3781d2c8-5a43-46cf-a0ab-4c8165ef76e7"
    ],
    "release_date": "2009-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}