Information about plays

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

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

{
    "id": 3568781,
    "uri": "https://api.kexp.org/v2/plays/3568781/?format=api",
    "airdate": "2025-10-23T04:19:37-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Leave Too Soon",
    "track_id": null,
    "recording_id": null,
    "artist": "Little Simz",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "Don't Leave Too Soon",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Simz is starring alongside Cillian Murphy in \"Steve, Small Things Like These,\" director Tim Mielants’ drama set at a ’90s reform school. -- Little Simz co-wrote “Don’t Leave Too Soon” with producers and past collaborators Miles Clinton James and Matthew Nelson, and it’s the track that runs all through the \"Steve\" soundtrack. -- Here's the official video: www.youtube.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}