Information about plays

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

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

{
    "id": 3555685,
    "uri": "https://api.kexp.org/v2/plays/3555685/?format=api",
    "airdate": "2025-09-20T23:48:12-07:00",
    "show": 64618,
    "show_uri": "https://api.kexp.org/v2/shows/64618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Electricity Eyes",
    "track_id": null,
    "recording_id": "4da44c5d-4798-4893-affb-2e311d80d9b6",
    "artist": "The Kent 3",
    "artist_ids": [
        "fdcb11ad-2950-493f-bc28-d2addbf463f5"
    ],
    "album": "Burl Ives",
    "release_id": null,
    "release_group_id": "662c9af9-31d9-4185-851f-1457e4530267",
    "labels": [
        "My Fat Ass Productions"
    ],
    "label_ids": [
        "2251aa2d-2add-49bd-b6df-f729e541e32d"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}