Information about plays

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

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

{
    "id": 3575782,
    "uri": "https://api.kexp.org/v2/plays/3575782/?format=api",
    "airdate": "2025-11-08T23:21:42-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sense",
    "track_id": null,
    "recording_id": null,
    "artist": "Crude",
    "artist_ids": [
        "b37689ee-5c8f-40a2-b84e-f9ee5d2f887b"
    ],
    "album": "1999",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Straight Up Records"
    ],
    "label_ids": [
        "525ce3d0-1977-408c-9fc9-b12bc0435e04"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hakodate (Hokkaido), Japan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}