Information about plays

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

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

{
    "id": 3583939,
    "uri": "https://api.kexp.org/v2/plays/3583939/?format=api",
    "airdate": "2025-11-28T05:06:35-08:00",
    "show": 65229,
    "show_uri": "https://api.kexp.org/v2/shows/65229/?format=api",
    "image_uri": "https://ia801608.us.archive.org/22/items/mbid-be407ed2-1c8e-4f14-869f-147239048180/mbid-be407ed2-1c8e-4f14-869f-147239048180-9062865930_thumb500.jpg",
    "thumbnail_uri": "https://ia601608.us.archive.org/22/items/mbid-be407ed2-1c8e-4f14-869f-147239048180/mbid-be407ed2-1c8e-4f14-869f-147239048180-9062865930_thumb250.jpg",
    "song": "Hayling",
    "track_id": "ab7818ef-932c-3b9b-a3e9-996643c54540",
    "recording_id": "6deb91d4-fdbc-48a5-9e7b-d5e2cfee0756",
    "artist": "FC Kahuna",
    "artist_ids": [
        "df360f0d-44bf-44c4-9b60-38d4fc13996a"
    ],
    "album": "Machine Says Yes",
    "release_id": "be407ed2-1c8e-4f14-869f-147239048180",
    "release_group_id": "d84a2d70-145e-3e61-999a-db6257199c31",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "FC Kahuna was a British DJ and electronic music production duo, consisting of Jon Nowell and Daniel Ormondroyd. The group released only one album, Machine Says Yes, in the spring of 2002. Their professional name, FC Kahuna, was inspired by their notorious club night called Big Kahuna Burger, a reference to the fictional burger chain in Quentin Tarantino's films.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}