Information about plays

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

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

{
    "id": 3628446,
    "uri": "https://api.kexp.org/v2/plays/3628446/?format=api",
    "airdate": "2026-03-13T15:25:27-07:00",
    "show": 66170,
    "show_uri": "https://api.kexp.org/v2/shows/66170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doin' It To Death",
    "track_id": null,
    "recording_id": "31622f43-9695-4c95-8b60-e6efec33a0a7",
    "artist": "Fred Wesley & The J.B.’s",
    "artist_ids": [
        "5f7342e9-e1b2-4a8b-a622-c973838789cf",
        "cb6a2948-7b9b-4a15-8c71-2b79cc76408e"
    ],
    "album": "Super Bad Is Back (20 Original Hits - 20 Original Stars)",
    "release_id": null,
    "release_group_id": "bfd4555a-6934-4ec9-ac21-46a2e10f6ec3",
    "labels": [
        "K-Tel International (USA), Inc."
    ],
    "label_ids": [
        "8ced68e4-2244-465e-a46c-0cf8d92739f3"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}