Information about plays

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

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

{
    "id": 3583866,
    "uri": "https://api.kexp.org/v2/plays/3583866/?format=api",
    "airdate": "2025-11-28T01:18:06-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Best Thanksgiving Ever (live)",
    "track_id": "4fe13adf-bc0d-358b-996b-1b60d08bd6e9",
    "recording_id": "2cd3989b-6a59-4b82-99d3-192c67fe39e1",
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "If I Had a Gun",
    "release_id": "6d9fa937-42fe-4c04-bf4f-5c7906fb345a",
    "release_group_id": "6b338f2c-d737-382b-a3c2-152b8c78191b",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}