Information about plays

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

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

{
    "id": 3583446,
    "uri": "https://api.kexp.org/v2/plays/3583446/?format=api",
    "airdate": "2025-11-27T00:34:55-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "https://ia803109.us.archive.org/27/items/mbid-e870eddf-21ce-46cc-b164-c5f7ddf33d44/mbid-e870eddf-21ce-46cc-b164-c5f7ddf33d44-25038472246_thumb500.jpg",
    "thumbnail_uri": "https://ia803109.us.archive.org/27/items/mbid-e870eddf-21ce-46cc-b164-c5f7ddf33d44/mbid-e870eddf-21ce-46cc-b164-c5f7ddf33d44-25038472246_thumb250.jpg",
    "song": "Heavy Makes You Happy (Sha-Na-Boom-Boom)",
    "track_id": "40ab9e4b-3820-3d4e-b27c-88ce76765631",
    "recording_id": "2c73b322-ccae-4765-ba38-3449b38c8d07",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Stax Profiles: The Staple Singers",
    "release_id": "e870eddf-21ce-46cc-b164-c5f7ddf33d44",
    "release_group_id": "28e821c6-1b6b-383e-ba38-36d6fae9adeb",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}