Information about plays

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

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

{
    "id": 3549980,
    "uri": "https://api.kexp.org/v2/plays/3549980/?format=api",
    "airdate": "2025-09-07T09:19:42-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d56f1f5-b4f3-46d6-97c2-8e57424ad297/1501960006-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d56f1f5-b4f3-46d6-97c2-8e57424ad297/1501960006-250.jpg",
    "song": "Lady With the Braid",
    "track_id": null,
    "recording_id": "2eb29501-3d87-4487-8684-ab2360fc6d85",
    "artist": "Dory Previn",
    "artist_ids": [
        "230ebdaa-5a64-41c2-95fd-136884b25396"
    ],
    "album": "Mythical Kings and Iguanas",
    "release_id": null,
    "release_group_id": "94dd9705-8f8a-40d9-b675-deff0b84c1f5",
    "labels": [
        "Mediarts"
    ],
    "label_ids": [
        "4c80c613-7573-400d-9cd3-488cba429b91"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The New Jersey singer got her start writing lyrics for Hollywood movies with her then husband, for which she received three Oscar nominations. After her husband cheated on her with Mia Farrow and she was hospitalized for mental health issues she decided to focus her songwriting on her personal experiences.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}