Information about plays

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

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

{
    "id": 3596296,
    "uri": "https://api.kexp.org/v2/plays/3596296/?format=api",
    "airdate": "2025-12-26T14:27:11-08:00",
    "show": 65479,
    "show_uri": "https://api.kexp.org/v2/shows/65479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Matryoshka",
    "track_id": "7af85333-cb04-4e89-b23c-bf006a2ce71c",
    "recording_id": "6536d1b0-556f-41b0-9216-62c25619f04c",
    "artist": "PONZI",
    "artist_ids": [
        "84fc63bb-d3b3-4d49-bcba-cdc4f1ab7d8b"
    ],
    "album": "A Long Way Through",
    "release_id": "a82ce09d-2813-4bfa-9a2c-25d6adb068ef",
    "release_group_id": "aa342a2f-8a5b-4763-8d01-bb5b3f9e1b83",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}