Information about plays

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

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

{
    "id": 3639732,
    "uri": "https://api.kexp.org/v2/plays/3639732/?format=api",
    "airdate": "2026-04-09T04:15:02-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Equiano",
    "track_id": null,
    "recording_id": "c3abc63d-fc7b-41a4-a1b4-7b2acf996ef1",
    "artist": "Elucid & Sebb Bash feat. Shabaka Hutchings",
    "artist_ids": [
        "1206c904-9282-494d-b9c7-49e8fb201e69",
        "e34fef2d-2d3e-4847-b904-a6ec4c7e3f32",
        "5b0f26cc-1203-49d8-abe2-90bec87a2e71"
    ],
    "album": "I Guess U Had to Be There",
    "release_id": null,
    "release_group_id": "8c2d455e-aa05-463f-a1e8-d3f62883275a",
    "labels": [
        "Backwoodz Studioz"
    ],
    "label_ids": [
        "d0a5f66a-fe5c-4c3a-9c99-782c36f4f3c4"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}