Information about plays

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

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

{
    "id": 3546590,
    "uri": "https://api.kexp.org/v2/plays/3546590/?format=api",
    "airdate": "2025-08-30T05:33:53-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fear No Evil",
    "track_id": "bd25fd78-a999-4126-a718-ed331bd38661",
    "recording_id": "3b527c27-13f2-496d-8e25-19fa5e42df20",
    "artist": "Ann Peebles",
    "artist_ids": [
        "a7e05e3f-7459-4ba6-9041-8b5cacf6338c"
    ],
    "album": "Blues Across the U.S.A.",
    "release_id": "4247210e-6482-4803-8b8e-ad75a35f6055",
    "release_group_id": "930e099d-7262-4598-b778-76a5719df943",
    "labels": [
        "Rounder Records"
    ],
    "label_ids": [
        "6513c5fd-bb46-49bd-b9a1-178b7b11c232"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}