Information about plays

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

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

{
    "id": 3604535,
    "uri": "https://api.kexp.org/v2/plays/3604535/?format=api",
    "airdate": "2026-01-15T04:31:06-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like You Really Mean It",
    "track_id": "9bf12044-8144-42b3-819b-2bd2968133bf",
    "recording_id": "3150ed10-77cd-4ffb-8078-2f47bd82a5e2",
    "artist": "Anjimile",
    "artist_ids": [
        "2af1b76d-104c-4ba2-8092-49887407f8f3"
    ],
    "album": "You’re Free to Go",
    "release_id": "d741aef5-b853-4f30-a767-dc9575e813e0",
    "release_group_id": "41bedcbf-5148-40e3-9f91-ebbb09df5fd0",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}