Information about plays

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

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

{
    "id": 3586491,
    "uri": "https://api.kexp.org/v2/plays/3586491/?format=api",
    "airdate": "2025-12-04T00:20:24-08:00",
    "show": 65282,
    "show_uri": "https://api.kexp.org/v2/shows/65282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Got to Have Peace",
    "track_id": "d7438e2d-a198-4f9d-a320-fc4e6c234f61",
    "recording_id": "8d74159e-37fc-457d-b21d-b5c903fb288b",
    "artist": "Mavis Staples",
    "artist_ids": [
        "04f57a2d-2449-400e-8fff-5b1c5af9560b"
    ],
    "album": "Sad and Beautiful World",
    "release_id": "e7d5c9a9-09c8-4410-8e0e-4c2daaec4ac2",
    "release_group_id": "b02361f2-3851-4a45-a687-8597ea7f4219",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mavisstaples.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}