Information about plays

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

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

{
    "id": 3593540,
    "uri": "https://api.kexp.org/v2/plays/3593540/?format=api",
    "airdate": "2025-12-20T16:26:19-08:00",
    "show": 65431,
    "show_uri": "https://api.kexp.org/v2/shows/65431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ode to Sad Disco",
    "track_id": "05a7d03e-eb15-30c4-b4c7-0e11651debe6",
    "recording_id": "46117101-b6af-41e7-b8e4-81561f03ddf8",
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Blues Funeral",
    "release_id": "3552022f-e390-43aa-ab71-c8bf317dad1c",
    "release_group_id": "db54bd13-c792-403c-8b55-6dc8bceded0b",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2012-02-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}