Information about plays

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

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

{
    "id": 3548411,
    "uri": "https://api.kexp.org/v2/plays/3548411/?format=api",
    "airdate": "2025-09-03T12:33:16-07:00",
    "show": 64463,
    "show_uri": "https://api.kexp.org/v2/shows/64463/?format=api",
    "image_uri": "https://ia600601.us.archive.org/34/items/mbid-713058bf-a8c8-4957-b62e-1890009108f3/mbid-713058bf-a8c8-4957-b62e-1890009108f3-16769839482_thumb500.jpg",
    "thumbnail_uri": "https://ia800601.us.archive.org/34/items/mbid-713058bf-a8c8-4957-b62e-1890009108f3/mbid-713058bf-a8c8-4957-b62e-1890009108f3-16769839482_thumb250.jpg",
    "song": "No More Shoes",
    "track_id": "5967503a-b023-3e4d-85de-f177247700e0",
    "recording_id": "ffca30ce-ac3d-4341-93f8-a677c8f0bf1a",
    "artist": "Stephen Malkmus",
    "artist_ids": [
        "eaefd603-84c1-4db4-a72b-0cb718a0cc07"
    ],
    "album": "Face the Truth",
    "release_id": "713058bf-a8c8-4957-b62e-1890009108f3",
    "release_group_id": "fa3dd29c-85ef-3512-8955-24f5be433c4a",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2005-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}