Information about plays

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

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

{
    "id": 3550458,
    "uri": "https://api.kexp.org/v2/plays/3550458/?format=api",
    "airdate": "2025-09-08T13:34:28-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia800707.us.archive.org/2/items/mbid-7db5fff5-e0c6-441b-8758-7a1353637563/mbid-7db5fff5-e0c6-441b-8758-7a1353637563-41614051202_thumb500.jpg",
    "thumbnail_uri": "https://ia800707.us.archive.org/2/items/mbid-7db5fff5-e0c6-441b-8758-7a1353637563/mbid-7db5fff5-e0c6-441b-8758-7a1353637563-41614051202_thumb250.jpg",
    "song": "Buggin' Out",
    "track_id": "3e5bad21-88be-47bd-8880-5b940856a8d6",
    "recording_id": "ff5c3dfb-7a00-406a-9c38-ecb421aea0ba",
    "artist": "Midnight Rodeo",
    "artist_ids": [
        "0208c964-b499-4f14-9e8f-6f47df4ef8da"
    ],
    "album": "Chaos Era",
    "release_id": "7db5fff5-e0c6-441b-8758-7a1353637563",
    "release_group_id": "1628cd60-e129-4d69-9a27-63adca5de51f",
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}