Information about plays

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

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

{
    "id": 3565248,
    "uri": "https://api.kexp.org/v2/plays/3565248/?format=api",
    "airdate": "2025-10-15T03:36:03-07:00",
    "show": 64838,
    "show_uri": "https://api.kexp.org/v2/shows/64838/?format=api",
    "image_uri": "https://coverartarchive.org/release/db5746a6-6d62-4406-ae6f-14b17b849aa8/35213718930-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db5746a6-6d62-4406-ae6f-14b17b849aa8/35213718930-250.jpg",
    "song": "Way Past Three",
    "track_id": null,
    "recording_id": "600077c8-ea22-4d47-b995-ed4aec11e7b8",
    "artist": "NightBus",
    "artist_ids": [
        "208702fb-f566-451a-89bb-8d4362f3c8be"
    ],
    "album": "Way Past Three",
    "release_id": null,
    "release_group_id": "429743c0-47f4-4b8d-bd3d-875d39044a03",
    "labels": [
        "So Young Records"
    ],
    "label_ids": [
        "f6aa3f7b-77dd-4f29-90c8-5b7c6919b24e"
    ],
    "release_date": "2023-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Indeed.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}