Information about plays

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

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

{
    "id": 3532348,
    "uri": "https://api.kexp.org/v2/plays/3532348/?format=api",
    "airdate": "2025-07-27T09:17:53-07:00",
    "show": 64128,
    "show_uri": "https://api.kexp.org/v2/shows/64128/?format=api",
    "image_uri": "https://coverartarchive.org/release/e60e3a62-bb55-4791-922e-fcb805185cd2/16008009638-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e60e3a62-bb55-4791-922e-fcb805185cd2/16008009638-250.jpg",
    "song": "For You",
    "track_id": null,
    "recording_id": "4d1d7576-0d4b-40f8-8ff0-e8f862528820",
    "artist": "Barbara & Ernie",
    "artist_ids": [
        "745015fc-e43f-40f5-951e-2d652ace4f97"
    ],
    "album": "Prelude to...",
    "release_id": null,
    "release_group_id": "9fe1aabc-96d5-4491-afe9-814d9ac11f51",
    "labels": [
        "Cotillion"
    ],
    "label_ids": [
        "d97da6f0-c0ba-4a60-8fd5-fb8edab24d32"
    ],
    "release_date": "1971-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Barbara Massey also worked with Jimi Hendrix, Quincy Jones, Herbie Hancock, and Cat Stevens. Ernie Calabria also collaborated with Nina Simone and Harry Belafonte.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}