Information about plays

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

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

{
    "id": 3573538,
    "uri": "https://api.kexp.org/v2/plays/3573538/?format=api",
    "airdate": "2025-11-03T15:10:05-08:00",
    "show": 65014,
    "show_uri": "https://api.kexp.org/v2/shows/65014/?format=api",
    "image_uri": "https://ia801807.us.archive.org/11/items/mbid-3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f/mbid-3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f-22150856311_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/11/items/mbid-3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f/mbid-3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f-22150856311_thumb250.jpg",
    "song": "Outside Your Door",
    "track_id": "7b5b6061-16b8-3069-9487-fb0d209ecce4",
    "recording_id": "a3ff0ccf-5bb8-4db4-b2dd-9d15a93404af",
    "artist": "Me'Shell NdegéOcello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Plantation Lullabies",
    "release_id": "3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f",
    "release_group_id": "1a918671-d6b1-3158-acef-53437a05f0a5",
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "1993-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}