Information about plays

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

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

{
    "id": 3585828,
    "uri": "https://api.kexp.org/v2/plays/3585828/?format=api",
    "airdate": "2025-12-02T11:51:07-08:00",
    "show": 65270,
    "show_uri": "https://api.kexp.org/v2/shows/65270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Common People",
    "track_id": "c84c42e9-824a-358c-97f4-4ab033e4f799",
    "recording_id": "098695c3-9885-44df-ae17-d1f9bd32814b",
    "artist": "William Shatner",
    "artist_ids": [
        "a406a684-7c88-442b-836d-3b9b67bbc91d"
    ],
    "album": "Has Been",
    "release_id": "4c32f746-e072-3c8d-8acd-c283907d1643",
    "release_group_id": "0c0577e6-d97a-39f7-9c98-790c72b24404",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2004-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Do not miss this live performance of the Pulp cover by Mr. Shatner, Ben Folds, and Joe Jackson on The Tonight Show in 2004: https://vimeo.com/714215610",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}