Information about plays

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

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

{
    "id": 3659472,
    "uri": "https://api.kexp.org/v2/plays/3659472/?format=api",
    "airdate": "2026-05-25T16:57:44-07:00",
    "show": 66814,
    "show_uri": "https://api.kexp.org/v2/shows/66814/?format=api",
    "image_uri": "https://coverartarchive.org/release/2a77fec0-9a5a-4033-a555-5bb4a5aa31ab/43414836777-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2a77fec0-9a5a-4033-a555-5bb4a5aa31ab/43414836777-250.jpg",
    "song": "True Thoughts",
    "track_id": null,
    "recording_id": "fe06452a-8622-44f0-9d4a-5c31d181a2ca",
    "artist": "Outside",
    "artist_ids": [
        "8239799e-8f67-440f-8e50-a2d410b2053b"
    ],
    "album": "Almost Out",
    "release_id": null,
    "release_group_id": "b19e2694-7bc0-4d0b-8a5b-77d0f6b44235",
    "labels": [
        "Dorado"
    ],
    "label_ids": [
        "5e13f33b-f26b-4a73-83e3-8dddbbcfe0b0"
    ],
    "release_date": "2023-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://outsidefeaturingmattcooper.bandcamp.com/album/almost-out\n\nOutside was founded by Pianist, Drummer and Producer, Matt Cooper, in 1993 and featured many of London's top Jazz vocalists and musicians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}