Information about plays

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

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

{
    "id": 3575596,
    "uri": "https://api.kexp.org/v2/plays/3575596/?format=api",
    "airdate": "2025-11-08T16:46:54-08:00",
    "show": 65057,
    "show_uri": "https://api.kexp.org/v2/shows/65057/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b40dedb-6472-4aea-90e8-cb47ee482e35/14382712210-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b40dedb-6472-4aea-90e8-cb47ee482e35/14382712210-250.jpg",
    "song": "Athene",
    "track_id": null,
    "recording_id": "3a2f08ee-ad85-4c92-94dd-69a7276e0523",
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Hercules and Love Affair",
    "release_id": null,
    "release_group_id": "e4873b89-1d80-34fe-9b79-7d506e08c2df",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}