Information about plays

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

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

{
    "id": 3612540,
    "uri": "https://api.kexp.org/v2/plays/3612540/?format=api",
    "airdate": "2026-02-03T04:03:22-08:00",
    "show": 65827,
    "show_uri": "https://api.kexp.org/v2/shows/65827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Renaissance",
    "track_id": null,
    "recording_id": "3768ec17-638b-464e-9d2c-13aed6edf051",
    "artist": "Harry Whitaker",
    "artist_ids": [
        "1fcf042d-d784-4a93-b0e3-22c396d375a7"
    ],
    "album": "Black Renaissance",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Black History Month! Listen to yesterday's entire BLACK HISTORY IS NOW broadcast in the archive now -- https://www.kexp.org/archive/\n\nRead more about this jazz pianist, producer and arranger: https://www.villagevoice.com/2022/08/19/smoking-harry-whitaker-a-village-jazz-story/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}