Information about plays

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

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

{
    "id": 3588198,
    "uri": "https://api.kexp.org/v2/plays/3588198/?format=api",
    "airdate": "2025-12-07T18:57:24-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You",
    "track_id": null,
    "recording_id": "c08c6227-c98d-45bc-9bb0-e08bc781a950",
    "artist": "Maze feat. Frankie Beverly",
    "artist_ids": [
        "1560a7c0-ac1a-47c0-a293-c35d1506063c",
        "a39aff5b-dedc-4014-8383-9e0c5d418657"
    ],
    "album": "Maze featuring Frankie Beverly",
    "release_id": null,
    "release_group_id": "de5fee13-e016-362d-9b8d-ff2a04940a9e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie Beverly released \"You\" on the 1977 album Maze Featuring Frankie Beverly, the group's debut.\n\nFrankie Beverly died on September 10, 2024.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}