Information about plays

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

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

{
    "id": 3639747,
    "uri": "https://api.kexp.org/v2/plays/3639747/?format=api",
    "airdate": "2026-04-09T04:46:54-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3af29e8-82ab-46f8-949b-fee21cda3155/13208008419-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3af29e8-82ab-46f8-949b-fee21cda3155/13208008419-250.jpg",
    "song": "Fuck The Ghetto / Think About Outer Space",
    "track_id": null,
    "recording_id": "e65f249c-f4cc-4181-8e55-78846d2e4c28",
    "artist": "Hieroglyphic Being & J.I.T.U. Ahn-Sahm-Buhl",
    "artist_ids": [
        "36c4a84d-cd0b-4448-a94a-08daad408784",
        "daa24b83-5335-44e4-8938-2d818cc852c7"
    ],
    "album": "We Are Not the First",
    "release_id": null,
    "release_group_id": "b71cd4c2-9df6-40c7-b4a6-1f685e20c014",
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2015-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}