Information about plays

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

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

{
    "id": 3637067,
    "uri": "https://api.kexp.org/v2/plays/3637067/?format=api",
    "airdate": "2026-04-03T00:25:55-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/0464a0cc-aba5-42a8-be4d-c4400c45e64f/41586046028-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0464a0cc-aba5-42a8-be4d-c4400c45e64f/41586046028-250.jpg",
    "song": "God Gave Me Feet for Dancing",
    "track_id": null,
    "recording_id": "fd5d2b80-236e-401c-a351-071150e50bb5",
    "artist": "Ezra Collective feat. Yazmin Lacey",
    "artist_ids": [
        "d51acca9-a88b-4f5c-a2fe-f069de70ca1d",
        "451919df-764c-40cf-9aa2-fcafe599d869"
    ],
    "album": "God Gave Me Feet for Dancing",
    "release_id": null,
    "release_group_id": "607fe5c5-e82a-45aa-b041-4d9a9894bf66",
    "labels": [
        "Partisan Records LLC"
    ],
    "label_ids": [
        "7dcf546a-8d7c-4b13-97f7-100ab211178f"
    ],
    "release_date": "2024-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}