Information about plays

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

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

{
    "id": 3549225,
    "uri": "https://api.kexp.org/v2/plays/3549225/?format=api",
    "airdate": "2025-09-05T13:01:39-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia600805.us.archive.org/28/items/mbid-49b08f1d-7b17-3e62-acd1-dacea60b906c/mbid-49b08f1d-7b17-3e62-acd1-dacea60b906c-9713414711_thumb500.jpg",
    "thumbnail_uri": "https://ia600805.us.archive.org/28/items/mbid-49b08f1d-7b17-3e62-acd1-dacea60b906c/mbid-49b08f1d-7b17-3e62-acd1-dacea60b906c-9713414711_thumb250.jpg",
    "song": "Glad Girls",
    "track_id": "977c5723-58fd-3ae0-a42c-6e342c38548b",
    "recording_id": "15148021-91f7-4242-a611-6ab302b0ccaf",
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Isolation Drills",
    "release_id": "49b08f1d-7b17-3e62-acd1-dacea60b906c",
    "release_group_id": "34522edb-d889-3456-92cf-890ec38fd8de",
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2001-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}