Information about plays

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

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

{
    "id": 3663707,
    "uri": "https://api.kexp.org/v2/plays/3663707/?format=api",
    "airdate": "2026-06-04T15:57:40-07:00",
    "show": 66901,
    "show_uri": "https://api.kexp.org/v2/shows/66901/?format=api",
    "image_uri": "https://coverartarchive.org/release/172557e0-32cc-423d-9742-9e36639c6503/44155633127-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/172557e0-32cc-423d-9742-9e36639c6503/44155633127-250.jpg",
    "song": "Misdemeanor",
    "track_id": null,
    "recording_id": "ba553d48-7b04-49a6-9828-e5c7ae7e665d",
    "artist": "Ahmad Jamal",
    "artist_ids": [
        "cf816800-4e0e-4d80-9cca-50a725e93787"
    ],
    "album": "Jamalca",
    "release_id": null,
    "release_group_id": "c5633240-e0db-30c7-ad3d-354acffb93b8",
    "labels": [
        "20th Century Records"
    ],
    "label_ids": [
        "ed0d5aff-e23f-4239-950f-bae0bc201e6c"
    ],
    "release_date": "1974-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is jazz pianist Ahmad Jamal's rendition of Foster Sylvers' \"Misdemeanor.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}