Information about plays

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

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

{
    "id": 3638722,
    "uri": "https://api.kexp.org/v2/plays/3638722/?format=api",
    "airdate": "2026-04-06T18:17:12-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BDB",
    "track_id": null,
    "recording_id": "c092273d-bc13-4166-90c4-c53b966acdc9",
    "artist": "Facta",
    "artist_ids": [
        "ae2b478b-ac80-4e63-93f0-c541da3b557a"
    ],
    "album": "GULP",
    "release_id": null,
    "release_group_id": "8b54fdee-3787-4b56-84e2-b7ad59d7f6eb",
    "labels": [
        "Wisdom Teeth"
    ],
    "label_ids": [
        "bcf2882a-0be6-4054-9bd5-e7351d48831f"
    ],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Facta, together with K-Lone, run the Wisdom Teeth label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}