Information about plays

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

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

{
    "id": 3595668,
    "uri": "https://api.kexp.org/v2/plays/3595668/?format=api",
    "airdate": "2025-12-25T04:32:00-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Do the Lonely Do at Christmas",
    "track_id": null,
    "recording_id": "05affbdd-dacc-48d5-a54f-e9fb251cd3a5",
    "artist": "The Emotions",
    "artist_ids": [
        "6ff13427-08ff-4da2-bee8-892e1fa22d3c"
    ],
    "album": "What Do the Lonely Do at Christmas",
    "release_id": null,
    "release_group_id": "0bdc4821-260a-43a2-aa4a-09f0f5901cb3",
    "labels": [
        "Volt"
    ],
    "label_ids": [
        "f9407faa-066d-4242-89e5-2a5d5686a2ef"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}