Information about plays

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

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

{
    "id": 3625219,
    "uri": "https://api.kexp.org/v2/plays/3625219/?format=api",
    "airdate": "2026-03-04T13:28:52-08:00",
    "show": 66090,
    "show_uri": "https://api.kexp.org/v2/shows/66090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blow Spring Breeze",
    "track_id": null,
    "recording_id": null,
    "artist": "김정미",
    "artist_ids": [
        "2304cb80-bb44-4727-a6b2-7a4a2cd1c5c8"
    ],
    "album": "Now",
    "release_id": null,
    "release_group_id": "66301651-80fa-43d0-8cab-7109195fd2f3",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kim Jung Mi is a South Korean psychedelic rock singer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}