Information about plays

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

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

{
    "id": 3593267,
    "uri": "https://api.kexp.org/v2/plays/3593267/?format=api",
    "airdate": "2025-12-19T23:26:59-08:00",
    "show": 65423,
    "show_uri": "https://api.kexp.org/v2/shows/65423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "10 Crack Commandments",
    "track_id": null,
    "recording_id": "78936664-5e08-4760-880d-991f4a6663ce",
    "artist": "The Notorious B.I.G.",
    "artist_ids": [
        "d5d97b2b-b83b-4976-814a-056d9076c8c3"
    ],
    "album": "Golden Years 1989-1998",
    "release_id": null,
    "release_group_id": "5762db12-6b46-48db-984c-90c4fcc0b379",
    "labels": [
        "Golden Years"
    ],
    "label_ids": [
        "56a132ab-483b-414e-a58e-a1ce574be034"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}