Information about plays

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

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

{
    "id": 3631312,
    "uri": "https://api.kexp.org/v2/plays/3631312/?format=api",
    "airdate": "2026-03-20T03:55:49-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "https://coverartarchive.org/release/33453f2d-b4dc-4448-bd39-6ad41d0708d5/41558027645-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33453f2d-b4dc-4448-bd39-6ad41d0708d5/41558027645-250.jpg",
    "song": "Who Is Sylvia?",
    "track_id": null,
    "recording_id": "7533b4de-7ee6-4abc-98e9-ef0ef424f3fc",
    "artist": "Galt MacDermot",
    "artist_ids": [
        "479e16b4-2b26-40d1-ba65-9ce5ea8ae6a6"
    ],
    "album": "Two Gentlemen of Verona: A Grand New Musical (original Broadway cast recording)",
    "release_id": null,
    "release_group_id": "9ad36a53-cacf-44e1-af63-e6c818586001",
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}