Information about plays

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

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

{
    "id": 3583089,
    "uri": "https://api.kexp.org/v2/plays/3583089/?format=api",
    "airdate": "2025-11-26T04:26:19-08:00",
    "show": 65212,
    "show_uri": "https://api.kexp.org/v2/shows/65212/?format=api",
    "image_uri": "https://dn721305.ca.archive.org/0/items/mbid-eaaf1077-5c2c-48b5-bb5a-761e13816a82/mbid-eaaf1077-5c2c-48b5-bb5a-761e13816a82-23690734365_thumb500.jpg",
    "thumbnail_uri": "https://dn721305.ca.archive.org/0/items/mbid-eaaf1077-5c2c-48b5-bb5a-761e13816a82/mbid-eaaf1077-5c2c-48b5-bb5a-761e13816a82-23690734365_thumb250.jpg",
    "song": "Simply the Best",
    "track_id": "bd63b5bc-2dbb-3bd1-8fba-e3a521a8d7c4",
    "recording_id": "01ecf10d-d9f8-409d-85ae-c22815737b92",
    "artist": "Tina Turner",
    "artist_ids": [
        "9072df14-b61e-42e2-b4f4-6bbb7fdb5586"
    ],
    "album": "Tina Live",
    "release_id": "eaaf1077-5c2c-48b5-bb5a-761e13816a82",
    "release_group_id": "3bb1cc6f-dde7-4565-befd-0f6b34ead934",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2009-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Tina today on her birthday:) Tina Turner was a singer, songwriter, actress, and author. Dubbed the \"Queen of Rock 'n' Roll\", Turner's vocal prowess, dynamic voice and electrifying stage presence helped to break racial and gender barriers in rock music. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}