Information about plays

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

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

{
    "id": 3553930,
    "uri": "https://api.kexp.org/v2/plays/3553930/?format=api",
    "airdate": "2025-09-16T22:26:18-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://ia800201.us.archive.org/29/items/mbid-54da694b-d76f-4f8b-8966-80f7dbf8c09c/mbid-54da694b-d76f-4f8b-8966-80f7dbf8c09c-6056907887_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/29/items/mbid-54da694b-d76f-4f8b-8966-80f7dbf8c09c/mbid-54da694b-d76f-4f8b-8966-80f7dbf8c09c-6056907887_thumb250.jpg",
    "song": "Step On (Stuff It In mix)",
    "track_id": "299a996b-e3a2-3d1d-a9f8-3b6f0ecc3d4f",
    "recording_id": "b9df16e6-363f-4a77-8704-2279bb0e8a6b",
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Double Easy: The U.S. Singles",
    "release_id": "54da694b-d76f-4f8b-8966-80f7dbf8c09c",
    "release_group_id": "59b7ab4a-56f2-3ca4-b1c4-2a26a55049c5",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK landmark psychedelica. http://www.happymondaysofficial.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}