Information about plays

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

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

{
    "id": 3639988,
    "uri": "https://api.kexp.org/v2/plays/3639988/?format=api",
    "airdate": "2026-04-09T18:00:28-07:00",
    "show": 66409,
    "show_uri": "https://api.kexp.org/v2/shows/66409/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-157a161f-e2e9-4cb0-bfbb-67972128314d/mbid-157a161f-e2e9-4cb0-bfbb-67972128314d-29778486119_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-157a161f-e2e9-4cb0-bfbb-67972128314d/mbid-157a161f-e2e9-4cb0-bfbb-67972128314d-29778486119_thumb250.jpg",
    "song": "Blank Florida",
    "track_id": "5b6c7d8b-b7aa-3444-857b-74e76675c1ce",
    "recording_id": "7f898d52-ceeb-4a3a-9960-e94197793469",
    "artist": "Hazel",
    "artist_ids": [
        "7c36a5ee-5143-4bb1-8c09-36c0ea817391"
    ],
    "album": "Are You Going to Eat That",
    "release_id": "157a161f-e2e9-4cb0-bfbb-67972128314d",
    "release_group_id": "d509e007-074d-3cbf-a7a2-ab8d266f028e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1995-02-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Throw back to Portland's own Hazel with this 1995 number!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}