Information about plays

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

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

{
    "id": 3628571,
    "uri": "https://api.kexp.org/v2/plays/3628571/?format=api",
    "airdate": "2026-03-14T00:10:58-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ec225a7-0d80-4680-a907-06028e19b4fc/6669676173-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ec225a7-0d80-4680-a907-06028e19b4fc/6669676173-250.jpg",
    "song": "The Manhattan Project",
    "track_id": null,
    "recording_id": null,
    "artist": "Typical Cats",
    "artist_ids": [
        "04e7041c-b8ad-4c85-823d-16b17c846dd7"
    ],
    "album": "Typical Cats",
    "release_id": null,
    "release_group_id": "f90576cb-b55f-3c38-9e91-e23d1fff4c08",
    "labels": [
        "Galapagos4"
    ],
    "label_ids": [
        "122d8edd-a708-4a81-b166-3976bcbe05f9"
    ],
    "release_date": "2001-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Taylor!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}