Information about plays

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

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

{
    "id": 3600957,
    "uri": "https://api.kexp.org/v2/plays/3600957/?format=api",
    "airdate": "2026-01-06T10:04:59-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wishing Well",
    "track_id": "0bdd05b5-0f32-3f14-97dd-5d4bea765ab0",
    "recording_id": "0a3af017-2b2e-40ee-af89-6e9f5c8d57f5",
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "Workbook",
    "release_id": "1a547adc-c99e-4c55-87b1-5d7da769d743",
    "release_group_id": "ae6ae7de-a78f-32e5-9dcf-d3bf8b5827c8",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1989-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Bob Mould share a reading from his groundbreaking memoir See A Little Light: The Trail of Rage and Melody and then perform \"Wishing Well\" solo: https://www.youtube.com/watch?v=4zF8sYSyHkg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}