Information about plays

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

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

{
    "id": 3609181,
    "uri": "https://api.kexp.org/v2/plays/3609181/?format=api",
    "airdate": "2026-01-25T23:43:40-08:00",
    "show": 65755,
    "show_uri": "https://api.kexp.org/v2/shows/65755/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Make a Dance",
    "artist_ids": [
        "7d8967e8-2854-48c8-b18f-fdabf0e5c62d"
    ],
    "album": "Young Man EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "M.A.D. Records"
    ],
    "label_ids": [],
    "release_date": "2025-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://makeadance.bandcamp.com/album/m-a-d-records-13-young-man-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}