Information about plays

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

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

{
    "id": 3594290,
    "uri": "https://api.kexp.org/v2/plays/3594290/?format=api",
    "airdate": "2025-12-22T02:47:19-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gloria’s Step",
    "track_id": null,
    "recording_id": "32ce9daf-11c3-4861-afcb-fcfc37757b0d",
    "artist": "Bill Evans Trio",
    "artist_ids": [
        "d0630a08-3b40-4cb4-9f48-7d525262c1f6"
    ],
    "album": "Sunday at the Village Vanguard",
    "release_id": null,
    "release_group_id": "79a8fca9-2678-3c9c-a18f-b6f715d2375d",
    "labels": [
        "Riverside"
    ],
    "label_ids": [
        "fd9ac552-7dae-42e4-98bf-d3a634bded8a"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}