Information about plays

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

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

{
    "id": 3595685,
    "uri": "https://api.kexp.org/v2/plays/3595685/?format=api",
    "airdate": "2025-12-25T05:18:28-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Everybody’s Waitin’ for) The Man With the Bag",
    "track_id": null,
    "recording_id": "db6384a5-8d72-4549-97f6-ca56b5b54579",
    "artist": "Kay Starr with orchestra conducted by Frank De Vol",
    "artist_ids": [
        "d25d395a-3891-4243-9a05-8308ad24969d",
        "35df9aa8-4547-4a5b-9e77-6b9a573e29fa"
    ],
    "album": "(Everybody’s Waitin’ for) The Man With the Bag / Christopher Robin Is Saying His Prayers",
    "release_id": null,
    "release_group_id": "8a2b05c7-abd6-472f-8467-891125df62ba",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1950-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kay Starr was an American singer who enjoyed considerable success in the late 1940s and 1950s. She was of Iroquois and Irish heritage. Starr performed multiple genres, such as pop, jazz, and country, but her roots were in jazz.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}