Information about plays

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

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

{
    "id": 3628663,
    "uri": "https://api.kexp.org/v2/plays/3628663/?format=api",
    "airdate": "2026-03-14T05:30:45-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55/mbid-a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55-22405074914_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55/mbid-a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55-22405074914_thumb250.jpg",
    "song": "W-O-M-A-N",
    "track_id": "d5a1395f-535a-4b2f-af40-9b5b09b9842c",
    "recording_id": "2e09f524-2e42-4d2d-865a-011dff62959c",
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "I’m Ready: The Modern Story",
    "release_id": "a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55",
    "release_group_id": "7253a354-268b-45de-bb84-cc30ca19d592",
    "labels": [
        "One Day Music"
    ],
    "label_ids": [
        "19e208f4-0334-4949-ad4f-12e4b7240eea"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}