Information about plays

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

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

{
    "id": 3588193,
    "uri": "https://api.kexp.org/v2/plays/3588193/?format=api",
    "airdate": "2025-12-07T18:35:42-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weekend Girl",
    "track_id": null,
    "recording_id": "dc045e09-e2b7-413c-b352-1b7904c51507",
    "artist": "The S.O.S. Band",
    "artist_ids": [
        "39515237-2d70-436a-800c-fcbac974bec4"
    ],
    "album": "Just the Way You Like It",
    "release_id": null,
    "release_group_id": "5f839710-7bf3-3637-8ef7-431cf927e68c",
    "labels": [
        "Tabu Records"
    ],
    "label_ids": [
        "071ed4dc-4266-478c-84b8-ec29fb319cfe"
    ],
    "release_date": "1984-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The S.O.S. Band released \"Weekend Girl\" on their fifth album, Just the Way You Like It, with Tabu Records.\n\nMember of the S.O.S. Band included: Abdul Ra'oof, Billy Ellis, Bruno Speight, Chandra Currelly, Fredi Grace, James Earl Jones III, Jason Bryant, Jerome Thomas, John Alexander Simpson, Mary Davis, Penny Ford, and Willie Killebrew.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}