Information about plays

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

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

{
    "id": 3668043,
    "uri": "https://api.kexp.org/v2/plays/3668043/?format=api",
    "airdate": "2026-06-14T23:57:59-07:00",
    "show": 66990,
    "show_uri": "https://api.kexp.org/v2/shows/66990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "inside",
    "track_id": null,
    "recording_id": "f4390949-8619-4333-b4c8-3087b6f6c90f",
    "artist": "not even noticed",
    "artist_ids": [
        "088dbb4f-c305-4f59-97d6-6917b473aae9"
    ],
    "album": "space beyond noise",
    "release_id": null,
    "release_group_id": "4a9877b5-4ee2-4ed2-9c46-34f722c60499",
    "labels": [
        "Tartelet Records"
    ],
    "label_ids": [
        "7a2efac9-692f-4b26-9f55-c42d4c608bcc"
    ],
    "release_date": "2026-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}