Information about plays

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

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

{
    "id": 3638671,
    "uri": "https://api.kexp.org/v2/plays/3638671/?format=api",
    "airdate": "2026-04-06T15:36:55-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "https://coverartarchive.org/release/692319b0-ae2e-4880-96d6-684a3fd9c6d6/36775165864-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/692319b0-ae2e-4880-96d6-684a3fd9c6d6/36775165864-250.jpg",
    "song": "(You Are My) All and All (take twelve)",
    "track_id": null,
    "recording_id": "51f8403c-e040-42f4-9f5b-febcf8dc59b0",
    "artist": "Joyce Sims",
    "artist_ids": [
        "440008e4-ab25-49fb-981f-555b933417f2"
    ],
    "album": "(You Are My) All and All",
    "release_id": null,
    "release_group_id": "e44100fe-17e5-4c51-860f-996951a14596",
    "labels": [
        "Sleeping Bag Records"
    ],
    "label_ids": [
        "d3e5290b-c07f-420e-ae33-b9bd05780219"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Simon!\n\nSims signed with the now-defunct record label Sleeping Bag Records in 1986, releasing her first hit single, \"(You Are My) All and All\" that same year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}