Information about plays

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

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

{
    "id": 3638695,
    "uri": "https://api.kexp.org/v2/plays/3638695/?format=api",
    "airdate": "2026-04-06T16:51:54-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "https://coverartarchive.org/release/102c2a30-bfdf-42cb-8ca5-e4fa030bccbe/14243808345-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/102c2a30-bfdf-42cb-8ca5-e4fa030bccbe/14243808345-250.jpg",
    "song": "Space Oddity",
    "track_id": null,
    "recording_id": "5062c1a2-9b8b-40fc-91b8-d00f8e9bc954",
    "artist": "David Matthews",
    "artist_ids": [
        "318c9141-13b2-4f85-95ed-cb8efa636cf5"
    ],
    "album": "Dune",
    "release_id": null,
    "release_group_id": "4d4177a4-6a4e-30f5-9967-23d3c0167abc",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For ThreeFrog!\n\nThe Nasa space mission Artemis II has completed its moon pass and is now on its way back to Earth\n\n\n\nA cover of David Bowie's 1969 classic. Sampled by MF Doom for \"Rapp Snitch Knishes\"\n\nI already had this one lined up when a request for the original came through!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}