Information about plays

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

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

{
    "id": 3641010,
    "uri": "https://api.kexp.org/v2/plays/3641010/?format=api",
    "airdate": "2026-04-12T01:56:25-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/e97fed36-eb04-48ab-aa1d-4ad5b5deafa1/9221594109-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e97fed36-eb04-48ab-aa1d-4ad5b5deafa1/9221594109-250.jpg",
    "song": "Ghost of Teeth and Hair",
    "track_id": null,
    "recording_id": "8b48a14f-4856-4a69-b23d-cf11839b5dd2",
    "artist": "Cretin",
    "artist_ids": [
        "1402f7db-ecdb-4d5b-ad65-c1186be90197"
    ],
    "album": "Stranger",
    "release_id": null,
    "release_group_id": "f1015db3-c85b-4fff-b11d-d8ec03b9c9b7",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2014-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Formed in 1992 by guitarist and vocalist, Marissa Martinez, and bassist, Matt Widener, Cretin was the Santa Cruz Mountains' answer to the wave of death metal and grind that was infesting the scene...\" Read more: https://cretin.bandcamp.com/album/stranger Catch them live at NWTF on Saturday, May 9.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}