Information about plays

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

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

{
    "id": 3673528,
    "uri": "https://api.kexp.org/v2/plays/3673528/?format=api",
    "airdate": "2026-06-28T10:00:50-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funny How Time Slips Away",
    "track_id": null,
    "recording_id": "fd9ced50-7ec9-452f-9a8e-b3a6676feba8",
    "artist": "Joe Tex",
    "artist_ids": [
        "bb25e0ba-fd11-4d2a-8ec3-f5674f67c874"
    ],
    "album": "Live and Lively / Soul Country",
    "release_id": null,
    "release_group_id": "e5fb9ab3-6ae6-43df-b924-6bc205c19cf4",
    "labels": [
        "RPM"
    ],
    "label_ids": [
        "4cc50f8c-7fce-4167-904c-190b7983559f"
    ],
    "release_date": "2002-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the greatest Southern soul artists of the '60's and '70's, Joe Tex is known for his strong, emphatic vocals and his no-frills lyricism.\n\nhttps://www.allmusic.com/artist/joe-tex-mn0000210323",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}