Information about plays

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

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

{
    "id": 3628672,
    "uri": "https://api.kexp.org/v2/plays/3628672/?format=api",
    "airdate": "2026-03-14T05:56:52-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://ia800907.us.archive.org/34/items/mbid-01f6342c-e77e-498b-ab72-b1a2de4e4866/mbid-01f6342c-e77e-498b-ab72-b1a2de4e4866-20680736417_thumb500.jpg",
    "thumbnail_uri": "https://dn710008.ca.archive.org/0/items/mbid-01f6342c-e77e-498b-ab72-b1a2de4e4866/mbid-01f6342c-e77e-498b-ab72-b1a2de4e4866-20680736417_thumb250.jpg",
    "song": "Damn (what must a woman do)",
    "track_id": "9a7e88c1-0855-44fd-9928-69ad2230bdfe",
    "recording_id": "6ebdf083-b5fc-4d59-a2ed-2b4ee3692fe1",
    "artist": "Christine and the Queens",
    "artist_ids": [
        "9c90ffbf-b137-4dee-bfcc-b8010787840d"
    ],
    "album": "Chris",
    "release_id": "a2801e1e-8602-426b-8766-2dede26e1520",
    "release_group_id": "1fb1b4bf-2148-4dc1-84c3-ae846933b8c6",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2018-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}