Information about plays

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

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

{
    "id": 3554840,
    "uri": "https://api.kexp.org/v2/plays/3554840/?format=api",
    "airdate": "2025-09-19T03:00:01-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/59cfb808-b6d4-41d9-bc9a-3aee46a4c480/15317328953-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59cfb808-b6d4-41d9-bc9a-3aee46a4c480/15317328953-250.jpg",
    "song": "New Dreams (12\")",
    "track_id": null,
    "recording_id": null,
    "artist": "Illinton feat. Coco Sapur",
    "artist_ids": [],
    "album": "New Dreams EP",
    "release_id": null,
    "release_group_id": "609665e5-3daa-3a01-9f70-e1a63313c416",
    "labels": [
        "Hooj Choons"
    ],
    "label_ids": [
        "c7cb6876-ef57-4064-a331-cde67e6790d7"
    ],
    "release_date": "2002-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HOOJ TRACK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}