Information about plays

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

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

{
    "id": 3591420,
    "uri": "https://api.kexp.org/v2/plays/3591420/?format=api",
    "airdate": "2025-12-15T12:10:57-08:00",
    "show": 65386,
    "show_uri": "https://api.kexp.org/v2/shows/65386/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Air Conditioning",
    "track_id": "6022134e-0e44-465e-a0ec-f34b73c59c41",
    "recording_id": "3dd62a3a-b403-4ac9-a85a-bb7d3ef1c7c8",
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Oshin",
    "release_id": "15fc821b-feed-4fd7-9f01-12f8463a1c1e",
    "release_group_id": "94a2b79b-6d40-4bcc-af30-7e64595a913b",
    "labels": [
        "Spunk!"
    ],
    "label_ids": [
        "c7a85cd3-b402-4f01-8019-6751e71f777f"
    ],
    "release_date": "2012-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn's DIIV last performed Live on KEXP last year! Check out the performance here:\n\nhttps://www.youtube.com/watch?v=OlsfSjXVHF0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}