Information about plays

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

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

{
    "id": 3565644,
    "uri": "https://api.kexp.org/v2/plays/3565644/?format=api",
    "airdate": "2025-10-15T23:45:23-07:00",
    "show": 64845,
    "show_uri": "https://api.kexp.org/v2/shows/64845/?format=api",
    "image_uri": "https://coverartarchive.org/release/375989b4-e15d-4dca-99fe-96eec99092c8/35930585374-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/375989b4-e15d-4dca-99fe-96eec99092c8/35930585374-250.jpg",
    "song": "Ain’t Nobody Home",
    "track_id": null,
    "recording_id": "35b7d820-3dcf-4f6c-a5ee-138589657720",
    "artist": "B.B. King with D’Angelo",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Deuces Wild",
    "release_id": null,
    "release_group_id": "8d729d2e-77a2-35a0-885a-596d47cfd8bf",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1997-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jerry Ragovoy tune was first recorded by Howard Tate in 1966. B.B. also covered it in 1971 on the record 'In London.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}