Information about plays

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

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

{
    "id": 3599529,
    "uri": "https://api.kexp.org/v2/plays/3599529/?format=api",
    "airdate": "2026-01-03T04:24:53-08:00",
    "show": 65548,
    "show_uri": "https://api.kexp.org/v2/shows/65548/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strong Feelings",
    "track_id": "28a0288d-d7b2-45c9-95da-e3138db298ee",
    "recording_id": "addbfe47-2913-403f-ab36-4771f5443cf6",
    "artist": "Dry Cleaning",
    "artist_ids": [
        "8a74e5ea-6f68-49e1-951c-80d2291f7c3f"
    ],
    "album": "New Long Leg",
    "release_id": "8f5c9efb-8bec-4cad-981d-d9ad4195ea81",
    "release_group_id": "adfb59fc-f1ea-4e2c-9de9-25be31c3019d",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2021-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}