Information about plays

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

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

{
    "id": 3586363,
    "uri": "https://api.kexp.org/v2/plays/3586363/?format=api",
    "airdate": "2025-12-03T16:40:50-08:00",
    "show": 65280,
    "show_uri": "https://api.kexp.org/v2/shows/65280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Archbishop Harold Holmes",
    "track_id": "5156c669-2036-46dd-993c-f611b5f94403",
    "recording_id": "ffe84943-ead5-41e6-83ad-0c0cee473fdf",
    "artist": "Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "No Name",
    "release_id": "4734e706-04d6-4176-b041-2b21395ae760",
    "release_group_id": "5ef2a512-3680-4661-bfea-870cb8bf6507",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2024-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss the video for this song, starring an impassioned John C. Reilly: https://www.youtube.com/watch?v=ru5afNNSPeU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}