Information about plays

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

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

{
    "id": 3572044,
    "uri": "https://api.kexp.org/v2/plays/3572044/?format=api",
    "airdate": "2025-10-31T02:26:30-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Berghain",
    "track_id": null,
    "recording_id": null,
    "artist": "Yves Tumor, Björk, ROSALÍA",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3",
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb",
        "25f3abd9-63b5-471a-bd25-feb9672dfa11"
    ],
    "album": "LUX",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "!!!\n\nhttps://www.youtube.com/watch?v=htQBS2Ikz6c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}