Information about plays

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

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

{
    "id": 3601198,
    "uri": "https://api.kexp.org/v2/plays/3601198/?format=api",
    "airdate": "2026-01-06T23:52:36-08:00",
    "show": 65583,
    "show_uri": "https://api.kexp.org/v2/shows/65583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Octopus",
    "track_id": "967a0214-64f9-4bc4-af6a-2c0ed49927c6",
    "recording_id": "f12d06c7-c21d-47cf-a3a9-331b86f37e60",
    "artist": "Syd Barrett",
    "artist_ids": [
        "12327d75-47d5-45d9-84c2-3760b9210c17"
    ],
    "album": "The Madcap Laughs",
    "release_id": "24f56008-9023-491d-9643-d4495b2e80ce",
    "release_group_id": "f8d4bee5-0b74-3bb4-9010-2a454adbfbe7",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this date in 1946 ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}