Information about plays

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

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

{
    "id": 3649791,
    "uri": "https://api.kexp.org/v2/plays/3649791/?format=api",
    "airdate": "2026-05-02T23:09:44-07:00",
    "show": 66615,
    "show_uri": "https://api.kexp.org/v2/shows/66615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get the Revolution Out of Your Head",
    "track_id": "5ddea744-4fc3-4595-9c3c-820fd0872db6",
    "recording_id": "909804e2-4a2b-465e-a2dd-10c2b776777f",
    "artist": "The Earaches",
    "artist_ids": [
        "fba34eff-8816-4b13-96b2-a885f492ed20"
    ],
    "album": "Get the Revolution Out of Your Head",
    "release_id": "a23ac1af-e805-4206-8202-870ced704436",
    "release_group_id": "39182c79-cf6b-4dbe-a651-7d0ba321d5bb",
    "labels": [
        "Steel Cage Records"
    ],
    "label_ids": [
        "8e4efc46-af93-47af-b5bf-2198f70aa904"
    ],
    "release_date": "2005-05-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For Lori\n\nRIP August Henrich",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}