Information about plays

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

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

{
    "id": 3584716,
    "uri": "https://api.kexp.org/v2/plays/3584716/?format=api",
    "airdate": "2025-11-29T21:04:44-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sanctuary",
    "track_id": null,
    "recording_id": "d284f736-8880-4a1f-a2b2-7661d76878b9",
    "artist": "Crimpshrine",
    "artist_ids": [
        "16615a4c-ccb6-4ea8-9617-e3e0d71f51a9"
    ],
    "album": "Jawbreaker / Crimpshrine",
    "release_id": null,
    "release_group_id": "0d9e51ae-8adc-31e4-b77f-cfdec4a8274e",
    "labels": [
        "Skene! Records"
    ],
    "label_ids": [
        "98289b4f-72e2-4970-90b9-fdb0dfff0128"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Crimpshrine was formed in 1982 in Berkeley, CA by Aaron Cometbus, founder of the seminal punk rock zine Cometbus, and future Operation Ivy vocalist Jesse Michaels.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}