Information about plays

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

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

{
    "id": 3628324,
    "uri": "https://api.kexp.org/v2/plays/3628324/?format=api",
    "airdate": "2026-03-13T05:43:23-07:00",
    "show": 66167,
    "show_uri": "https://api.kexp.org/v2/shows/66167/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take the Loss",
    "track_id": null,
    "recording_id": null,
    "artist": "Safe Mind",
    "artist_ids": [],
    "album": "Cutting the Stone",
    "release_id": null,
    "release_group_id": "87de6b5a-825d-426a-aa39-9be7b9bf4e38",
    "labels": [
        "Nude Club"
    ],
    "label_ids": [],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Take the Loss” is a 2025 track by Safe Mind, from the album Cutting the Stone. It’s a collaboration with LUCY (Cooper B. Handy) and Boy Harsher’s Augustus Muller.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}