Information about plays

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

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

{
    "id": 3595812,
    "uri": "https://api.kexp.org/v2/plays/3595812/?format=api",
    "airdate": "2025-12-25T10:49:54-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(LGH) For Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "The Screaming Santas",
    "artist_ids": [
        "28dbc1de-222b-48b0-91b6-bd3c70c410cc"
    ],
    "album": "Trim The Tree",
    "release_id": null,
    "release_group_id": "3fb4e4eb-98d6-4cdd-995a-427565d3c3a0",
    "labels": [
        "The Blue Rose Record Company"
    ],
    "label_ids": [
        "baa69830-581f-4ad1-947f-e2bae53489e4"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Seattle band!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}