Information about plays

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

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

{
    "id": 3626729,
    "uri": "https://api.kexp.org/v2/plays/3626729/?format=api",
    "airdate": "2026-03-08T10:56:36-07:00",
    "show": 66126,
    "show_uri": "https://api.kexp.org/v2/shows/66126/?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": "01235421-2a86-499d-82bc-c5703f6b294d",
    "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": [],
    "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"
}