Information about plays

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

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

{
    "id": 3594376,
    "uri": "https://api.kexp.org/v2/plays/3594376/?format=api",
    "airdate": "2025-12-22T07:30:56-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slack Line",
    "track_id": "2e86a0dc-5198-4517-900a-44ee1067f145",
    "recording_id": "332d8410-0948-4848-b84c-fc35be117223",
    "artist": "Anolah feat. Hak Baker",
    "artist_ids": [
        "e23e881d-76c2-4a2e-a035-2c5ecccd2bb4",
        "de18b0ee-8eee-484d-b223-74a7c1083558"
    ],
    "album": "Slack Line (feat. Hak Baker)",
    "release_id": "4def343a-c807-4fe3-95ad-937e0beb39d8",
    "release_group_id": "94742ec3-5ddc-4642-b368-da374970f4e8",
    "labels": [
        "Speedy Wunderground"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2025-11-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Anolah with Hak Baker! Check out the video here: https://www.youtube.com/watch?v=oIijZiU7p5w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}