Information about plays

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

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

{
    "id": 3569786,
    "uri": "https://api.kexp.org/v2/plays/3569786/?format=api",
    "airdate": "2025-10-25T14:03:01-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Historical Event",
    "track_id": "bbc54538-f27d-4dff-8b78-452a43ad5684",
    "recording_id": "0c067dcb-3dda-4af3-9b73-9fed98b1ee8e",
    "artist": "Small Shake",
    "artist_ids": [
        "68ae0a9d-e2bd-4561-8c56-497a17b63b37"
    ],
    "album": "Platonics",
    "release_id": "e2772283-0653-41be-be6d-b80f18a0fabc",
    "release_group_id": "a8fe26e9-0206-45ac-94a8-54a16aa5ac35",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New EP from Small Shake featuring Aarin Wright.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}