Information about plays

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

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

{
    "id": 3569754,
    "uri": "https://api.kexp.org/v2/plays/3569754/?format=api",
    "airdate": "2025-10-25T12:06:50-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "https://dn710007.ca.archive.org/0/items/mbid-d0f1a2dd-0406-470f-a366-3b181377e261/mbid-d0f1a2dd-0406-470f-a366-3b181377e261-36399756350_thumb500.jpg",
    "thumbnail_uri": "https://ia801600.us.archive.org/7/items/mbid-d0f1a2dd-0406-470f-a366-3b181377e261/mbid-d0f1a2dd-0406-470f-a366-3b181377e261-36399756350_thumb250.jpg",
    "song": "Cracked Pepper",
    "track_id": "e0e32ba4-de22-47e5-a11a-7aa27cb6899f",
    "recording_id": "109566ea-b7e1-44dd-b0fd-3349c81fc7d6",
    "artist": "Polyrhythmics",
    "artist_ids": [
        "551946bc-e6db-4d69-b50a-4f3cfb29963f"
    ],
    "album": "Fondue Party",
    "release_id": "d0f1a2dd-0406-470f-a366-3b181377e261",
    "release_group_id": "5ea215e8-eb07-4eb9-ab0e-d4fc5c989d68",
    "labels": [
        "Color Red"
    ],
    "label_ids": [
        "140fc8b0-b716-43fc-a78d-9e5eb5cf896c"
    ],
    "release_date": "2020-12-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fondue Party was released in 2020 from local band Polyrhythmics. They will be playing the Nectar Lounge on November 19.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}