Information about plays

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

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

{
    "id": 3598015,
    "uri": "https://api.kexp.org/v2/plays/3598015/?format=api",
    "airdate": "2025-12-30T13:29:35-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glendale",
    "track_id": "f6706eba-2f61-4f89-a45c-8f70060b03c2",
    "recording_id": "dba84807-2a2a-40ef-96a1-38d69257188d",
    "artist": "Wargirl",
    "artist_ids": [
        "6c97247a-c2e1-4845-988c-2a8f5d600690"
    ],
    "album": "Good Things",
    "release_id": "aedc5e70-65e5-4db3-bb87-dc0a49fab2ec",
    "release_group_id": "0a528aa7-ac90-4796-8cc8-9b269213c441",
    "labels": [
        "Clouds Hill"
    ],
    "label_ids": [
        "bb2839af-9170-481a-bc6f-db97a4e78cf0"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://wargirl.bandcamp.com/album/good-things\n---\nhttps://wargirlband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}