Information about plays

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

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

{
    "id": 3640887,
    "uri": "https://api.kexp.org/v2/plays/3640887/?format=api",
    "airdate": "2026-04-11T19:49:52-07:00",
    "show": 66428,
    "show_uri": "https://api.kexp.org/v2/shows/66428/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6d6be88-4ca1-40c2-88a5-e5c414e3c1e5/43857117633-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6d6be88-4ca1-40c2-88a5-e5c414e3c1e5/43857117633-250.jpg",
    "song": "Edit the Actor",
    "track_id": null,
    "recording_id": "bd2bc8fa-16b5-4101-a071-d46370518aa1",
    "artist": "The Girls",
    "artist_ids": [
        "2154103f-b9ed-427a-92e0-b6d91aa52019"
    ],
    "album": "Yes No Yes No Yes No",
    "release_id": null,
    "release_group_id": "3c305c6e-ad9f-3913-9620-276eec03063b",
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2008-09-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Girls are a new wave/punk pop band from Seattle, Washington that formed in the early 2000s.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}