Information about plays

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

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

{
    "id": 3547664,
    "uri": "https://api.kexp.org/v2/plays/3547664/?format=api",
    "airdate": "2025-09-01T18:24:45-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Early Autumn",
    "track_id": null,
    "recording_id": null,
    "artist": "Ella Fitzgerald",
    "artist_ids": [
        "54799c0e-eb45-4eea-996d-c4d71a63c499"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1952-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Early Autumn\" is a song composed by Ralph Burns and Woody Herman with lyrics by Johnny Mercer. The song grew out of the fourth segment of Burns's \"Summer Sequence\" concert piece.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}