Information about plays

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

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

{
    "id": 3593953,
    "uri": "https://api.kexp.org/v2/plays/3593953/?format=api",
    "airdate": "2025-12-21T09:06:07-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Far Away Christmas Blues",
    "track_id": null,
    "recording_id": "73236a8a-919d-46ba-8370-3ea0ac537f2c",
    "artist": "Little Esther w/ Johnny Otis Orchestra",
    "artist_ids": [],
    "album": "Savoy Christmas Blues",
    "release_id": null,
    "release_group_id": "41323cfa-bf22-4b55-ae27-8009ddfedba3",
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "release_date": "2003-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1950, when Little Esther was just thirteen ; this was one of six singles she recorded in her debut year that made it to the Top 10.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}