Information about plays

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

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

{
    "id": 3603700,
    "uri": "https://api.kexp.org/v2/plays/3603700/?format=api",
    "airdate": "2026-01-13T04:34:56-08:00",
    "show": 65637,
    "show_uri": "https://api.kexp.org/v2/shows/65637/?format=api",
    "image_uri": "https://coverartarchive.org/release/9c27b3e5-ccd0-4524-8e6c-0c35adb41771/13198374240-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9c27b3e5-ccd0-4524-8e6c-0c35adb41771/13198374240-250.jpg",
    "song": "孤独の発明",
    "track_id": null,
    "recording_id": "ff87188e-43b3-44f1-ae19-62d096e49e0b",
    "artist": "toe",
    "artist_ids": [
        "7ea8a523-b33d-4944-ad31-fad25a81d603"
    ],
    "album": "the book about my idle plot on a vague anxiety",
    "release_id": null,
    "release_group_id": "ba24af71-9a64-4e8f-b3a5-ffb8c5fd9f40",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese post-rock/math rock band from Tokyo (and big plash influence)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}