Information about plays

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

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

{
    "id": 3605188,
    "uri": "https://api.kexp.org/v2/plays/3605188/?format=api",
    "airdate": "2026-01-16T18:04:38-08:00",
    "show": 65667,
    "show_uri": "https://api.kexp.org/v2/shows/65667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Mother We Share",
    "track_id": "07a23b2f-1fc5-42d1-9a71-c88ef62b3975",
    "recording_id": "a655a9d6-2438-4405-b72b-a74ad7f58249",
    "artist": "CHVRCHΞS",
    "artist_ids": [
        "6a93afbb-257f-4166-b389-9f2a1e5c5df8"
    ],
    "album": "The Bones of What You Believe",
    "release_id": "a6f975b9-ab03-4f43-89b9-14cfde95c008",
    "release_group_id": "b2cbaa83-cb77-4961-8ca3-816b24e5204f",
    "labels": [
        "Goodbye Records",
        "Glassnote"
    ],
    "label_ids": [
        "45c35fb0-1b47-4bea-9cb4-9d64fc77fda1",
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2013-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Madeline !",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}