Information about plays

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

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

{
    "id": 3583909,
    "uri": "https://api.kexp.org/v2/plays/3583909/?format=api",
    "airdate": "2025-11-28T03:24:43-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bean Bowl",
    "track_id": "2866e3dc-cad9-3bb0-95b2-5bd29919f975",
    "recording_id": "9980b68b-7fd2-489d-922f-6251417b6c55",
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Ghosts of Hallelujah",
    "release_id": "d3e5aabb-4f09-4b03-a65e-38c9d9759e1d",
    "release_group_id": "6f35e491-cdc5-36b2-9e73-239426daf75a",
    "labels": [
        "Munich Records"
    ],
    "label_ids": [
        "a71957ec-e81c-432f-b587-9648cf3bdb58"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}