Information about plays

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

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

{
    "id": 3571315,
    "uri": "https://api.kexp.org/v2/plays/3571315/?format=api",
    "airdate": "2025-10-29T06:35:08-07:00",
    "show": 64963,
    "show_uri": "https://api.kexp.org/v2/shows/64963/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d4f39be-b3f8-4a3e-8894-2824a10d8b28/2229204018-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d4f39be-b3f8-4a3e-8894-2824a10d8b28/2229204018-250.jpg",
    "song": "They Stole My Chicken",
    "track_id": null,
    "recording_id": null,
    "artist": "Keith Frank",
    "artist_ids": [
        "3bcac2b1-18f8-4b63-b6fc-07094af101d9"
    ],
    "album": "What’s His Name?",
    "release_id": null,
    "release_group_id": "4c2a72e3-240f-413b-88c7-f5f33b0408df",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's your Walker Wormhole Wednesday selection for today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}