Information about plays

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

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

{
    "id": 3580506,
    "uri": "https://api.kexp.org/v2/plays/3580506/?format=api",
    "airdate": "2025-11-20T04:17:19-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?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 stars alongside Cillian Murphy in \"Steve\", 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. www.youtube.com littlesimz.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}