Information about plays

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

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

{
    "id": 3592647,
    "uri": "https://api.kexp.org/v2/plays/3592647/?format=api",
    "airdate": "2025-12-18T10:16:36-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0d55d72-f77d-44e6-99f9-59a0eacb3ee8/5224225688-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0d55d72-f77d-44e6-99f9-59a0eacb3ee8/5224225688-250.jpg",
    "song": "Broken English",
    "track_id": null,
    "recording_id": "963b5752-421b-46dc-b11f-b03fae1efebb",
    "artist": "Marianne Faithfull",
    "artist_ids": [
        "14ed9dea-1bb0-4743-ba32-39674a71da89"
    ],
    "album": "Broken English",
    "release_id": null,
    "release_group_id": "96e40648-a0e2-320b-9592-fff4a49d9395",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English singer and actress Marianne Faithfull passed away on January 30th.\n\nMarianne began her career in 1964, after attending a party for the Rolling Stones. She also was in a relationship with Mick Jagger from 1966 to 1970. She was known for hits that included “As Tears Go By,” and for starring in roles in films including 1968’s ‘The Girl On A Motorcycle.’\n\nRead more about Marianne's legacy here: https://www.bbc.com/news/articles/cp8k931j423o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}