Information about plays

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

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

{
    "id": 3546930,
    "uri": "https://api.kexp.org/v2/plays/3546930/?format=api",
    "airdate": "2025-08-30T22:54:28-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://coverartarchive.org/release/13cbf94f-0a8c-4106-8e36-a98dcd325c3e/5303019705-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/13cbf94f-0a8c-4106-8e36-a98dcd325c3e/5303019705-250.jpg",
    "song": "(I Ain't Got) Time Enough for Love",
    "track_id": null,
    "recording_id": "b9bf7499-c4c2-47d8-a177-6f6890cb09a5",
    "artist": "The Fun Things",
    "artist_ids": [
        "078313d6-5191-4475-8a57-5da9db25781a"
    ],
    "album": "Murder Punk, Volume 2",
    "release_id": null,
    "release_group_id": "f0b3a7aa-2b53-3d17-aa9b-65e4feb58c73",
    "labels": [
        "Murder Punk Inc."
    ],
    "label_ids": [
        "ba68467c-1a65-453f-a60f-d87c9fad9aed"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Fun Things existed between 1979 and 1980 and featured Brad Shepard (Hoodoo Gurus) on guitar, however, they were previously known as The Aliens in Brisbane, Australia during 1978. Coincidentally, there was another band called The Aliens from Adelaide at the same time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}