Information about plays

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

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

{
    "id": 3634454,
    "uri": "https://api.kexp.org/v2/plays/3634454/?format=api",
    "airdate": "2026-03-28T01:26:41-07:00",
    "show": 66298,
    "show_uri": "https://api.kexp.org/v2/shows/66298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Man",
    "track_id": null,
    "recording_id": "4de31fad-00f4-4a43-b8bc-7e7e458a9db1",
    "artist": "Plus Instruments",
    "artist_ids": [
        "19b4245a-f0db-4547-9772-6787282d5b2a"
    ],
    "album": "Februari - April '81",
    "release_id": null,
    "release_group_id": "b8d1192a-4c34-4c7c-b218-114deb7fe452",
    "labels": [
        "Kremlin"
    ],
    "label_ids": [
        "2b240c92-7098-44d5-aced-d1818d7a0606"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://domanisounds.bandcamp.com/album/februari-april-81",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}