Information about plays

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

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

{
    "id": 3588961,
    "uri": "https://api.kexp.org/v2/plays/3588961/?format=api",
    "airdate": "2025-12-09T15:00:41-08:00",
    "show": 65332,
    "show_uri": "https://api.kexp.org/v2/shows/65332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What It Means",
    "track_id": "e85988e6-ab8b-409d-8668-28b674d1a3f0",
    "recording_id": "1ca26e20-8f62-4d17-a5e4-f39863cdd4d0",
    "artist": "Lady Wray",
    "artist_ids": [
        "ae278e0f-abc8-4c2b-ac72-0a4175e7f36b"
    ],
    "album": "Cover Girl",
    "release_id": "d619ee1d-fc00-4439-bbeb-f299e18b6d18",
    "release_group_id": "8c121778-65cd-4475-b9a3-0c448eb2b524",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}