Information about plays

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

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

{
    "id": 3637581,
    "uri": "https://api.kexp.org/v2/plays/3637581/?format=api",
    "airdate": "2026-04-04T05:22:01-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "https://coverartarchive.org/release/8db4dde1-cd48-4ad9-8e7d-c94945453ad1/39901343199-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8db4dde1-cd48-4ad9-8e7d-c94945453ad1/39901343199-250.jpg",
    "song": "Dark Red",
    "track_id": null,
    "recording_id": "bc0f4be2-29bd-4f4b-a850-862bbd130db5",
    "artist": "Steve Lacy",
    "artist_ids": [
        "ca9766a0-1c30-43e6-a213-bac1334efc4a"
    ],
    "album": "Dark Red",
    "release_id": null,
    "release_group_id": "dda2c55a-5a76-4051-991c-90b3513cdec8",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}