Information about plays

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

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

{
    "id": 3667504,
    "uri": "https://api.kexp.org/v2/plays/3667504/?format=api",
    "airdate": "2026-06-13T19:54:42-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-3bff7a6f-4921-4e89-bf0e-f15342a589e0/mbid-3bff7a6f-4921-4e89-bf0e-f15342a589e0-26512117181_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-3bff7a6f-4921-4e89-bf0e-f15342a589e0/mbid-3bff7a6f-4921-4e89-bf0e-f15342a589e0-26512117181_thumb250.jpg",
    "song": "Somewhere",
    "track_id": "498b6aea-d8e8-47b7-8170-f5616ed7b391",
    "recording_id": "0acbe7af-2da4-4c0e-86a5-02c9628fd5d1",
    "artist": "Gum Country",
    "artist_ids": [
        "f446c8cb-d8c2-42ea-80e0-2e62d275be61"
    ],
    "album": "Somewhere",
    "release_id": "3bff7a6f-4921-4e89-bf0e-f15342a589e0",
    "release_group_id": "a69903c9-1297-43bc-a54b-6f15c1ba66e3",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-06-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver, BC!\n\nGum Country is Courtney Garvin (also of The Courtneys!) and Connor Mayer - https://www.stereogum.com/2079524/gum-country-somewhere/video/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}