Information about plays

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

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

{
    "id": 3574444,
    "uri": "https://api.kexp.org/v2/plays/3574444/?format=api",
    "airdate": "2025-11-05T20:39:53-08:00",
    "show": 65032,
    "show_uri": "https://api.kexp.org/v2/shows/65032/?format=api",
    "image_uri": "https://ia801202.us.archive.org/17/items/mbid-6914cb5b-a94d-439e-8943-cc206cf088b2/mbid-6914cb5b-a94d-439e-8943-cc206cf088b2-21399020082_thumb500.jpg",
    "thumbnail_uri": "https://ia601202.us.archive.org/17/items/mbid-6914cb5b-a94d-439e-8943-cc206cf088b2/mbid-6914cb5b-a94d-439e-8943-cc206cf088b2-21399020082_thumb250.jpg",
    "song": "Estrella",
    "track_id": "21d0b60c-08fa-44cb-b823-c4b54820e698",
    "recording_id": "22de4fad-8497-4348-9217-f3eba0f7dfc1",
    "artist": "Cass McCombs",
    "artist_ids": [
        "c213f661-70a8-42aa-b858-62f5bd2d72e9"
    ],
    "album": "Tip of the Sphere",
    "release_id": "6914cb5b-a94d-439e-8943-cc206cf088b2",
    "release_group_id": "dccf9465-1172-4050-aa2c-cf3b223a81c5",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://cassmccombs.bandcamp.com/album/tip-of-the-sphere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}