Information about plays

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

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

{
    "id": 3539534,
    "uri": "https://api.kexp.org/v2/plays/3539534/?format=api",
    "airdate": "2025-08-13T09:08:15-07:00",
    "show": 64277,
    "show_uri": "https://api.kexp.org/v2/shows/64277/?format=api",
    "image_uri": "https://ia800206.us.archive.org/5/items/mbid-f43f6018-82e1-3b7a-b5ac-5594d40a0a63/mbid-f43f6018-82e1-3b7a-b5ac-5594d40a0a63-6689063930_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/5/items/mbid-f43f6018-82e1-3b7a-b5ac-5594d40a0a63/mbid-f43f6018-82e1-3b7a-b5ac-5594d40a0a63-6689063930_thumb250.jpg",
    "song": "Be Good Johnny",
    "track_id": "db95eda5-9aec-386f-9e03-c7716f41b245",
    "recording_id": "3e2d445e-a610-470d-8729-33dcf7595ac3",
    "artist": "Men at Work",
    "artist_ids": [
        "395cc503-63b5-4a0b-a20a-604e3fcacea2"
    ],
    "album": "Business as Usual",
    "release_id": "8889cfad-3b67-3f6a-962b-deb41b6cc7cf",
    "release_group_id": "c9bff180-434f-3c93-aba5-ff579e3976aa",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, told from the perspective of a nine-year-old boy, was written by frontman Colin Hay and multi-instrumentalist Greg Ham.\n==\nColin has an exciting and busy 2025 ahead, featuring performances with Ringo Starr’s All-Starr Band, the Men At Work, TOTO, and Christopher Cross Summer tour, along with solo shows scheduled for later in the year!\nhttps://www.colinhay.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}