Information about plays

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

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

{
    "id": 3639297,
    "uri": "https://api.kexp.org/v2/plays/3639297/?format=api",
    "airdate": "2026-04-08T03:08:14-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-92a6c1be-c434-42b0-b57f-e56981425ddf/mbid-92a6c1be-c434-42b0-b57f-e56981425ddf-33676557284_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-92a6c1be-c434-42b0-b57f-e56981425ddf/mbid-92a6c1be-c434-42b0-b57f-e56981425ddf-33676557284_thumb250.jpg",
    "song": "Girls Talk",
    "track_id": "4ee00e05-50b8-35fb-80b0-9ae1ac94dd1d",
    "recording_id": "e39af853-c7b3-4a96-83b7-d11309e8f40c",
    "artist": "Dave Edmunds",
    "artist_ids": [
        "ec4b6d29-527c-4cc0-89bb-8a4775f350d0"
    ],
    "album": "Bespoke Songs, Lost Dogs, Detours & Rendezvous: Songs of Elvis Costello",
    "release_id": "92a6c1be-c434-42b0-b57f-e56981425ddf",
    "release_group_id": "8e44ab86-8576-37cd-ba77-f7292a9ce763",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}