Information about plays

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

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

{
    "id": 3554235,
    "uri": "https://api.kexp.org/v2/plays/3554235/?format=api",
    "airdate": "2025-09-17T15:43:30-07:00",
    "show": 64587,
    "show_uri": "https://api.kexp.org/v2/shows/64587/?format=api",
    "image_uri": "https://ia800703.us.archive.org/33/items/mbid-0fa577fe-70e5-4282-b3b8-89e26811386a/mbid-0fa577fe-70e5-4282-b3b8-89e26811386a-23232059703_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/33/items/mbid-0fa577fe-70e5-4282-b3b8-89e26811386a/mbid-0fa577fe-70e5-4282-b3b8-89e26811386a-23232059703_thumb250.jpg",
    "song": "Vyzee",
    "track_id": "04cf5f04-7216-4abb-839b-3c053881f392",
    "recording_id": "6964390c-d68d-4672-a557-293393bbf602",
    "artist": "SOPHIE",
    "artist_ids": [
        "774b02d7-5056-4b0f-9d69-a82b6ae27cde"
    ],
    "album": "Product",
    "release_id": "0fa577fe-70e5-4282-b3b8-89e26811386a",
    "release_group_id": "787dc5d8-8a38-4a1c-b9f1-9edf7bcd653d",
    "labels": [
        "Numbers."
    ],
    "label_ids": [
        "48156ade-ac70-49b0-aad0-3e06b74bc5a7"
    ],
    "release_date": "2015-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is the birthday (1986) of Sopie Xeon, the Scottish-born DJ, producer, and songwriter who performed as SOPHIE. She died in a tragic fall in Athens in 2011: https://www.theguardian.com/music/2024/sep/20/sophie-posthumous-album-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}