Information about plays

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

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

{
    "id": 3639280,
    "uri": "https://api.kexp.org/v2/plays/3639280/?format=api",
    "airdate": "2026-04-08T02:20:13-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-03902c46-d06b-452b-b76b-889982f0a166/mbid-03902c46-d06b-452b-b76b-889982f0a166-25695956075_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/3/items/mbid-03902c46-d06b-452b-b76b-889982f0a166/mbid-03902c46-d06b-452b-b76b-889982f0a166-25695956075_thumb250.jpg",
    "song": "Talk Talk Talk",
    "track_id": "30971149-264a-3e8f-9433-4ee05ecb2cdd",
    "recording_id": "569622ab-a42e-45f2-9395-c34c3725b569",
    "artist": "The Ordinary Boys",
    "artist_ids": [
        "69b50aed-f122-4c45-aba9-863043f5b513"
    ],
    "album": "Over the Counter Culture",
    "release_id": "03902c46-d06b-452b-b76b-889982f0a166",
    "release_group_id": "e707f25d-7823-368c-bce5-04b5ad63e03e",
    "labels": [
        "B‐Unique Records"
    ],
    "label_ids": [
        "bf288703-9d49-4e63-aa56-8a21c9d1c787"
    ],
    "release_date": "2004-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}