Information about plays

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

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

{
    "id": 3543609,
    "uri": "https://api.kexp.org/v2/plays/3543609/?format=api",
    "airdate": "2025-08-23T04:42:09-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://coverartarchive.org/release/d82339d8-e22b-4c87-a523-ebb426cb420d/9637241250-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d82339d8-e22b-4c87-a523-ebb426cb420d/9637241250-250.jpg",
    "song": "Judgment, Rage, Retribution and Thyme",
    "track_id": null,
    "recording_id": "43b39602-9402-4349-9f58-fac11682b278",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "My Brother the Cow",
    "release_id": null,
    "release_group_id": "8284970b-0aed-30c7-a1d7-e3e5fc6734dc",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}