Information about plays

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

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

{
    "id": 3549909,
    "uri": "https://api.kexp.org/v2/plays/3549909/?format=api",
    "airdate": "2025-09-07T04:56:00-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Ass Head",
    "track_id": "f1dd2fcd-c5c9-46f1-baec-6912cdb49587",
    "recording_id": "68187e32-8842-43fc-b1fe-facdb17500fa",
    "artist": "Don't Talk to the Cops!",
    "artist_ids": [
        "0bd7bdd9-aa22-4b3d-8005-6a9ee4b58b14"
    ],
    "album": "Regular Show",
    "release_id": "c8abc299-47dd-44e0-ab4b-a43a6a6644d5",
    "release_group_id": "fbde5024-2094-4b7d-b7b3-4d557c3639f8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Local Classic!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}