Information about plays

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

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

{
    "id": 3574074,
    "uri": "https://api.kexp.org/v2/plays/3574074/?format=api",
    "airdate": "2025-11-04T22:38:26-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "https://ia801308.us.archive.org/21/items/mbid-e1bba6de-84e1-37db-9123-6901cb01ec8d/mbid-e1bba6de-84e1-37db-9123-6901cb01ec8d-1402280819_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/21/items/mbid-e1bba6de-84e1-37db-9123-6901cb01ec8d/mbid-e1bba6de-84e1-37db-9123-6901cb01ec8d-1402280819_thumb250.jpg",
    "song": "Criminal",
    "track_id": "4468bf32-4c69-3f5b-9d29-8faf47961b46",
    "recording_id": "3c8f28a3-a1bb-4827-9f77-8d86edcd3248",
    "artist": "Fiona Apple",
    "artist_ids": [
        "a9ee533f-8871-4f62-a6bb-91eb264abc90"
    ],
    "album": "Tidal",
    "release_id": "e1bba6de-84e1-37db-9123-6901cb01ec8d",
    "release_group_id": "82ba556e-99bf-380d-b9b5-5a97737f1cd1",
    "labels": [
        "Columbia",
        "Work",
        "Clean Slate"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "71ed8e35-adb4-4f7a-a3c1-1ff621042266",
        "3d7ab3c9-251b-4401-bde5-8479850d9acd"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}