Information about plays

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

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

{
    "id": 3592766,
    "uri": "https://api.kexp.org/v2/plays/3592766/?format=api",
    "airdate": "2025-12-18T18:03:44-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swallowed Your Cure",
    "track_id": "741022ae-4b2b-3853-b9f3-aaf5ef1fec5f",
    "recording_id": "28de66ed-637d-4735-9e4b-42da58ca39c6",
    "artist": "Dramarama",
    "artist_ids": [
        "82de13af-4af0-4e43-8491-e1b779cb4b7b"
    ],
    "album": "Hi-Fi Sci-Fi",
    "release_id": "acf6d525-15c2-4b42-83e8-d9ad0d51743a",
    "release_group_id": "6b8a8f93-9e8b-38ed-909b-93dab5297783",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating Clem Burke who died in April.\n\nWhen Blondie was disbanded, Burke played drums for Dramarama, the Romantics (for whom Burke was the regular drummer between 1990 and 2004), Pete Townshend, Bob Dylan,  Eurythmics, the Fleshtones, Iggy Pop, and Joan Jett, amongst others.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}