Information about plays

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

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

{
    "id": 3626246,
    "uri": "https://api.kexp.org/v2/plays/3626246/?format=api",
    "airdate": "2026-03-07T04:02:02-08:00",
    "show": 66114,
    "show_uri": "https://api.kexp.org/v2/shows/66114/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-91b161bf-275e-3b8f-9fab-643e9d7ab152/mbid-91b161bf-275e-3b8f-9fab-643e9d7ab152-37691446578_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-91b161bf-275e-3b8f-9fab-643e9d7ab152/mbid-91b161bf-275e-3b8f-9fab-643e9d7ab152-37691446578_thumb250.jpg",
    "song": "The Garden",
    "track_id": "7c7f935f-346e-3c7d-81ee-e2fd4a761274",
    "recording_id": "d3d37662-6db1-460a-b978-8e9afbd3c783",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Is This Desire?",
    "release_id": "91b161bf-275e-3b8f-9fab-643e9d7ab152",
    "release_group_id": "70745e26-405e-35ca-89d8-54c1720cfc46",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}