Information about plays

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

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

{
    "id": 3535699,
    "uri": "https://api.kexp.org/v2/plays/3535699/?format=api",
    "airdate": "2025-08-04T06:24:25-07:00",
    "show": 64197,
    "show_uri": "https://api.kexp.org/v2/shows/64197/?format=api",
    "image_uri": "https://ia600501.us.archive.org/23/items/mbid-0e834c72-21ac-486a-8ea5-cc4e99d0e372/mbid-0e834c72-21ac-486a-8ea5-cc4e99d0e372-36838402703_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/23/items/mbid-0e834c72-21ac-486a-8ea5-cc4e99d0e372/mbid-0e834c72-21ac-486a-8ea5-cc4e99d0e372-36838402703_thumb250.jpg",
    "song": "Animal Farm",
    "track_id": "33e6f49a-06cc-3b51-a78f-6bbf1f76995a",
    "recording_id": "8ef16e0e-2188-4469-9fcf-8c071055f156",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "The Kinks Are the Village Green Preservation Society",
    "release_id": "0e834c72-21ac-486a-8ea5-cc4e99d0e372",
    "release_group_id": "4516a30e-939c-3b2b-a8ea-f94ae418d3a6",
    "labels": [
        "Essential! Records"
    ],
    "label_ids": [
        "9351301f-8a99-41f3-96f5-9aac14bf7ac7"
    ],
    "release_date": "1998-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Kinks' sixth studio album, this track expresses feelings of pastoral bliss in recollecting life on a small farm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}