Information about plays

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

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

{
    "id": 3569837,
    "uri": "https://api.kexp.org/v2/plays/3569837/?format=api",
    "airdate": "2025-10-25T16:55:58-07:00",
    "show": 64932,
    "show_uri": "https://api.kexp.org/v2/shows/64932/?format=api",
    "image_uri": "https://ia903202.us.archive.org/13/items/mbid-207c447f-19d8-48e6-a1a7-e0dcca28ef84/mbid-207c447f-19d8-48e6-a1a7-e0dcca28ef84-39373179077_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-207c447f-19d8-48e6-a1a7-e0dcca28ef84/mbid-207c447f-19d8-48e6-a1a7-e0dcca28ef84-39373179077_thumb250.jpg",
    "song": "Apartment 3",
    "track_id": "fef5c963-ce6b-4ae3-be0e-9598534f3a17",
    "recording_id": "b768e326-f61a-4970-a12c-81007d3ce020",
    "artist": "Naked Giants",
    "artist_ids": [
        "0b183251-c4a7-47ab-87b4-4cc0e50dfe95"
    ],
    "album": "Apartment 3",
    "release_id": "207c447f-19d8-48e6-a1a7-e0dcca28ef84",
    "release_group_id": "3faebd68-4025-4473-bd0c-e3299f87ff97",
    "labels": [
        "DevilDuck Records"
    ],
    "label_ids": [
        "b3446a32-c5be-4c80-9b60-81a4fa610846"
    ],
    "release_date": "2024-07-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Naked Giants will be at Hidden Hall on November 7th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}