Information about plays

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

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

{
    "id": 3543168,
    "uri": "https://api.kexp.org/v2/plays/3543168/?format=api",
    "airdate": "2025-08-22T04:44:39-07:00",
    "show": 64352,
    "show_uri": "https://api.kexp.org/v2/shows/64352/?format=api",
    "image_uri": "https://coverartarchive.org/release/59c5c1fd-0425-3240-bfc1-a63cdd35ebc8/4402009867-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59c5c1fd-0425-3240-bfc1-a63cdd35ebc8/4402009867-250.jpg",
    "song": "Slip",
    "track_id": null,
    "recording_id": "22e9527e-b6d1-49d1-9dc3-e616fd26c27d",
    "artist": "Autechre",
    "artist_ids": [
        "410c9baf-5469-44f6-9852-826524b80c61"
    ],
    "album": "Amber",
    "release_id": null,
    "release_group_id": "44818c20-67ee-37d2-a8bf-d157fd99ae0b",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1994-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing two sold out shows in Seattle at the Crocodile on Monday, October 6!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}