Information about plays

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

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

{
    "id": 3595940,
    "uri": "https://api.kexp.org/v2/plays/3595940/?format=api",
    "airdate": "2025-12-25T17:28:55-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead By X-Mas",
    "track_id": null,
    "recording_id": "d3a9a66d-1137-47b0-ab24-eed90e4ae735",
    "artist": "Hanoi Rocks",
    "artist_ids": [
        "fca2e3b9-d29c-4b41-bde9-0ea5fd279843"
    ],
    "album": "Self Destruction Blues",
    "release_id": null,
    "release_group_id": "5caaaddb-1182-4858-97be-a638520d799f",
    "labels": [
        "Lick Records"
    ],
    "label_ids": [
        "799a2d9d-9791-4d9d-9df0-ffe198eb6742"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}