Information about plays

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

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

{
    "id": 3644272,
    "uri": "https://api.kexp.org/v2/plays/3644272/?format=api",
    "airdate": "2026-04-19T21:39:39-07:00",
    "show": 66499,
    "show_uri": "https://api.kexp.org/v2/shows/66499/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Antipolo",
    "track_id": null,
    "recording_id": "d1e5bb2a-02b5-404e-b777-b4cbbaf1f4fa",
    "artist": "Airhead",
    "artist_ids": [
        "d8b056a6-5ce0-4b26-9094-5cb6a8e2418b"
    ],
    "album": "Shaded / Antipolo",
    "release_id": null,
    "release_group_id": "6da38734-8a0f-4430-996f-e58bfc93181b",
    "labels": [
        "Hemlock Recordings"
    ],
    "label_ids": [
        "5df51483-78cc-4825-aa3a-178708e4074c"
    ],
    "release_date": "2017-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}