Information about plays

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

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

{
    "id": 3567431,
    "uri": "https://api.kexp.org/v2/plays/3567431/?format=api",
    "airdate": "2025-10-20T03:15:40-07:00",
    "show": 64883,
    "show_uri": "https://api.kexp.org/v2/shows/64883/?format=api",
    "image_uri": "https://ia601604.us.archive.org/18/items/mbid-6d7dbeca-0dca-4d10-9b6c-2195141915ab/mbid-6d7dbeca-0dca-4d10-9b6c-2195141915ab-9089300042_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/18/items/mbid-6d7dbeca-0dca-4d10-9b6c-2195141915ab/mbid-6d7dbeca-0dca-4d10-9b6c-2195141915ab-9089300042_thumb250.jpg",
    "song": "Spanish Stroll",
    "track_id": "d02a2534-b0d4-3b22-a2a1-606dc7c1c267",
    "recording_id": "81ee0372-946a-43e4-983f-6d087229fc99",
    "artist": "Mink DeVille",
    "artist_ids": [
        "1c2938ae-37df-44a7-8630-be2cb1d357e0"
    ],
    "album": "D.I.Y.: Blank Generation: The New York Scene (1975–78)",
    "release_id": "6d7dbeca-0dca-4d10-9b6c-2195141915ab",
    "release_group_id": "43cf7f3c-dec6-378e-acdf-05ccc7eec1e5",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-01-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pequot\n\nMink DeVille was a rock band founded in 1974, known for its association with early punk rock bands at New York's CBGB nightclub and for being a showcase for the music of Willy DeVille. The band recorded six albums in the years 1977 to 1985, after which it disbanded the next year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}