Information about plays

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

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

{
    "id": 3610372,
    "uri": "https://api.kexp.org/v2/plays/3610372/?format=api",
    "airdate": "2026-01-28T22:41:59-08:00",
    "show": 65781,
    "show_uri": "https://api.kexp.org/v2/shows/65781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Cold Blood",
    "track_id": null,
    "recording_id": "e667acd9-c4a0-42cc-957b-1d2a8c6da0bf",
    "artist": "Jackie Mittoo",
    "artist_ids": [
        "a4b3fb24-a04e-4249-9fa5-5a198ca9d73c"
    ],
    "album": "In Cold Blood",
    "release_id": null,
    "release_group_id": "139f634e-67dd-4db1-8447-babdd2eca68a",
    "labels": [
        "Third World"
    ],
    "label_ids": [
        "6f59ec28-1ebb-4026-88b6-2fc1de1d45e4"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sly on drums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}