Information about plays

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

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

{
    "id": 3583800,
    "uri": "https://api.kexp.org/v2/plays/3583800/?format=api",
    "airdate": "2025-11-27T20:51:04-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Your Man",
    "track_id": null,
    "recording_id": "db074215-b804-4270-a21c-e4ff7d0cc8c5",
    "artist": "H 3 F",
    "artist_ids": [
        "e2794c76-4c38-413c-8b74-1db5dd687408"
    ],
    "album": "Family Product",
    "release_id": null,
    "release_group_id": "2ae69535-b447-4dff-89a8-cbdf156161d3",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "H3F is a four-member band from Bangkok known for their unique mix of blues, RnB, jazz, soul, funk, and pop. The band's core members are Gong Thepvipat on guitar and vocals, Ping Arakarn, guitar, Mhom Thanabatr on bass and Max Thakorn on drums.\n\n@official.h3f",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}