Information about plays

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

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

{
    "id": 3557808,
    "uri": "https://api.kexp.org/v2/plays/3557808/?format=api",
    "airdate": "2025-09-26T03:40:37-07:00",
    "show": 64662,
    "show_uri": "https://api.kexp.org/v2/shows/64662/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6f7014d-43df-410d-bf2c-842a1a0f7cf6/10619208177-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6f7014d-43df-410d-bf2c-842a1a0f7cf6/10619208177-250.jpg",
    "song": "When Your Parents Go To Sleep",
    "track_id": null,
    "recording_id": "eb09c94b-9c5d-4b3f-b3f8-49b67432107a",
    "artist": "Kevin Ayers",
    "artist_ids": [
        "ad4ba77a-2382-4367-b687-89d38c58e16d"
    ],
    "album": "Bananamour",
    "release_id": null,
    "release_group_id": "8d8d8ea2-54ac-3fd4-a8b4-7c73d5a040a9",
    "labels": [
        "Limited Edition"
    ],
    "label_ids": [
        "65423161-ee76-4dd5-9a36-ce8272c73787"
    ],
    "release_date": "1973-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}