Information about plays

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

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

{
    "id": 3638131,
    "uri": "https://api.kexp.org/v2/plays/3638131/?format=api",
    "airdate": "2026-04-05T10:02:15-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-d3ba50bf-5109-4a87-9724-115f6c746ff1/mbid-d3ba50bf-5109-4a87-9724-115f6c746ff1-35743360168_thumb250.jpg",
    "song": "A Midnight Sun",
    "track_id": "380908c1-f6b3-49df-bf6b-3816d7e6faa1",
    "recording_id": "cc9317aa-9871-4484-9f6a-793b80664eba",
    "artist": "Small Paul",
    "artist_ids": [
        "c2a23d44-99f9-4f5c-9924-13220ddf1b9f"
    ],
    "album": "Come Alive & Live Again",
    "release_id": "d3ba50bf-5109-4a87-9724-115f6c746ff1",
    "release_group_id": "0ba6c796-8e5c-42c8-bf4a-44abf552f7ab",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}