Information about plays

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

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

{
    "id": 3657428,
    "uri": "https://api.kexp.org/v2/plays/3657428/?format=api",
    "airdate": "2026-05-20T23:39:45-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb3dc614-17fd-4286-ab19-b73ec9e21ef3/16540851912-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb3dc614-17fd-4286-ab19-b73ec9e21ef3/16540851912-250.jpg",
    "song": "Bubbles",
    "track_id": null,
    "recording_id": "f9e42959-de7d-478a-8294-039df5d6472a",
    "artist": "The Free Design",
    "artist_ids": [
        "8e2188f5-c28b-4cf5-9f01-b3ed0ed2b00b"
    ],
    "album": "Stars/Time/Bubbles/Love",
    "release_id": null,
    "release_group_id": "7c20f1f7-e0d9-306b-b430-51414a034941",
    "labels": [
        "Project 3 Records"
    ],
    "label_ids": [
        "e5fd33c2-6d7b-4568-8333-d1458ff89008"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}