Information about plays

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

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

{
    "id": 3592712,
    "uri": "https://api.kexp.org/v2/plays/3592712/?format=api",
    "airdate": "2025-12-18T14:56:56-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?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": "afc44735-6c7a-4243-81fd-549fa74848ed",
    "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": "\"I am so saddened to hear of the death of Marianne Faithfull,\" Mick Jagger wrote. \"She was so much part of my life for so long. She was a wonderful friend, a beautiful singer and a great actress. She will always be remembered.\" Marianne Faithful died in January at age 78. She released 22 solo albums and collaborated with many big names in music.: https://www.theguardian.com/culture/2025/jan/31/marianne-faithfull-obituary\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}