Information about plays

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

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

{
    "id": 3623010,
    "uri": "https://api.kexp.org/v2/plays/3623010/?format=api",
    "airdate": "2026-02-27T13:42:05-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "https://coverartarchive.org/release/11ab45df-ee87-4785-8dde-a317b180c9fe/31568155367-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/11ab45df-ee87-4785-8dde-a317b180c9fe/31568155367-250.jpg",
    "song": "The Medium",
    "track_id": null,
    "recording_id": "e4dc2b8f-0b89-4fc5-8d4a-0266b487e381",
    "artist": "Toro y Moi feat. Unknown Mortal Orchestra",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed",
        "e2305342-0bde-4a2c-aed0-4b88694834de"
    ],
    "album": "MAHAL",
    "release_id": null,
    "release_group_id": "56debeaa-5db4-4c68-bfd5-a4c6b19128cf",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2022-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Medium\" features Unknown Mortal Orchestra's Ruban Nielson on lead guitar - check out the short film, \"Goes By So Fast\" featuring Eric Andre that accompanied \"MAHAL\": https://bit.ly/3K8kjXN\n\nhttps://toroymoi.com/#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}