Information about plays

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

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

{
    "id": 3621982,
    "uri": "https://api.kexp.org/v2/plays/3621982/?format=api",
    "airdate": "2026-02-25T05:19:09-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Corcovado",
    "track_id": "26865953-07a5-35fa-8009-0ad8a31b1e3d",
    "recording_id": "67e3b45a-31c4-4b9f-8f6a-f0d070e8e2cf",
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Like the Deserts Miss the Rain",
    "release_id": "7b607b5c-675f-37f7-a4b9-7e22b42edb2e",
    "release_group_id": "2b2cb1a8-ad05-33fb-ab4c-cd450b6672bb",
    "labels": [
        "Atlantic",
        "Sire Records",
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Everything but the Girl cover Antonio Carlos Jobim's \"Corcovado\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}