Information about plays

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

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

{
    "id": 3552917,
    "uri": "https://api.kexp.org/v2/plays/3552917/?format=api",
    "airdate": "2025-09-14T10:15:03-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shaggy Dad",
    "track_id": null,
    "recording_id": "7874a221-69b1-4e35-a60d-ae6dd8407d73",
    "artist": "Lightnin’ Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "Something Blue",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Verve Folkways"
    ],
    "label_ids": [
        "0756df09-5c1c-4660-9161-a4490f28cbfe"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Houston's 35-year poet-in-residence ventured to L.A. to record this album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}