Information about plays

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

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

{
    "id": 3545604,
    "uri": "https://api.kexp.org/v2/plays/3545604/?format=api",
    "airdate": "2025-08-27T20:00:50-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7ee2dac-81b9-45be-81ba-bf2ac7210035/12577177454-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7ee2dac-81b9-45be-81ba-bf2ac7210035/12577177454-250.jpg",
    "song": "Black Sheep",
    "track_id": null,
    "recording_id": "9f5c09c1-dc70-403d-802e-1d129006fd37",
    "artist": "SRC",
    "artist_ids": [
        "998bcd1c-254f-4e44-adfd-6cb57e2fac8e"
    ],
    "album": "SRC",
    "release_id": null,
    "release_group_id": "ecffe45e-f152-36ee-b1f0-772abc182ce6",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Thanks for the request, Cody!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}