Information about plays

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

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

{
    "id": 3554949,
    "uri": "https://api.kexp.org/v2/plays/3554949/?format=api",
    "airdate": "2025-09-19T09:29:52-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://ia804508.us.archive.org/30/items/mbid-eadaefae-7bbc-34ab-9d0f-b5607cf0d4ff/mbid-eadaefae-7bbc-34ab-9d0f-b5607cf0d4ff-7941640265_thumb500.jpg",
    "thumbnail_uri": "https://ia804508.us.archive.org/30/items/mbid-eadaefae-7bbc-34ab-9d0f-b5607cf0d4ff/mbid-eadaefae-7bbc-34ab-9d0f-b5607cf0d4ff-7941640265_thumb250.jpg",
    "song": "Crank",
    "track_id": "d943b143-36e9-3ef7-bc79-6c6a9277c2ce",
    "recording_id": "e4bab0d0-bffb-405a-a3d4-cd36915307d6",
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Chrome",
    "release_id": "eadaefae-7bbc-34ab-9d0f-b5607cf0d4ff",
    "release_group_id": "ff52771c-2b5e-3687-835f-fd8ea588f244",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1993-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Crank\" was the first single from our Album of the Week, Catherine Wheel's 1993 \"Chrome.\" \n--\n\"I build my canopy of steel\nIt fulfills my sense of real\nA chrome protection....\"\nRob Dickinson described \"crank\" as a British slang term for an odd or eccentric person. When he sings \"call me crank,\" he is referring to how he views himself and that he's comfortable in acknowledging that he's unusual.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}