Information about plays

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

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

{
    "id": 3635141,
    "uri": "https://api.kexp.org/v2/plays/3635141/?format=api",
    "airdate": "2026-03-29T13:40:03-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d8e1431-c04f-4eff-b27d-96157a2b00da/27297445250-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d8e1431-c04f-4eff-b27d-96157a2b00da/27297445250-250.jpg",
    "song": "Stop",
    "track_id": null,
    "recording_id": "911cc022-473a-41d9-a0af-4cec18df740c",
    "artist": "Plasmatics",
    "artist_ids": [
        "3fec8b00-4142-4129-96f5-1c9bf65e8e8f"
    ],
    "album": "Coup d'État",
    "release_id": null,
    "release_group_id": "42feb102-9f0c-3d38-a2cd-f20ee659951b",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}