Information about plays

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

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

{
    "id": 3542111,
    "uri": "https://api.kexp.org/v2/plays/3542111/?format=api",
    "airdate": "2025-08-19T15:38:07-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://coverartarchive.org/release/98d8b443-cabe-4701-820a-b417f07356ee/35352451227-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98d8b443-cabe-4701-820a-b417f07356ee/35352451227-250.jpg",
    "song": "비가 오네",
    "track_id": null,
    "recording_id": "7f093a6c-3f73-4fc4-8eee-900c78ae7f0b",
    "artist": "김정미",
    "artist_ids": [
        "2304cb80-bb44-4727-a6b2-7a4a2cd1c5c8"
    ],
    "album": "Now",
    "release_id": null,
    "release_group_id": "66301651-80fa-43d0-8cab-7109195fd2f3",
    "labels": [
        "World Psychedelia Ltd."
    ],
    "label_ids": [
        "e4091a1e-bd4e-4ccf-ae48-0bf77d40f5b0"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KIM JUNG MI \"Now\"\n\nAt the dawn of the 1970’s, South Korea’s rock music scene was at its zenith. Much of the reason for this was the god-like musical touch of guitar wizard, songwriter, producer, and arranger Shin Joong Hyun. For this album, he took a young girl named Kim Jung Mi, and transformed her from a wallflower student into a folk-psych chanteuse in record time. Read more about the album...https://www.lionproductions.org/pages/KIMJUNGMI.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}