Information about plays

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

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

{
    "id": 3638163,
    "uri": "https://api.kexp.org/v2/plays/3638163/?format=api",
    "airdate": "2026-04-05T11:53:02-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chosen to Deserve",
    "track_id": "efab1284-31d4-4f2a-b69c-4804acbf9078",
    "recording_id": "e6d3930e-15d8-4eb7-916d-1a51772127ae",
    "artist": "Wednesday",
    "artist_ids": [
        "9833b455-0da2-40b5-8e63-37816c910604"
    ],
    "album": "Rat Saw God",
    "release_id": "9edfb2e1-44f3-46c3-bd3b-8342d0d916ba",
    "release_group_id": "a0ad316d-89a2-4f49-b439-8296ca98be01",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2023-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}