Information about plays

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

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

{
    "id": 3554545,
    "uri": "https://api.kexp.org/v2/plays/3554545/?format=api",
    "airdate": "2025-09-18T09:27:33-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia800802.us.archive.org/7/items/mbid-f588fe96-243a-4f1d-b2d6-cca0b29e6d93/mbid-f588fe96-243a-4f1d-b2d6-cca0b29e6d93-16295343404_thumb500.jpg",
    "thumbnail_uri": "https://ia800802.us.archive.org/7/items/mbid-f588fe96-243a-4f1d-b2d6-cca0b29e6d93/mbid-f588fe96-243a-4f1d-b2d6-cca0b29e6d93-16295343404_thumb250.jpg",
    "song": "Stutter",
    "track_id": "fb656f65-2aa8-3c6d-a9ff-8b27354c2bb2",
    "recording_id": "b3ed2cb7-600d-4081-be93-ae759bd7b2f7",
    "artist": "Elastica",
    "artist_ids": [
        "46693641-1e2e-4aae-80ed-6b28170de63a"
    ],
    "album": "Elastica",
    "release_id": "f588fe96-243a-4f1d-b2d6-cca0b29e6d93",
    "release_group_id": "f1cbf448-c205-3642-a4c5-6042989d8ed4",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}