Information about plays

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

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

{
    "id": 3590414,
    "uri": "https://api.kexp.org/v2/plays/3590414/?format=api",
    "airdate": "2025-12-13T03:06:09-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Time",
    "track_id": "6b932d33-0244-3c32-8f42-38cc127ed3b6",
    "recording_id": "f590c464-eace-493e-822c-8ac3a388261d",
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Night Time",
    "release_id": "145af623-e254-3091-99eb-c243b322de9d",
    "release_group_id": "11851270-b38e-3d60-a3ae-972a1e98d326",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}