Information about plays

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

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

{
    "id": 3593974,
    "uri": "https://api.kexp.org/v2/plays/3593974/?format=api",
    "airdate": "2025-12-21T10:09:59-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3abdae9-f56a-4889-82a0-4926979426b0/25331433092-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3abdae9-f56a-4889-82a0-4926979426b0/25331433092-250.jpg",
    "song": "Jingle Jangle Jump",
    "track_id": null,
    "recording_id": "df32ec07-cc5f-48c1-9cf5-d4f7dddcad2b",
    "artist": "Dexter Gordon & Wardell Gray",
    "artist_ids": [
        "cc1588e1-5ba3-45a6-b80c-b31035c89339",
        "ab2f2944-545f-4ea5-8ff0-31a5723ff5f3"
    ],
    "album": "Citizens Bop",
    "release_id": null,
    "release_group_id": "7cadda3c-8f31-465b-a95b-643476051a41",
    "labels": [
        "Black Lion"
    ],
    "label_ids": [
        "78572568-f6c6-49aa-8be3-62c17fdab65a"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Hollywood CA in 1952 ; featuring Gladys Bentley on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}