Information about plays

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

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

{
    "id": 3561358,
    "uri": "https://api.kexp.org/v2/plays/3561358/?format=api",
    "airdate": "2025-10-04T20:26:40-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3902b58-8372-40b5-a455-c96926949d40/24925851031-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f3902b58-8372-40b5-a455-c96926949d40/24925851031-250.jpg",
    "song": "Growing Up in Springfield",
    "track_id": null,
    "recording_id": "4f0db14e-fd4c-4c2d-9b29-da2ab95d05de",
    "artist": "Team Dresch",
    "artist_ids": [
        "b506d0b1-fd16-4ba0-a3dc-a20095c93024"
    ],
    "album": "Personal Best",
    "release_id": null,
    "release_group_id": "8bcf5afc-ef91-3c2f-976f-8d49324ad10f",
    "labels": [
        "Jealous Butcher Records"
    ],
    "label_ids": [
        "8c979a04-bc6b-4cc9-accb-6aa617dc3c88"
    ],
    "release_date": "1995-02-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "About Springfield, Oregon!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}