Information about plays

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

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

{
    "id": 3545886,
    "uri": "https://api.kexp.org/v2/plays/3545886/?format=api",
    "airdate": "2025-08-28T13:21:52-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Execution",
    "track_id": null,
    "recording_id": "0d28b39e-9d12-47f6-8808-c7e645230d79",
    "artist": "Above the Law",
    "artist_ids": [
        "f94ef716-56f4-43d7-b7c9-2f0f5ddbdb70"
    ],
    "album": "Livin’ Like Hustlers",
    "release_id": null,
    "release_group_id": "78a6c356-b04d-3914-9580-303d89bdff21",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1989-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one sampled the drums from Funkadelic's \"Good Old Music.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}