Information about plays

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

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

{
    "id": 3637053,
    "uri": "https://api.kexp.org/v2/plays/3637053/?format=api",
    "airdate": "2026-04-02T23:26:50-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stop Being Sad",
    "track_id": null,
    "recording_id": "3fc15587-2adf-45c5-bce1-a978c359b542",
    "artist": "Gus Glasser",
    "artist_ids": [
        "89d89156-fd8f-4203-99fb-b80ac5a9db85"
    ],
    "album": "Ever Since I Fell in Love...",
    "release_id": null,
    "release_group_id": "b463ef72-5a9e-4217-8bee-0670cba7fcf0",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}