Information about plays

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

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

{
    "id": 3636235,
    "uri": "https://api.kexp.org/v2/plays/3636235/?format=api",
    "airdate": "2026-04-01T01:24:02-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weird Shower",
    "track_id": "d7eb2275-7f70-4c26-aedf-4d5567c323f3",
    "recording_id": "48d98fe3-0bd4-4060-9ad9-d5721fa3612f",
    "artist": "Heatwarmer with The Extended Universe",
    "artist_ids": [
        "5d8d0f10-7283-439a-86ce-44f4f72f6fa1",
        "cd87c1bf-575d-426d-936e-26d93a96eb6b"
    ],
    "album": "Dessert Menu",
    "release_id": "7df28521-0c2f-4f5c-b90d-31efd2ac1582",
    "release_group_id": "cf07b681-f076-4aa8-8946-a3d6119f844f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}