Information about plays

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

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

{
    "id": 3635329,
    "uri": "https://api.kexp.org/v2/plays/3635329/?format=api",
    "airdate": "2026-03-29T21:42:51-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midnight Paseo",
    "track_id": null,
    "recording_id": "1e9e9182-0134-449b-b7a8-b0b56e15aff9",
    "artist": "Al Wootton",
    "artist_ids": [
        "1f663a24-ce7b-4b6d-9cac-3d1e782eee12"
    ],
    "album": "Albacete Knife",
    "release_id": null,
    "release_group_id": "626ae034-6898-49df-8785-316fe0ffdc83",
    "labels": [
        "TRULE"
    ],
    "label_ids": [
        "3bdd6a22-34f7-4320-ad1b-f0d92cd62496"
    ],
    "release_date": "2024-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}