Information about plays

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

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

{
    "id": 3594566,
    "uri": "https://api.kexp.org/v2/plays/3594566/?format=api",
    "airdate": "2025-12-22T18:23:22-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "An Echo Skips A Name",
    "track_id": null,
    "recording_id": null,
    "artist": "Apparat",
    "artist_ids": [
        "dc3dbfc1-f1f1-49c6-9d7c-425fabf3ae12"
    ],
    "album": "A Hum of Maybe",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [],
    "release_date": "2026-02-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "alternate version of An Echo Skips a Name from the upcoming album due out next year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}