Information about plays

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

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

{
    "id": 3594160,
    "uri": "https://api.kexp.org/v2/plays/3594160/?format=api",
    "airdate": "2025-12-21T18:19:55-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satan, You're a Liar",
    "track_id": null,
    "recording_id": "f1af908f-ffea-4435-882e-e063065ee3fe",
    "artist": "Shirley Caesar",
    "artist_ids": [
        "2bb81df0-e9e2-42ee-9708-d30b0c85d946"
    ],
    "album": "Her Very Best",
    "release_id": null,
    "release_group_id": "28479ee6-dddf-4cd6-8347-773b16b5f8e6",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shirley Caesar originally released \"Satan, You're a Liar\" on the 1980 album Rejoice.\n\nShirley Caesar has been called \"the First Lady of Gospel Music\" thanks to a career that has spanned seven decades and brought her 11 Grammy Awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}