Information about plays

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

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

{
    "id": 3633702,
    "uri": "https://api.kexp.org/v2/plays/3633702/?format=api",
    "airdate": "2026-03-26T01:33:30-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stormy Weather",
    "track_id": null,
    "recording_id": "29fa9271-d5e3-4fba-8b15-41813278979f",
    "artist": "Ethel Waters",
    "artist_ids": [
        "ab55e9c9-d475-4fa5-a903-06ff270b1e75"
    ],
    "album": "Vocal Blues & Jazz, Volume 4: 1938-1949",
    "release_id": null,
    "release_group_id": "d023ded2-ce7d-3830-ae3e-c49a05d88948",
    "labels": [],
    "label_ids": [],
    "release_date": "1933-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded by Sylvester with pianist Peter Mintum on their 1970 private recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}