Information about plays

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

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

{
    "id": 3637926,
    "uri": "https://api.kexp.org/v2/plays/3637926/?format=api",
    "airdate": "2026-04-04T21:41:07-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lightweight",
    "track_id": null,
    "recording_id": "0e35fb66-8375-4d1d-95e7-bec7f94a9110",
    "artist": "Scooby Don't",
    "artist_ids": [
        "ac71449d-0abe-4848-abac-023b56ae9863"
    ],
    "album": "No Slow... All Go!",
    "release_id": null,
    "release_group_id": "768baff0-5f9b-38bf-aac7-6fee941b4ecd",
    "labels": [
        "Half-Mast Records"
    ],
    "label_ids": [
        "6bb3d70d-a018-496f-bf3e-f7af247d8f8d"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scooby Don't was Billy Moresette's pre-Dillinger Four band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}