Information about plays

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

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

{
    "id": 3549696,
    "uri": "https://api.kexp.org/v2/plays/3549696/?format=api",
    "airdate": "2025-09-06T17:56:22-07:00",
    "show": 64493,
    "show_uri": "https://api.kexp.org/v2/shows/64493/?format=api",
    "image_uri": "https://ia801003.us.archive.org/5/items/mbid-97bb5ee2-e62e-475f-955e-850f12a35b96/mbid-97bb5ee2-e62e-475f-955e-850f12a35b96-42813460669_thumb500.jpg",
    "thumbnail_uri": "https://ia801003.us.archive.org/5/items/mbid-97bb5ee2-e62e-475f-955e-850f12a35b96/mbid-97bb5ee2-e62e-475f-955e-850f12a35b96-42813460669_thumb250.jpg",
    "song": "After All",
    "track_id": "1f760833-4bf2-4908-a054-922d487c7b2e",
    "recording_id": "a5f265da-5361-4db2-9d3f-373937bfc3d1",
    "artist": "Dear Boy feat. Rocket",
    "artist_ids": [
        "9563966d-ca18-44f7-9d72-87a1fe27ae9d",
        "f518cc7a-3af8-4c8b-a667-d0992090be2d"
    ],
    "album": "Celebrator",
    "release_id": "97bb5ee2-e62e-475f-955e-850f12a35b96",
    "release_group_id": "657390f2-000a-4519-897e-66119893d42a",
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}