Information about plays

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

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

{
    "id": 3535463,
    "uri": "https://api.kexp.org/v2/plays/3535463/?format=api",
    "airdate": "2025-08-03T16:03:11-07:00",
    "show": 64191,
    "show_uri": "https://api.kexp.org/v2/shows/64191/?format=api",
    "image_uri": "https://coverartarchive.org/release/34896707-186f-4eda-aabe-61e28ea94de2/19889831511-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34896707-186f-4eda-aabe-61e28ea94de2/19889831511-250.jpg",
    "song": "Washing Machine Heart",
    "track_id": null,
    "recording_id": "422ddf55-33c5-4111-b039-5ac48c0ad9a6",
    "artist": "Mitski",
    "artist_ids": [
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5"
    ],
    "album": "Be the Cowboy",
    "release_id": null,
    "release_group_id": "18564a20-d557-4f7c-81e7-8d1d40a1be55",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2018-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}