Information about plays

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

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

{
    "id": 3588319,
    "uri": "https://api.kexp.org/v2/plays/3588319/?format=api",
    "airdate": "2025-12-08T01:47:12-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lydia's Lament",
    "track_id": null,
    "recording_id": "ade86013-7b3d-42ef-8c2d-4368295aa468",
    "artist": "Harold Land",
    "artist_ids": [
        "8f5c28d7-9fb4-4e0c-a361-53a3a257beab"
    ],
    "album": "Harold in the Land of Jazz",
    "release_id": null,
    "release_group_id": "9f67cd6f-ace7-4d80-9aaf-b3b0c0214b6b",
    "labels": [
        "Contemporary Records"
    ],
    "label_ids": [
        "31f24f1c-2b3b-484c-9cd2-772b4242f8d8"
    ],
    "release_date": "1958-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}