Information about plays

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

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

{
    "id": 3583555,
    "uri": "https://api.kexp.org/v2/plays/3583555/?format=api",
    "airdate": "2025-11-27T06:40:28-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ridin' on the Gravy Train",
    "track_id": null,
    "recording_id": "a8d79b67-7630-410a-89aa-4f779e309a30",
    "artist": "Jo Stafford",
    "artist_ids": [
        "1761dd90-8afd-4e77-8fd8-3f6028f02cf8"
    ],
    "album": "Capitol Collectors Series",
    "release_id": null,
    "release_group_id": "9b22b4ab-251b-329e-917d-830cc128bd32",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gotta have the gravy. \n\nJo Stafford was an American traditional pop singer, whose career spanned five decades from the late 1930s to the early 1980s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}