Information about plays

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

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

{
    "id": 3594009,
    "uri": "https://api.kexp.org/v2/plays/3594009/?format=api",
    "airdate": "2025-12-21T12:04:01-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Believe (In Him)",
    "track_id": "927de71f-88df-40c7-97ba-e6696b5b6462",
    "recording_id": "b921a8c6-2134-4129-8da7-1550d20bfd61",
    "artist": "De La Soul feat. STOUT & K. Butler & The Collective",
    "artist_ids": [
        "82876d3c-8009-422e-8683-c3b3f25443d4",
        "a6bf13ff-7ab9-426b-8711-d8dc7825edc9",
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Cabin in the Sky",
    "release_id": "ffdb0202-6992-4e20-8385-9c8cea86096a",
    "release_group_id": "05e414ac-82dd-4fbd-bd85-a6d294c8a1df",
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album released last month.\n\nhttps://www.wearedelasoul.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}