Information about plays

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

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

{
    "id": 3548553,
    "uri": "https://api.kexp.org/v2/plays/3548553/?format=api",
    "airdate": "2025-09-03T19:47:24-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/8876fcc3-a56a-408a-89fd-4dc456bbc3f4/9198941241-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8876fcc3-a56a-408a-89fd-4dc456bbc3f4/9198941241-250.jpg",
    "song": "Egyptian Tomb",
    "track_id": null,
    "recording_id": "d9fdf35c-f7f8-4c85-a59b-bd4949d7e204",
    "artist": "Mighty Baby",
    "artist_ids": [
        "1cd787f6-9515-409f-8466-59d438660554"
    ],
    "album": "Mighty Baby",
    "release_id": null,
    "release_group_id": "a3e3c53b-78cb-391a-9f18-8bfb2f6ea965",
    "labels": [
        "Head"
    ],
    "label_ids": [
        "265ed0a5-08fd-4b9f-8bc3-dc2717fc3780"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}