Information about plays

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

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

{
    "id": 3586819,
    "uri": "https://api.kexp.org/v2/plays/3586819/?format=api",
    "airdate": "2025-12-04T18:15:31-08:00",
    "show": 65288,
    "show_uri": "https://api.kexp.org/v2/shows/65288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sepsis",
    "track_id": "0ae68461-b1c7-4f2d-9189-6a9471ab7003",
    "recording_id": "868ec245-f3fd-4c48-b5d6-034f3e40ddfc",
    "artist": "Blondshell",
    "artist_ids": [
        "f6621a8d-5644-460a-b0a8-9171cb2c595d"
    ],
    "album": "Blondshell",
    "release_id": "300d2e3b-ce39-45c7-8d23-5bb0c984363c",
    "release_group_id": "66393333-3e8a-4a18-ade5-007934ec1ad4",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2023-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some Blondshell for Juniper!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}