Information about plays

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

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

{
    "id": 3574773,
    "uri": "https://api.kexp.org/v2/plays/3574773/?format=api",
    "airdate": "2025-11-06T15:41:55-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Calm",
    "track_id": null,
    "recording_id": "32e0d212-e7f7-4073-abdf-0e547c3702a0",
    "artist": "Wayne Shorter",
    "artist_ids": [
        "2379937f-6e0d-46a2-b8ff-633fafd72002"
    ],
    "album": "Odyssey of Iska",
    "release_id": null,
    "release_group_id": "33e28cab-e5df-31c9-8e7e-3d437205c183",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Iska\" is the Hausa (Nigerian people) word for \"wind.\"\n--\nWayne Shorter was a practicing Buddhist for more than 50 years.  Here's The Buddhist Review's remembrance of the artist, who died in 2023: https://tricycle.org/article/wayne-shorter/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}