Information about plays

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

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

{
    "id": 3546742,
    "uri": "https://api.kexp.org/v2/plays/3546742/?format=api",
    "airdate": "2025-08-30T14:50:38-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "https://ia601501.us.archive.org/22/items/mbid-f3b65a6a-fd20-44e4-a1ad-0783c346080f/mbid-f3b65a6a-fd20-44e4-a1ad-0783c346080f-33658291163_thumb500.jpg",
    "thumbnail_uri": "https://ia801501.us.archive.org/22/items/mbid-f3b65a6a-fd20-44e4-a1ad-0783c346080f/mbid-f3b65a6a-fd20-44e4-a1ad-0783c346080f-33658291163_thumb250.jpg",
    "song": "He's Read",
    "track_id": "c9e9f166-0d11-3a08-bbfb-7d14ce701ad0",
    "recording_id": "79c2e808-c5ed-4557-b494-ff938005fa01",
    "artist": "Red Lorry Yellow Lorry",
    "artist_ids": [
        "ac8f8330-1270-4a56-89c4-3318f8fa5c3b"
    ],
    "album": "Smashed Hits",
    "release_id": "f3b65a6a-fd20-44e4-a1ad-0783c346080f",
    "release_group_id": "f429ca2b-f240-3bc7-a68c-d997ffe75842",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Post-punk and Goth Rock from England.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}