Information about plays

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

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

{
    "id": 3623273,
    "uri": "https://api.kexp.org/v2/plays/3623273/?format=api",
    "airdate": "2026-02-28T02:37:21-08:00",
    "show": 66048,
    "show_uri": "https://api.kexp.org/v2/shows/66048/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The first stillness",
    "track_id": null,
    "recording_id": null,
    "artist": "con·fect",
    "artist_ids": [
        "232850e6-5d2d-4a57-8260-115f5d389c2f"
    ],
    "album": "THE MIND OF MAN",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://confect.bandcamp.com/album/the-mind-of-man",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}