Information about plays

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

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

{
    "id": 3640728,
    "uri": "https://api.kexp.org/v2/plays/3640728/?format=api",
    "airdate": "2026-04-11T12:24:30-07:00",
    "show": 66425,
    "show_uri": "https://api.kexp.org/v2/shows/66425/?format=api",
    "image_uri": "https://coverartarchive.org/release/3b52c31d-9b0a-490e-bb80-871e3e264d21/26585814017-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3b52c31d-9b0a-490e-bb80-871e3e264d21/26585814017-250.jpg",
    "song": "Through With You",
    "track_id": null,
    "recording_id": "9fe66402-d368-41e3-81bb-b623c58967fe",
    "artist": "The Lemon Pipers",
    "artist_ids": [
        "fd86da6c-c2e2-4792-85c8-b68282da6271"
    ],
    "album": "Green Tambourine",
    "release_id": null,
    "release_group_id": "284f5623-2fc8-304d-a2ba-d420b1ab233d",
    "labels": [
        "Talking Elephant"
    ],
    "label_ids": [
        "e24c4275-c4bb-4f19-8cc4-ec5746b365d3"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}