Information about plays

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

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

{
    "id": 3629109,
    "uri": "https://api.kexp.org/v2/plays/3629109/?format=api",
    "airdate": "2026-03-15T03:59:36-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://ia801505.us.archive.org/30/items/mbid-fbfabe09-b250-4354-97c4-7a97cf289ce4/mbid-fbfabe09-b250-4354-97c4-7a97cf289ce4-3356920003_thumb500.jpg",
    "thumbnail_uri": "https://ia601505.us.archive.org/30/items/mbid-fbfabe09-b250-4354-97c4-7a97cf289ce4/mbid-fbfabe09-b250-4354-97c4-7a97cf289ce4-3356920003_thumb250.jpg",
    "song": "This Place",
    "track_id": "089a518a-6d50-3ae2-b018-06143c3ddb18",
    "recording_id": "29362c5c-e5a3-4d43-8fc6-d9daa4e8a3fb",
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "Everything Sucks",
    "release_id": "fbfabe09-b250-4354-97c4-7a97cf289ce4",
    "release_group_id": "d24b5fd4-ce48-3e49-84af-81de5ea71ca1",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1996-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}