Information about plays

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

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

{
    "id": 3552392,
    "uri": "https://api.kexp.org/v2/plays/3552392/?format=api",
    "airdate": "2025-09-13T05:59:11-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strange Waves",
    "track_id": "8f3fa57d-85d5-4b6f-938e-7d1070faee34",
    "recording_id": "7f444ce1-eaa0-4139-ab02-9002d545e873",
    "artist": "45th St Brass feat. Davin Michael Stedman",
    "artist_ids": [
        "777e58d3-0c31-44e4-a369-a5cd30dc9a2b",
        "a1f4296c-6dfc-4ad0-8c0d-80684c782f63"
    ],
    "album": "The Curtain Show",
    "release_id": "bf863b51-bc93-42cb-a65d-3e9b1996b97a",
    "release_group_id": "e6867b19-4132-41df-9e74-2e6039af255a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-09-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}