Information about plays

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

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

{
    "id": 3640149,
    "uri": "https://api.kexp.org/v2/plays/3640149/?format=api",
    "airdate": "2026-04-10T03:56:38-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby Wants To Ride (Full Length Mix)",
    "track_id": null,
    "recording_id": "a85fa5cf-59a5-48b5-baf3-da138fbcc8c8",
    "artist": "Frankie Knuckles Presents Jamie Principle",
    "artist_ids": [
        "b7a98e65-7ce4-4fab-8cf3-6b3ccda6115a",
        "500df185-4a22-40a5-baf6-bdcabab5ed22"
    ],
    "album": "Baby Wants to Ride / Your Love",
    "release_id": null,
    "release_group_id": "99429a95-157f-3307-b414-d7cd5c63df20",
    "labels": [
        "Who's That Beat?"
    ],
    "label_ids": [
        "f2073907-af98-4e24-bfc9-87e2392dae27"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}