Information about plays

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

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

{
    "id": 3641160,
    "uri": "https://api.kexp.org/v2/plays/3641160/?format=api",
    "airdate": "2026-04-12T11:08:16-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/31685356-cd57-4bbb-b184-ff786d43b686/12399789307-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31685356-cd57-4bbb-b184-ff786d43b686/12399789307-250.jpg",
    "song": "Cajun Woman",
    "track_id": null,
    "recording_id": "0c1568f6-3466-4b70-884b-3658b02afe4f",
    "artist": "Fairport Convention",
    "artist_ids": [
        "cc60d937-e80b-4c66-8aa2-e89cb57c8b08"
    ],
    "album": "Unhalfbricking",
    "release_id": null,
    "release_group_id": "a0a9d6a6-c3fe-367a-bc8c-449285c6c473",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1969-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sandy Denny joined five middle-class British boys to provide a catalyst that led to them recording three albums in one year and lasting only a few more months before she left the band on the same whirlwind she arrived on.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}