Information about plays

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

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

{
    "id": 3656975,
    "uri": "https://api.kexp.org/v2/plays/3656975/?format=api",
    "airdate": "2026-05-19T21:25:36-07:00",
    "show": 66762,
    "show_uri": "https://api.kexp.org/v2/shows/66762/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Mancha",
    "track_id": null,
    "recording_id": "6ce81529-7a9e-4269-86d9-05523f12aade",
    "artist": "Josephine Foster",
    "artist_ids": [
        "c9c2342e-83e9-4a73-8b62-f38d99cd8050"
    ],
    "album": "Adormidera",
    "release_id": null,
    "release_group_id": "b22414ac-d37d-4886-9b46-7bf3f180f0c3",
    "labels": [
        "Nyahh Records"
    ],
    "label_ids": [
        "6ac09da0-b286-42aa-af9f-c4b416dbd759"
    ],
    "release_date": "2026-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}