Information about plays

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

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

{
    "id": 3633994,
    "uri": "https://api.kexp.org/v2/plays/3633994/?format=api",
    "airdate": "2026-03-26T18:55:12-07:00",
    "show": 66286,
    "show_uri": "https://api.kexp.org/v2/shows/66286/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-e3e0ac03-0525-35b1-9fed-5c9d0157bcbd/mbid-e3e0ac03-0525-35b1-9fed-5c9d0157bcbd-2703394141_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-e3e0ac03-0525-35b1-9fed-5c9d0157bcbd/mbid-e3e0ac03-0525-35b1-9fed-5c9d0157bcbd-2703394141_thumb250.jpg",
    "song": "Yesterday",
    "track_id": "745cd9d5-11b7-3579-a36c-f2bca43e5181",
    "recording_id": "c05194a3-f6f0-4f52-b78a-13fb5580bc0f",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Help!",
    "release_id": "e3e0ac03-0525-35b1-9fed-5c9d0157bcbd",
    "release_group_id": "0d44e1cb-c6e0-3453-8b68-4d2082f05421",
    "labels": [
        "Apple Records",
        "Parlophone",
        "Capitol Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Harrison, of course made famous with the Beatles!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}