Information about plays

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

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

{
    "id": 3669728,
    "uri": "https://api.kexp.org/v2/plays/3669728/?format=api",
    "airdate": "2026-06-19T04:03:36-07:00",
    "show": 67025,
    "show_uri": "https://api.kexp.org/v2/shows/67025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Saddest Thing",
    "track_id": null,
    "recording_id": "7a443ff4-7bf7-48b0-9134-aa750ae66f07",
    "artist": "Idris Muhammad",
    "artist_ids": [
        "318c02c2-d766-4843-9035-e186531fc98c"
    ],
    "album": "Power of Soul",
    "release_id": null,
    "release_group_id": "a4a5ddea-0b65-3e9d-8493-fe6ab4ff81d4",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}