Information about plays

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

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

{
    "id": 3540230,
    "uri": "https://api.kexp.org/v2/plays/3540230/?format=api",
    "airdate": "2025-08-15T03:28:29-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-cefee04c-9dcc-427f-99a1-69549297c7f8/mbid-cefee04c-9dcc-427f-99a1-69549297c7f8-26400984135_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-cefee04c-9dcc-427f-99a1-69549297c7f8/mbid-cefee04c-9dcc-427f-99a1-69549297c7f8-26400984135_thumb250.jpg",
    "song": "Syracuse",
    "track_id": "25e9dff1-d690-3e6d-8b98-bd0dddb55de2",
    "recording_id": "ca1a2e14-e2fd-4eef-9660-c780409e3461",
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Summer in Abaddon",
    "release_id": "cefee04c-9dcc-427f-99a1-69549297c7f8",
    "release_group_id": "6e4b6b21-8ab6-31f1-a8ee-a26d036af05a",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2004-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}