Information about plays

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

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

{
    "id": 3545994,
    "uri": "https://api.kexp.org/v2/plays/3545994/?format=api",
    "airdate": "2025-08-28T19:25:48-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "light",
    "track_id": null,
    "recording_id": "6bcbd192-5d66-49bd-b97c-f24f83cf35a1",
    "artist": "wave to earth",
    "artist_ids": [
        "89e95aa3-bd49-4af3-9c87-0d88b2093bb0"
    ],
    "album": "light",
    "release_id": null,
    "release_group_id": "4cafc097-ac47-40d7-be73-3f32703c76ea",
    "labels": [
        "we are not 0"
    ],
    "label_ids": [
        "2b156e8c-90b2-4de7-8fce-9d6b8c21ad3e"
    ],
    "release_date": "2019-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wave to Earth is a South Korean indie rock band that formed in 2019 and consists of Kim Daniel (vocalist, guitarist), Shin Dongkyu (drummer), and Cha Soonjong (bassist). They are known for their lo-fi, guitar-based indie pop with jazz influences, creating a dreamy atmosphere and featuring predominantly English lyrics about themes of love and longing.\n--\nhttps://wave-to-earth.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}