Information about plays

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

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

{
    "id": 3520151,
    "uri": "https://api.kexp.org/v2/plays/3520151/?format=api",
    "airdate": "2025-06-28T22:24:39-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf34e3ab-6482-4372-9f42-e2886ae090d1/42361752031-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf34e3ab-6482-4372-9f42-e2886ae090d1/42361752031-250.jpg",
    "song": "Casual Misogyny in the Workplace",
    "track_id": null,
    "recording_id": "0e52c8d9-b6ad-4e45-89b6-f097ae5f9b8f",
    "artist": "The Disorderlies",
    "artist_ids": [
        "b74c8d95-a108-4753-92c2-b1344e2d982e"
    ],
    "album": "10 Years Later",
    "release_id": null,
    "release_group_id": "59efd411-a576-4eed-973f-0d565bc204ed",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2022-10-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}