Information about plays

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

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

{
    "id": 3637036,
    "uri": "https://api.kexp.org/v2/plays/3637036/?format=api",
    "airdate": "2026-04-02T22:31:54-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/e454625d-4b4a-4ac5-afcc-d6aef7b83273/44595248284-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e454625d-4b4a-4ac5-afcc-d6aef7b83273/44595248284-250.jpg",
    "song": "Driving on Sand",
    "track_id": null,
    "recording_id": "13fd84f9-98d4-48f5-b094-db84d745d19d",
    "artist": "Shy One feat. Steve Spacek",
    "artist_ids": [
        "783e8c45-088a-4c2e-943c-5baa8775f0a0",
        "9c34dbb7-4666-4437-9f7e-1b0d74025936"
    ],
    "album": "Mali",
    "release_id": null,
    "release_group_id": "f3cb4f81-f67e-4b8f-aee6-aa6057720850",
    "labels": [
        "Touching Bass"
    ],
    "label_ids": [
        "99b3f495-d283-4c60-84dd-e0df33da7c5e"
    ],
    "release_date": "2026-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}