Information about plays

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

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

{
    "id": 3574514,
    "uri": "https://api.kexp.org/v2/plays/3574514/?format=api",
    "airdate": "2025-11-06T00:30:34-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://ia804500.us.archive.org/29/items/mbid-929609c9-9f15-4b18-9887-fc3dbc5a8bdf/mbid-929609c9-9f15-4b18-9887-fc3dbc5a8bdf-40021156621_thumb500.jpg",
    "thumbnail_uri": "https://ia904500.us.archive.org/29/items/mbid-929609c9-9f15-4b18-9887-fc3dbc5a8bdf/mbid-929609c9-9f15-4b18-9887-fc3dbc5a8bdf-40021156621_thumb250.jpg",
    "song": "Digging The Hole",
    "track_id": "077ad82a-b75c-4822-ad40-b5b3d3d74353",
    "recording_id": "5d636871-51f7-4d5d-97d5-9804b52d2dc3",
    "artist": "Delivery",
    "artist_ids": [
        "bc36faef-aa44-4758-9263-002091f22b0c"
    ],
    "album": "Force Majeure",
    "release_id": "929609c9-9f15-4b18-9887-fc3dbc5a8bdf",
    "release_group_id": "9340660b-3676-4f47-b312-5f3e8f963476",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2025-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}