Information about plays

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

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

{
    "id": 3581343,
    "uri": "https://api.kexp.org/v2/plays/3581343/?format=api",
    "airdate": "2025-11-22T06:38:12-08:00",
    "show": 65176,
    "show_uri": "https://api.kexp.org/v2/shows/65176/?format=api",
    "image_uri": "https://coverartarchive.org/release/fd884182-e47b-4deb-8d11-41cc3fca7854/32321602345-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fd884182-e47b-4deb-8d11-41cc3fca7854/32321602345-250.jpg",
    "song": "Thin Flesh",
    "track_id": null,
    "recording_id": "681a2703-7c71-4520-aded-82f48dfbb286",
    "artist": "TRAITRS",
    "artist_ids": [
        "0ef1dab1-4419-418e-90e7-14ce7a56bec7"
    ],
    "album": "Butcher's Coin",
    "release_id": null,
    "release_group_id": "da099588-2776-41be-987f-26ee7900a1c7",
    "labels": [
        "Alchera Visions"
    ],
    "label_ids": [
        "88eb56df-5e9d-4e81-bdb5-7fbde1216104"
    ],
    "release_date": "2018-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}