Information about plays

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

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

{
    "id": 3550199,
    "uri": "https://api.kexp.org/v2/plays/3550199/?format=api",
    "airdate": "2025-09-07T22:31:27-07:00",
    "show": 64503,
    "show_uri": "https://api.kexp.org/v2/shows/64503/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hold On, Wait a Minute",
    "track_id": null,
    "recording_id": "18bfe3ed-cb27-4b6b-bce4-a64e25528606",
    "artist": "Bushwacka! & Just Be",
    "artist_ids": [
        "21cbf9ea-bd99-43aa-8979-f72d65985de7",
        "f732bc88-9889-4364-b059-9aa970ccb296"
    ],
    "album": "Get Physical Presents Most Wanted 2012 Pt. I",
    "release_id": null,
    "release_group_id": "c1a7abaf-5667-47af-b779-fe5e3c84af05",
    "labels": [
        "Get Physical Music"
    ],
    "label_ids": [
        "889b181a-2b6b-460f-b017-639dbd1d4e71"
    ],
    "release_date": "2012-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}