Information about plays

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

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

{
    "id": 3611046,
    "uri": "https://api.kexp.org/v2/plays/3611046/?format=api",
    "airdate": "2026-01-30T13:06:37-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "https://ia803100.us.archive.org/18/items/mbid-098c8554-da26-4a4f-b1ac-4ca4ba08860c/mbid-098c8554-da26-4a4f-b1ac-4ca4ba08860c-18773308733_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/18/items/mbid-098c8554-da26-4a4f-b1ac-4ca4ba08860c/mbid-098c8554-da26-4a4f-b1ac-4ca4ba08860c-18773308733_thumb250.jpg",
    "song": "Sorrow Tears and Blood",
    "track_id": "4c72c27a-f17b-32b8-8aa7-82060a04582d",
    "recording_id": "e78b049e-431f-41bd-ad7f-1a91346f1208",
    "artist": "Fela Kuti",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a"
    ],
    "album": "Original Suffer Head",
    "release_id": "098c8554-da26-4a4f-b1ac-4ca4ba08860c",
    "release_group_id": "67942b50-65c7-3b7c-9f59-804a48c30e2d",
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1992-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}