Information about plays

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

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

{
    "id": 3542439,
    "uri": "https://api.kexp.org/v2/plays/3542439/?format=api",
    "airdate": "2025-08-20T10:28:05-07:00",
    "show": 64339,
    "show_uri": "https://api.kexp.org/v2/shows/64339/?format=api",
    "image_uri": "https://ia800306.us.archive.org/3/items/mbid-280d02e1-bf6b-4336-b082-5148d8208325/mbid-280d02e1-bf6b-4336-b082-5148d8208325-13700563591_thumb500.jpg",
    "thumbnail_uri": "https://ia800306.us.archive.org/3/items/mbid-280d02e1-bf6b-4336-b082-5148d8208325/mbid-280d02e1-bf6b-4336-b082-5148d8208325-13700563591_thumb250.jpg",
    "song": "Spiritual High (Part III)",
    "track_id": "c804c64b-f710-33f8-91de-86c6f0bda432",
    "recording_id": "4a30f06e-b78f-438f-8942-667c42157075",
    "artist": "Moodswings",
    "artist_ids": [
        "89193eaf-1f2a-4e59-94fb-6d7c1ab048f1"
    ],
    "album": "Moodfood",
    "release_id": "280d02e1-bf6b-4336-b082-5148d8208325",
    "release_group_id": "cc24be1c-a07c-303a-b0a6-95a95abb2fdc",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK-duo Moodswings is composed of Grant Showbiz and James F.T Hood. Moodfood, released in 1992, boasts vocals from Chrissy Hynde, and in this song, an excerpt of Dr. Martin Luther King, Jr.'s 1963 Lincoln Memorial speech. Here is Dr. King's speech in its entirety: https://n.pr/3L27LDa.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}