Information about plays

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

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

{
    "id": 3587243,
    "uri": "https://api.kexp.org/v2/plays/3587243/?format=api",
    "airdate": "2025-12-05T18:13:59-08:00",
    "show": 65296,
    "show_uri": "https://api.kexp.org/v2/shows/65296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Is This What I Have Missed?",
    "track_id": "d2cdc3c2-73fd-4395-bd4f-31520a9af27f",
    "recording_id": "8897928e-7ada-4e4a-a26d-193ba072ec96",
    "artist": "Jerome Blazé feat. Sarah Levins & James Tarbotton",
    "artist_ids": [
        "8d3c1c8f-66d2-49bb-9cd8-f804853631c5",
        "c84a945a-14ab-4cce-9afa-1b5f31a864ff",
        "e4c83595-2192-45ca-8c26-0c6d2adc6a8f"
    ],
    "album": "Is This What I Have Missed?",
    "release_id": "71a2f705-3b55-4fbe-9c9a-afa7bd848586",
    "release_group_id": "457caaab-8d30-4985-8561-b9dcc4899c1c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Abby in Oakland !",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}