Information about plays

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

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

{
    "id": 3566791,
    "uri": "https://api.kexp.org/v2/plays/3566791/?format=api",
    "airdate": "2025-10-18T15:26:24-07:00",
    "show": 64869,
    "show_uri": "https://api.kexp.org/v2/shows/64869/?format=api",
    "image_uri": "https://ia803207.us.archive.org/15/items/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9-10149201972_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/15/items/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9-10149201972_thumb250.jpg",
    "song": "Down in It",
    "track_id": "4d38d8a7-2e17-3aea-9013-e75fb3b56fe4",
    "recording_id": "0d5ee2f4-a4d5-40b0-abef-0828fd3481eb",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Pretty Hate Machine",
    "release_id": "ed721fd4-ca0c-4cb1-a569-050c994d10d9",
    "release_group_id": "fcb872a2-7ef9-3ed0-bd4a-7c55c78179b6",
    "labels": [
        "UMe"
    ],
    "label_ids": [
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6"
    ],
    "release_date": "2010-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}