Information about plays

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

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

{
    "id": 3536918,
    "uri": "https://api.kexp.org/v2/plays/3536918/?format=api",
    "airdate": "2025-08-07T02:38:14-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9b67bd0-74e1-4371-a156-563f4e6c8aaf/13964238591-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9b67bd0-74e1-4371-a156-563f4e6c8aaf/13964238591-250.jpg",
    "song": "Let Me Be Your Fantasy",
    "track_id": null,
    "recording_id": "4b445cbd-4133-4db7-9b87-d5577f1d9c8a",
    "artist": "Baby D",
    "artist_ids": [
        "c13c02a1-6af4-4248-8e10-ae8c0213e19e"
    ],
    "album": "Let Me Be Your Fantasy",
    "release_id": null,
    "release_group_id": "34997b90-aa88-3876-8012-a801cf71a3b3",
    "labels": [
        "Production House"
    ],
    "label_ids": [
        "660391fd-e69f-4593-9af3-6dd1e717d85f"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}