Information about plays

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

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

{
    "id": 3608908,
    "uri": "https://api.kexp.org/v2/plays/3608908/?format=api",
    "airdate": "2026-01-25T09:30:27-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afro‐Harping",
    "track_id": null,
    "recording_id": "61c8abc1-f046-4a29-b64d-729b5f27c3a5",
    "artist": "Dorothy Ashby",
    "artist_ids": [
        "c0b33447-18d5-4d50-93c1-a9aa7463bd48"
    ],
    "album": "Afro‐Harping",
    "release_id": null,
    "release_group_id": "e1cf0038-677e-378f-9eef-3a0905427c2a",
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Detroit-born musician managed to prove that the harp could be used for more than just classical compositions, and formed a trio that included her husband on drums that slowly showed audiences, musicians, and music industry people alike that the string instrument had a place in jazz.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}