Information about plays

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

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

{
    "id": 3632479,
    "uri": "https://api.kexp.org/v2/plays/3632479/?format=api",
    "airdate": "2026-03-22T19:06:16-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/264199ad-c21f-4a18-b507-7f9c95a3ea02/33889931940-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/264199ad-c21f-4a18-b507-7f9c95a3ea02/33889931940-250.jpg",
    "song": "Across 110th Street",
    "track_id": null,
    "recording_id": "67ff7fbd-e3fb-4a15-b1ae-f0f60ad37553",
    "artist": "Bobby Womack",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80"
    ],
    "album": "Across 110th Street",
    "release_id": null,
    "release_group_id": "7358d8b1-b31d-37c4-99fc-3023f18f1d1a",
    "labels": [
        "UA"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz trombonist, composer and arranger J.J. Johnson worked with Bobby Womack on this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}