Information about plays

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

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

{
    "id": 3604693,
    "uri": "https://api.kexp.org/v2/plays/3604693/?format=api",
    "airdate": "2026-01-15T13:48:37-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wholy Holy (live at the Kennedy Center Auditorium, Washington, D.C., 1972)",
    "track_id": null,
    "recording_id": "7f20bcbe-b3a1-443c-89c0-dca8c8a95014",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What’s Going On Live",
    "release_id": null,
    "release_group_id": "db01bec8-eebf-43c0-9aca-451dfc6d59ac",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2019-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The only live performance of his entire \"What's Going On\" LP that Gaye ever did, it was originally recorded in 1972 at the Kennedy Center in celebration of \"Marvin Gaye Day\". This is the only time Gaye performed this gospel song he co-wrote live, the moving \"Wholy Holy,\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}