Information about plays

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

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

{
    "id": 3548670,
    "uri": "https://api.kexp.org/v2/plays/3548670/?format=api",
    "airdate": "2025-09-04T02:48:10-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Black Person Is Ugly",
    "track_id": null,
    "recording_id": "32df855e-f034-48b3-b5fb-5c770b53101f",
    "artist": "Lil B",
    "artist_ids": [
        "1550f952-c91b-40d7-9b4d-d26a259ee932"
    ],
    "album": "Ultimate Bitch",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BasedWorld Records"
    ],
    "label_ids": [
        "403c59c1-8fdf-4a6f-8a08-ff651b43608b"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Most powerful song of the decade? - https://www.youtube.com/watch?v=83p69JhDnwU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}