Information about plays

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

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

{
    "id": 3553623,
    "uri": "https://api.kexp.org/v2/plays/3553623/?format=api",
    "airdate": "2025-09-16T04:15:53-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://dn720701.ca.archive.org/0/items/mbid-d0d93466-f392-4133-b47f-4ddba1336301/mbid-d0d93466-f392-4133-b47f-4ddba1336301-42830692800_thumb500.jpg",
    "thumbnail_uri": "https://ia600909.us.archive.org/6/items/mbid-d0d93466-f392-4133-b47f-4ddba1336301/mbid-d0d93466-f392-4133-b47f-4ddba1336301-42830692800_thumb250.jpg",
    "song": "Gamma (need the <3)",
    "track_id": "61f53650-6404-405d-8067-c1fca0e12d87",
    "recording_id": "fb25f8cc-343d-40b3-b880-dcc0b3ab01a4",
    "artist": "Earl Sweatshirt",
    "artist_ids": [
        "8b22acd6-20e6-4463-a75c-c14b5cfdb666"
    ],
    "album": "Live Laugh Love",
    "release_id": "d0d93466-f392-4133-b47f-4ddba1336301",
    "release_group_id": "4cfc8830-0de7-4617-b886-ce9507f7580d",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Earl is performing in Seattle on Dec 16 (Showbox) & November 7 in SF (The Warfield).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}