Information about plays

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

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

{
    "id": 3616768,
    "uri": "https://api.kexp.org/v2/plays/3616768/?format=api",
    "airdate": "2026-02-13T00:24:37-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Paisley Window Pane",
    "track_id": null,
    "recording_id": "22d8448f-dcce-46e1-8139-96062c73d8f2",
    "artist": "Wendy & Bonnie",
    "artist_ids": [
        "7ceac53b-8cca-4f39-b61d-17445aa55a35"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Skye Records"
    ],
    "label_ids": [
        "d51ae58b-c397-4611-b11d-7e0f7f0ec03d"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}