Information about plays

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

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

{
    "id": 3625384,
    "uri": "https://api.kexp.org/v2/plays/3625384/?format=api",
    "airdate": "2026-03-04T22:29:47-08:00",
    "show": 66093,
    "show_uri": "https://api.kexp.org/v2/shows/66093/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chicken Leg",
    "track_id": null,
    "recording_id": null,
    "artist": "Delvon Lamarr Organ Trio",
    "artist_ids": [],
    "album": "Chicken Leg",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2026-05-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://delvonlamarrorgantrio.bandcamp.com/album/chicken-leg-if-i-could",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}