Information about plays

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

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

{
    "id": 3569488,
    "uri": "https://api.kexp.org/v2/plays/3569488/?format=api",
    "airdate": "2025-10-24T19:28:12-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Point and Kill",
    "track_id": null,
    "recording_id": "facd8d24-723e-44ac-9906-bb4c70bf2048",
    "artist": "Little Simz ft. Obongjayar",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979",
        "9fef8897-8e04-455c-9ac4-cb4c0f855dc5"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Point and Kill\" is Little Simz's collab with Nigerian/London artist Obongjayar.\n__\nCheck out Little Simz's full performance live on KEXP and interview with Gabriel here: https://youtu.be/ynoR0zEdMe4\n__\nWatch the official video for \"Point and Kill\" with Obongjayar: https://youtu.be/tvY31eN3gtE!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}