Information about plays

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

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

{
    "id": 3638497,
    "uri": "https://api.kexp.org/v2/plays/3638497/?format=api",
    "airdate": "2026-04-06T04:56:45-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2a3ab4c-9986-48fc-a76c-79d229e836fd/21247984476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b2a3ab4c-9986-48fc-a76c-79d229e836fd/21247984476-250.jpg",
    "song": "Dreams",
    "track_id": null,
    "recording_id": null,
    "artist": "Tour‐Maubourg",
    "artist_ids": [
        "72b1a51c-a23e-4202-b8eb-fffd46f578fa"
    ],
    "album": "Dreams",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blanche & Noire"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}