Information about plays

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

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

{
    "id": 3635442,
    "uri": "https://api.kexp.org/v2/plays/3635442/?format=api",
    "airdate": "2026-03-30T04:42:46-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://dn711205.ca.archive.org/0/items/mbid-8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19/mbid-8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19-9910321859_thumb500.jpg",
    "thumbnail_uri": "https://dn711205.ca.archive.org/0/items/mbid-8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19/mbid-8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19-9910321859_thumb250.jpg",
    "song": "That Hump",
    "track_id": "fe2eba4e-2de6-3b29-9735-06e13ae6e7b5",
    "recording_id": "88b3e5c7-0009-4b9f-aab0-e8f672f21360",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "New Amerykah, Part One (4th World War)",
    "release_id": "8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19",
    "release_group_id": "c418cb3c-047e-32c1-b899-54cbce4be8e8",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2008-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled \"There'll Never Be\" by Switch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}