Information about plays

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

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

{
    "id": 3546325,
    "uri": "https://api.kexp.org/v2/plays/3546325/?format=api",
    "airdate": "2025-08-29T13:55:00-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://ia600309.us.archive.org/8/items/mbid-f3dca34d-ef1a-39b4-aae6-984efed2a618/mbid-f3dca34d-ef1a-39b4-aae6-984efed2a618-38797712413_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-f3dca34d-ef1a-39b4-aae6-984efed2a618/mbid-f3dca34d-ef1a-39b4-aae6-984efed2a618-38797712413_thumb250.jpg",
    "song": "Congo Man Chant",
    "track_id": "98347344-43dd-3ce8-8d82-33b17ed4f8c2",
    "recording_id": "bc3b5f2a-322d-4848-b002-7b2ed0f1801f",
    "artist": "The Upsetters",
    "artist_ids": [
        "7bcf8b20-72a6-48b1-bad3-b28869090dda"
    ],
    "album": "Dub Sessions",
    "release_id": "f3dca34d-ef1a-39b4-aae6-984efed2a618",
    "release_group_id": "c6e12efd-8cde-3c92-b288-c4e371d96c4e",
    "labels": [
        "Sessions"
    ],
    "label_ids": [
        "da4a8bf1-a1b8-49cc-bf12-9895b53e88f4"
    ],
    "release_date": "2003-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP the legend Lee \"Scratch\" Perry, who passed on this day in 2021.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}