Information about plays

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

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

{
    "id": 3657416,
    "uri": "https://api.kexp.org/v2/plays/3657416/?format=api",
    "airdate": "2026-05-20T23:06:46-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Decatur",
    "track_id": "83a84d6c-03b1-3daa-b9b3-ebfb4bc30ab3",
    "recording_id": "dd43bb49-1cd6-4abc-bdff-a1d8e08d4a00",
    "artist": "Seam",
    "artist_ids": [
        "24d2e33e-6493-49c9-a5b1-fc82eb2f7d4d"
    ],
    "album": "Headsparks",
    "release_id": "32bf1a4d-c48e-4cb0-ba18-d4d6716dc297",
    "release_group_id": "d7506013-43d0-368e-b96e-de877b6a9320",
    "labels": [
        "Homestead Records"
    ],
    "label_ids": [
        "3a113bbe-09e6-4e87-9055-20b488e7d361"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://seam-numero.bandcamp.com/album/headsparks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}