Information about plays

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

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

{
    "id": 3589800,
    "uri": "https://api.kexp.org/v2/plays/3589800/?format=api",
    "airdate": "2025-12-11T15:22:18-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc6efc58-f2da-3a4c-bfb4-c0c0156c0614/2634568408-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc6efc58-f2da-3a4c-bfb4-c0c0156c0614/2634568408-250.jpg",
    "song": "We Live in Brooklyn Baby",
    "track_id": null,
    "recording_id": "80bfb0ef-1735-4a54-980f-4944402eda77",
    "artist": "Roy Ayers Ubiquity",
    "artist_ids": [
        "d1501f92-f523-4e95-a787-432875c8d6dc"
    ],
    "album": "He’s Coming",
    "release_id": null,
    "release_group_id": "aeac3119-8642-36ff-b75a-8284be28a72c",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Roy Ayers\nhttps://www.npr.org/2025/03/05/833528769/roy-ayers-whose-everybody-loves-the-sunshine-charmed-generations-dies-at-84\n--\nThis song was written by pianist Harry Whitaker. \"It became a sample staple, making track lists for the better part of the last 50 years. Many of the samples take the Ayers’ backdrop — a leisurely Ron Carter bassline, Whitaker’s electric piano taps and Ayers’ chiming vibraphone — to put a new spin on Ayers’ soulful decree that, “Our time is now.”: https://abrandbox.medium.com/we-all-live-in-brooklyn-baby-da33f4760b64",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}