Information about plays

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

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

{
    "id": 3648940,
    "uri": "https://api.kexp.org/v2/plays/3648940/?format=api",
    "airdate": "2026-05-01T03:27:34-07:00",
    "show": 66595,
    "show_uri": "https://api.kexp.org/v2/shows/66595/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7b050f6-1a17-4896-9f7c-7ee593739423/4523666954-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7b050f6-1a17-4896-9f7c-7ee593739423/4523666954-250.jpg",
    "song": "Fear the Labour",
    "track_id": null,
    "recording_id": "f0045bd8-df2d-4be0-b945-3f79c9a11253",
    "artist": "One Self",
    "artist_ids": [
        "e40b3f0d-d72f-46ec-a6c0-4a36f6a0579c"
    ],
    "album": "Children of Possibility",
    "release_id": null,
    "release_group_id": "800d2245-9fd2-330a-8b82-4185a25d0487",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2005-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Skid!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}