Information about plays

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

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

{
    "id": 3595402,
    "uri": "https://api.kexp.org/v2/plays/3595402/?format=api",
    "airdate": "2025-12-24T15:25:01-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Is Sometimes Brown",
    "track_id": null,
    "recording_id": "bd390dbf-626b-47df-94ba-d6b327a4fe89",
    "artist": "El Vez",
    "artist_ids": [
        "994b654a-b353-48c8-a200-8fe7f872dbaa"
    ],
    "album": "Merry MeX-mas",
    "release_id": null,
    "release_group_id": "e5fda189-27e5-3c75-b5d4-4900d7bbe8bb",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Don!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}