Information about plays

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

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

{
    "id": 3528401,
    "uri": "https://api.kexp.org/v2/plays/3528401/?format=api",
    "airdate": "2025-07-18T00:51:44-07:00",
    "show": 64041,
    "show_uri": "https://api.kexp.org/v2/shows/64041/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Be a Fool",
    "track_id": null,
    "recording_id": "500e0b69-7758-4f52-85eb-128803d29652",
    "artist": "Loose Ends",
    "artist_ids": [
        "e0fe4ee3-6ce4-4b63-8854-049c78584fc8"
    ],
    "album": "Don't Be a Fool",
    "release_id": null,
    "release_group_id": "cedac540-67bc-4ef3-b66e-c063fe2ce329",
    "labels": [
        "10 Records"
    ],
    "label_ids": [
        "5a8514dd-22d2-4def-a48d-3a8b71a8e24f"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}