Information about plays

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

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

{
    "id": 3572816,
    "uri": "https://api.kexp.org/v2/plays/3572816/?format=api",
    "airdate": "2025-11-01T22:04:07-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fading Away",
    "track_id": null,
    "recording_id": "e8fb709b-b7ee-4960-a3f6-e299d5040e9b",
    "artist": "MK Ultras",
    "artist_ids": [
        "4d5a9583-7749-46b1-8266-e2e6d501c78a"
    ],
    "album": "MK Ultras",
    "release_id": null,
    "release_group_id": "eb72ec34-34bd-4a5d-972e-15e45b951a0e",
    "labels": [
        "Big Neck Records"
    ],
    "label_ids": [
        "c579e0a6-0bc7-402c-9b37-54d42dc45114"
    ],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}