Information about plays

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

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

{
    "id": 3599068,
    "uri": "https://api.kexp.org/v2/plays/3599068/?format=api",
    "airdate": "2026-01-02T03:33:40-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rewind",
    "track_id": "d8e879bd-35e5-4c92-8784-20d30c991cc7",
    "recording_id": "80f267a7-d20a-444a-907c-d6228acdc244",
    "artist": "The Grizzled Mighty",
    "artist_ids": [
        "2bd3c0ea-38b5-4159-b347-e99659b71c49"
    ],
    "album": "Confetti Teeth",
    "release_id": "f4d4d819-cd09-471a-8fce-650effe2bb37",
    "release_group_id": "c3bbf13e-2b55-41ce-aac5-7f94b4e45032",
    "labels": [
        "Freakout Records"
    ],
    "label_ids": [
        "3ebf3fbb-4659-4ba5-ad0f-31803d26c131"
    ],
    "release_date": "2020-04-24",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "That's DJ Jewel, host of Astral Plane, on the bass!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}