Information about plays

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

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

{
    "id": 3665208,
    "uri": "https://api.kexp.org/v2/plays/3665208/?format=api",
    "airdate": "2026-06-08T04:02:57-07:00",
    "show": 66933,
    "show_uri": "https://api.kexp.org/v2/shows/66933/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-2113fbb8-c2b3-4aaf-9b33-92845940f82d/mbid-2113fbb8-c2b3-4aaf-9b33-92845940f82d-7494618980_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-2113fbb8-c2b3-4aaf-9b33-92845940f82d/mbid-2113fbb8-c2b3-4aaf-9b33-92845940f82d-7494618980_thumb250.jpg",
    "song": "4 AM",
    "track_id": "dba48376-dc53-4e18-9a1c-c6bf3bfc5daf",
    "recording_id": "9739bc23-8683-463b-822a-39525fe7653b",
    "artist": "Taylor McFerrin",
    "artist_ids": [
        "7abc2c7b-f47f-4d94-b75f-8cb4ca926899"
    ],
    "album": "Early Riser",
    "release_id": "2113fbb8-c2b3-4aaf-9b33-92845940f82d",
    "release_group_id": "8f5378b3-13ba-44fb-b862-83c371230219",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2014-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}