Information about plays

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

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

{
    "id": 3589269,
    "uri": "https://api.kexp.org/v2/plays/3589269/?format=api",
    "airdate": "2025-12-10T08:22:44-08:00",
    "show": 65338,
    "show_uri": "https://api.kexp.org/v2/shows/65338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dumb Waiters",
    "track_id": "0921144a-7c0f-45ac-825a-b64305fd680c",
    "recording_id": "e396d13f-4782-4805-b8da-4ae72ff3cbdb",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Talk Talk Talk",
    "release_id": "1b814d85-2c00-48c1-ba96-1f8592aa7d99",
    "release_group_id": "dd28f081-4d8c-34aa-afe3-a19b833954b5",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1981-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1981, Talk Talk Talk is the second studio album by the English rock band the Psychedelic Furs.\n\nhttps://thepsychedelicfurs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}