Information about plays

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

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

{
    "id": 3600999,
    "uri": "https://api.kexp.org/v2/plays/3600999/?format=api",
    "airdate": "2026-01-06T12:17:58-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Living Rooms",
    "track_id": "413af2e7-3e9a-4525-921b-27d372f86b45",
    "recording_id": "4de90177-4fc6-4371-b759-cd269836c33c",
    "artist": "Bouquet",
    "artist_ids": [
        "38ff76dc-554d-476f-a1b1-19d7a3a7de43"
    ],
    "album": "Spellbreaker",
    "release_id": "158f32af-3c02-482e-9517-8304c5ad1296",
    "release_group_id": "5395f26b-cb43-40b8-8ea9-d70a4167899d",
    "labels": [
        "Ulrike Records"
    ],
    "label_ids": [
        "fe1303a5-2533-4aae-adfd-1f82e032ec8c"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bouquet is a dreampop duo from L.A., consisting of Carolyn Pennypacker Riggs (vocals/guitar) and Max Foreman (vocals/synthesizer).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}