Information about plays

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

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

{
    "id": 3583399,
    "uri": "https://api.kexp.org/v2/plays/3583399/?format=api",
    "airdate": "2025-11-26T22:00:02-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Key to Love (Is Understanding)",
    "track_id": "541165ab-32b2-4b96-b7b1-fb4f750c5b39",
    "recording_id": "81cf222c-9786-4eec-89fd-d17860a37b82",
    "artist": "BADBADNOTGOOD feat. Jonah Yano",
    "artist_ids": [
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f",
        "86da1981-9d9a-49d5-b2f2-f968132e2a46"
    ],
    "album": "Key to Love (Is Understanding)",
    "release_id": "25079217-6dc4-427e-bada-39ea121e355a",
    "release_group_id": "e73ae93d-d199-4790-be06-644b2c25d7ed",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2019-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of a tune from Milwaukee band Majestics from 1982.\n\nhttps://badbadnotgoodofficial.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}