Information about plays

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

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

{
    "id": 3626666,
    "uri": "https://api.kexp.org/v2/plays/3626666/?format=api",
    "airdate": "2026-03-08T05:57:16-07:00",
    "show": 66124,
    "show_uri": "https://api.kexp.org/v2/shows/66124/?format=api",
    "image_uri": "https://dn711008.ca.archive.org/0/items/mbid-77cfc202-af01-4354-91c0-f45243bf4596/mbid-77cfc202-af01-4354-91c0-f45243bf4596-42603238015_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-77cfc202-af01-4354-91c0-f45243bf4596/mbid-77cfc202-af01-4354-91c0-f45243bf4596-42603238015_thumb250.jpg",
    "song": "Plainclothes Man",
    "track_id": "87b6ce40-a632-39f7-8336-392f23a248be",
    "recording_id": "2b5d14bf-5758-411f-a7d4-ded4ea85c9aa",
    "artist": "Heatmiser",
    "artist_ids": [
        "99a18561-8a7d-4c30-8d3b-31bdf8c4b8ed"
    ],
    "album": "Mic City Sons",
    "release_id": "77cfc202-af01-4354-91c0-f45243bf4596",
    "release_group_id": "1f831e7b-5e5c-3469-9d8d-494f75cd5ad0",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1996-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}