Information about plays

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

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

{
    "id": 3583874,
    "uri": "https://api.kexp.org/v2/plays/3583874/?format=api",
    "airdate": "2025-11-28T01:44:05-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gonna Eat Some Cake Tonight",
    "track_id": "aef57e59-439f-4e79-8916-59228c08868b",
    "recording_id": "cf25592f-95ea-4198-a3f9-29988d728337",
    "artist": "We Wrote the Book on Connectors",
    "artist_ids": [
        "550e4fc3-7a0c-471d-874f-68bd71c1aab9"
    ],
    "album": "Almost the Mayors of Laser",
    "release_id": "9fa53f43-9541-4e87-a31a-734286fee97f",
    "release_group_id": "723b41ad-d3c2-4c97-9b8b-3332b50575b9",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}