Information about plays

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

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

{
    "id": 3567701,
    "uri": "https://api.kexp.org/v2/plays/3567701/?format=api",
    "airdate": "2025-10-20T18:24:12-07:00",
    "show": 64889,
    "show_uri": "https://api.kexp.org/v2/shows/64889/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a9b222d-950f-4ca1-8142-918444c33bcc/19747489694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a9b222d-950f-4ca1-8142-918444c33bcc/19747489694-250.jpg",
    "song": "Driving Away From Home (Wicked Weather for Walking)",
    "track_id": null,
    "recording_id": "3b439f1e-d811-48e9-908f-b53efd1bed8f",
    "artist": "It’s Immaterial",
    "artist_ids": [
        "9727aab0-4f07-44f1-8b5b-72e229c872d3"
    ],
    "album": "Classic Alternatives, Volume 3",
    "release_id": null,
    "release_group_id": "78b45ebd-4aa1-3799-a736-1d5ae6aab45c",
    "labels": [
        "SPG Music"
    ],
    "label_ids": [
        "7424cfb8-ba8c-4c77-85f4-9e5f202fdd20"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}