Information about plays

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

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

{
    "id": 3590418,
    "uri": "https://api.kexp.org/v2/plays/3590418/?format=api",
    "airdate": "2025-12-13T03:18:37-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "what a waste of time",
    "track_id": "44b5dad3-42c0-43cd-a0f5-7b03b67c0fc7",
    "recording_id": "1e87d4a4-5f18-4765-a031-d2e45a24e964",
    "artist": "wonderbug",
    "artist_ids": [
        "815bad0c-7773-48bf-a638-85311c7a5f3e"
    ],
    "album": "what a waste of time",
    "release_id": "7a4bdf88-3079-4638-acbd-8b80dac7e4f1",
    "release_group_id": "c678d041-dec4-4f94-99d0-5f28b5d104e7",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}