Information about plays

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

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

{
    "id": 3666742,
    "uri": "https://api.kexp.org/v2/plays/3666742/?format=api",
    "airdate": "2026-06-11T21:06:34-07:00",
    "show": 66963,
    "show_uri": "https://api.kexp.org/v2/shows/66963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Salon a Sunday",
    "track_id": null,
    "recording_id": "045a6e96-a660-4ba1-b4ee-3b5d62369835",
    "artist": "Cubismo Grafico",
    "artist_ids": [
        "a10ca3af-48cb-4da7-9cba-f333f6f4eca4"
    ],
    "album": "Tout!",
    "release_id": null,
    "release_group_id": "9187ce01-5372-311c-9e53-901d13869c62",
    "labels": [
        "Escalator Records"
    ],
    "label_ids": [
        "d483e269-59d6-4c12-b7c5-de5dd1fa9974"
    ],
    "release_date": "1999-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}