Information about plays

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

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

{
    "id": 3564412,
    "uri": "https://api.kexp.org/v2/plays/3564412/?format=api",
    "airdate": "2025-10-13T02:09:26-07:00",
    "show": 64821,
    "show_uri": "https://api.kexp.org/v2/shows/64821/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a878330-de7e-46e3-9e5d-f32269730ec1/13118931707-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a878330-de7e-46e3-9e5d-f32269730ec1/13118931707-250.jpg",
    "song": "Epistrophy",
    "track_id": null,
    "recording_id": "a16dd0bc-06ac-4ae3-bf62-1d8a17c91f69",
    "artist": "Art Taylor",
    "artist_ids": [
        "35a92228-a559-4235-99ee-bb92bb970e3e"
    ],
    "album": "A.T.’s Delight",
    "release_id": null,
    "release_group_id": "d1021b2e-0784-35c2-b70c-683dd0daa48a",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1960-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Epistrophy was written by Thelonious Sphere Monk as we celebrate the legend's birthday, Born on October 10, 1917, In Rocky Mount, North Carolina",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}