Information about plays

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

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

{
    "id": 3590428,
    "uri": "https://api.kexp.org/v2/plays/3590428/?format=api",
    "airdate": "2025-12-13T03:52:42-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "X-ray Reveals Doctor Left Wristwatch Inside Patient",
    "track_id": "62956208-692d-3e72-a1b8-462eb34fd488",
    "recording_id": "b5acb0de-9cfa-489b-9aed-d2d7c0926e03",
    "artist": "Jad Fair & Yo La Tengo",
    "artist_ids": [
        "be4a8e65-a7ba-474c-989b-ed16e51c1a39",
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Strange but True",
    "release_id": "e3aefaeb-65ca-4f2a-b33f-efc1d4e9e3ef",
    "release_group_id": "459d2bcb-5e4c-3b0e-94bd-51f9f8c8148c",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}