Information about plays

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

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

{
    "id": 3639272,
    "uri": "https://api.kexp.org/v2/plays/3639272/?format=api",
    "airdate": "2026-04-08T01:52:24-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-88884a9b-d885-475a-bf7b-e19901bfe8fd/mbid-88884a9b-d885-475a-bf7b-e19901bfe8fd-39532099072_thumb500.jpg",
    "thumbnail_uri": "https://ia600507.us.archive.org/24/items/mbid-88884a9b-d885-475a-bf7b-e19901bfe8fd/mbid-88884a9b-d885-475a-bf7b-e19901bfe8fd-39532099072_thumb250.jpg",
    "song": "Girl Talk",
    "track_id": "5885952f-6b3f-3370-b025-f91a146723c8",
    "recording_id": "4b418254-c707-4fcc-87e4-bd2a8f1db46a",
    "artist": "Betty Carter",
    "artist_ids": [
        "ce407e9f-de68-4c8e-b966-43a1b3356191"
    ],
    "album": "Finally",
    "release_id": "259919d0-be22-4cb9-ba9f-9e64b8a5a108",
    "release_group_id": "08298531-968d-357a-ad7b-85a5ddd3b57a",
    "labels": [
        "Roulette Jazz"
    ],
    "label_ids": [
        "13d2d5b1-b0e9-4aa5-9856-8aa33fd86f54"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}