Information about plays

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

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

{
    "id": 3537651,
    "uri": "https://api.kexp.org/v2/plays/3537651/?format=api",
    "airdate": "2025-08-08T22:07:43-07:00",
    "show": 64237,
    "show_uri": "https://api.kexp.org/v2/shows/64237/?format=api",
    "image_uri": "https://coverartarchive.org/release/7442a449-d9ba-4443-bff8-7f1bf95c83b8/41512563954-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7442a449-d9ba-4443-bff8-7f1bf95c83b8/41512563954-250.jpg",
    "song": "Lookin",
    "track_id": null,
    "recording_id": "5479c6ac-69d4-465c-be88-5775be2b5451",
    "artist": "Playboi Carti ft. Lil Uzi Vert",
    "artist_ids": [
        "2baf3276-ed6a-4349-8d2e-f4601e7b2167",
        "8837b875-3689-4646-b3fd-d8b53815c7a8"
    ],
    "album": "Lookin",
    "release_id": null,
    "release_group_id": "ca448278-15ce-45f2-8fcb-c82f97cd663a",
    "labels": [
        "AWGE"
    ],
    "label_ids": [
        "0c69e3ce-79fc-4b52-86fc-fc87b62fa4b7"
    ],
    "release_date": "2017-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}