Information about plays

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

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

{
    "id": 3569828,
    "uri": "https://api.kexp.org/v2/plays/3569828/?format=api",
    "airdate": "2025-10-25T16:28:05-07:00",
    "show": 64932,
    "show_uri": "https://api.kexp.org/v2/shows/64932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Second Sleep",
    "track_id": "5b4fe2de-347d-4730-b031-05d57e070524",
    "recording_id": "e34e25aa-153c-4dfe-bdbb-e0acd83529d0",
    "artist": "Magdalena Bay",
    "artist_ids": [
        "68c261d5-48c8-4ea9-9466-9fc908dc79bb"
    ],
    "album": "Second Sleep / Star Eyes",
    "release_id": "d390c6d0-0d74-4baa-bd50-0c0db81efa98",
    "release_group_id": "e45f9030-3a26-4c60-b9ca-0935ff014d2d",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://magdalenabay.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}