Information about plays

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

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

{
    "id": 3550502,
    "uri": "https://api.kexp.org/v2/plays/3550502/?format=api",
    "airdate": "2025-09-08T15:42:06-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia601501.us.archive.org/32/items/mbid-60a2da10-a7bc-43a1-8e36-eeffc624034d/mbid-60a2da10-a7bc-43a1-8e36-eeffc624034d-36648425341_thumb500.jpg",
    "thumbnail_uri": "https://ia801501.us.archive.org/32/items/mbid-60a2da10-a7bc-43a1-8e36-eeffc624034d/mbid-60a2da10-a7bc-43a1-8e36-eeffc624034d-36648425341_thumb250.jpg",
    "song": "Day I Die",
    "track_id": "610407ce-98d5-490e-af03-8981be6ac3ef",
    "recording_id": "c9153a6a-2129-4388-b27c-4145e572a596",
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Sleep Well Beast",
    "release_id": "60a2da10-a7bc-43a1-8e36-eeffc624034d",
    "release_group_id": "8018fc24-6a55-45b0-8b34-19650522550a",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}