Information about plays

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

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

{
    "id": 3640988,
    "uri": "https://api.kexp.org/v2/plays/3640988/?format=api",
    "airdate": "2026-04-11T23:56:13-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://coverartarchive.org/release/169c583d-4e30-43ad-90bb-778e131f6c80/11034778463-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/169c583d-4e30-43ad-90bb-778e131f6c80/11034778463-250.jpg",
    "song": "In the Black",
    "track_id": null,
    "recording_id": "a4bced01-d728-4f2e-a7fa-c4094dc281ed",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Inferno",
    "release_id": null,
    "release_group_id": "0b4ec2a1-c8fe-4dd0-a0b1-d2926a85be15",
    "labels": [
        "Steamhammer"
    ],
    "label_ids": [
        "2a36fd7a-4de1-47ce-88d0-c315bba7a9f9"
    ],
    "release_date": "2004-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}