Information about plays

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

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

{
    "id": 3545392,
    "uri": "https://api.kexp.org/v2/plays/3545392/?format=api",
    "airdate": "2025-08-27T06:45:26-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-38a87fe0-b57a-4bba-9f84-6e9f4449c6c5/mbid-38a87fe0-b57a-4bba-9f84-6e9f4449c6c5-7388473852_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-38a87fe0-b57a-4bba-9f84-6e9f4449c6c5/mbid-38a87fe0-b57a-4bba-9f84-6e9f4449c6c5-7388473852_thumb250.jpg",
    "song": "Rent a Wreck",
    "track_id": "89dbdbb5-1bb5-3554-8380-51171b083af2",
    "recording_id": "f089db12-80f9-491c-8f9d-c9a5d5ea9586",
    "artist": "Suburban Kids With Biblical Names",
    "artist_ids": [
        "f08765e5-70a9-4e43-bae0-987302a598d2"
    ],
    "album": "#3",
    "release_id": "e1eda4ba-2170-40e0-97b0-1eded39d10c4",
    "release_group_id": "e9a6e3b8-43b0-3b65-a2ab-86be9e98829c",
    "labels": [
        "Minty Fresh Records"
    ],
    "label_ids": [
        "ec44443b-b862-47e5-85a3-3db242d2789b"
    ],
    "release_date": "2006-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request by Cliff in Buffalo!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}