Information about plays

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

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

{
    "id": 3589302,
    "uri": "https://api.kexp.org/v2/plays/3589302/?format=api",
    "airdate": "2025-12-10T10:28:53-08:00",
    "show": 65339,
    "show_uri": "https://api.kexp.org/v2/shows/65339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shy Girl",
    "track_id": "8b11e670-59b8-47e5-b99c-c2d254850a41",
    "recording_id": "1adb1400-b55b-4f85-ab4c-032278e040f8",
    "artist": "Haute & Freddy",
    "artist_ids": [
        "44130072-d72e-4926-8cb7-6163189bc9b0"
    ],
    "album": "Shy Girl",
    "release_id": "2e6c1703-3123-4e41-9ed5-d59a33c33647",
    "release_group_id": "b393604f-c512-4191-90c7-f5a930ddee16",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles duo Haute and Freddy is the \"dazzling brainchild\" of Michelle Buzz and Lance Ship.\n\nhttps://www.hauteandfreddy.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}