Information about plays

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

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

{
    "id": 3564805,
    "uri": "https://api.kexp.org/v2/plays/3564805/?format=api",
    "airdate": "2025-10-14T03:04:29-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia601307.us.archive.org/22/items/mbid-72995c3c-db08-4a2d-8823-f5d718b78c3d/mbid-72995c3c-db08-4a2d-8823-f5d718b78c3d-4173875361_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/22/items/mbid-72995c3c-db08-4a2d-8823-f5d718b78c3d/mbid-72995c3c-db08-4a2d-8823-f5d718b78c3d-4173875361_thumb250.jpg",
    "song": "Lies (live)",
    "track_id": "2d90d477-16d3-3db8-a3ee-53cfca7c0f82",
    "recording_id": "1d4231c5-67fb-4c08-840a-f6ad339efb46",
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Add It Up (1981–1993)",
    "release_id": "72995c3c-db08-4a2d-8823-f5d718b78c3d",
    "release_group_id": "c03aba2b-48ad-384b-b48a-de669eeffde7",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}