Information about plays

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

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

{
    "id": 3632535,
    "uri": "https://api.kexp.org/v2/plays/3632535/?format=api",
    "airdate": "2026-03-22T23:26:26-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "https://coverartarchive.org/release/0daefb3f-6a92-4904-826c-ac2cfb2ff539/21252533868-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0daefb3f-6a92-4904-826c-ac2cfb2ff539/21252533868-250.jpg",
    "song": "Nonkilling 6 • Hunger",
    "track_id": null,
    "recording_id": "4333126b-28ff-44cd-829b-71f05b2a1792",
    "artist": "How to Dress Well",
    "artist_ids": [
        "50a5520c-454a-4d5d-ab74-d442b58e7304"
    ],
    "album": "The Anteroom",
    "release_id": null,
    "release_group_id": "20bbb228-6469-4748-ac66-85f1067bc66c",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2018-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joel Ford and Michael Silver co-wrote and co-produced this track!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}