Information about plays

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

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

{
    "id": 3523727,
    "uri": "https://api.kexp.org/v2/plays/3523727/?format=api",
    "airdate": "2025-07-07T02:26:54-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "https://coverartarchive.org/release/b146f364-ae27-4b53-8458-091ad18e4c62/30197286751-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b146f364-ae27-4b53-8458-091ad18e4c62/30197286751-250.jpg",
    "song": "Morning/Midday",
    "track_id": null,
    "recording_id": "7475cb8f-eab5-410b-9839-fe6d8d8ea433",
    "artist": "Max Roach",
    "artist_ids": [
        "0b6aea55-d855-4a33-ae08-b0280dd28684"
    ],
    "album": "M’Boom",
    "release_id": null,
    "release_group_id": "ef191003-5d27-3dea-947d-4a82e3d302a4",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A true percussion masterpiece/playground assembled by Max Roach and a grouping of incredible musicians, \"The M'Boom re percussion was formed in 1970 with the purpose in organizing music was to develop a school of percussion music as an outgrowth of our great American musical traditions\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}