Information about plays

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

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

{
    "id": 3533798,
    "uri": "https://api.kexp.org/v2/plays/3533798/?format=api",
    "airdate": "2025-07-30T16:09:31-07:00",
    "show": 64155,
    "show_uri": "https://api.kexp.org/v2/shows/64155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wordless Chorus",
    "track_id": "d076fa0e-2606-375f-a489-19be703fb91a",
    "recording_id": "22aa338f-4bae-4b0a-bf40-e37c5a66481b",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Z",
    "release_id": "d7695765-5d64-485d-a170-07cb7881dc8f",
    "release_group_id": "3e3d75c0-48a4-3def-8dc3-b417b2d6e5e7",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At # 28 is My Morning Jacket. Fun fact about this song: it was featured in an American Dad episode from 2017 titled \"My Morning Straitjacket.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}