Information about plays

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

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

{
    "id": 3543849,
    "uri": "https://api.kexp.org/v2/plays/3543849/?format=api",
    "airdate": "2025-08-23T18:32:48-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sun Has Gone Down For You",
    "track_id": "021077fa-8eb9-49e1-b1fa-685d4a77c71e",
    "recording_id": "57387849-0388-4ef4-bad7-127015800b64",
    "artist": "The Spider Ferns",
    "artist_ids": [
        "edc64690-84fe-4147-a747-d63d2b84cdd3"
    ],
    "album": "Soon Enough",
    "release_id": "c28c5472-3655-4229-b7bd-ef9bdf811129",
    "release_group_id": "7bf67dd1-b13e-4e4c-a575-fb6240579d50",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-01-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"..We make music late at night in a converted barn at the base of a small mountain...\"\n\nhttps://thespiderferns.bandcamp.com/album/soon-enough",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}