Information about plays

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

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

{
    "id": 3626232,
    "uri": "https://api.kexp.org/v2/plays/3626232/?format=api",
    "airdate": "2026-03-07T03:02:16-08:00",
    "show": 66113,
    "show_uri": "https://api.kexp.org/v2/shows/66113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "4 Hours",
    "track_id": null,
    "recording_id": "531a77c3-ca78-4b67-b61f-958758214c78",
    "artist": "Clock DVA",
    "artist_ids": [
        "f1f2b1fd-e570-4ca6-9244-51a0f78ecd0a"
    ],
    "album": "Thirst",
    "release_id": null,
    "release_group_id": "df576793-eccf-3c91-9ae1-6bf484790705",
    "labels": [
        "Cargo Records"
    ],
    "label_ids": [
        "20f27ecf-377b-454a-91a9-2b895bae6b98"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://clockdva.bandcamp.com/album/thirst-2026-remaster",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}