Information about plays

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

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

{
    "id": 3595699,
    "uri": "https://api.kexp.org/v2/plays/3595699/?format=api",
    "airdate": "2025-12-25T05:49:59-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Marshmallow World",
    "track_id": null,
    "recording_id": "7377be6d-1fab-4293-9a4c-f4dc2f318f04",
    "artist": "Jo Stafford",
    "artist_ids": [
        "1761dd90-8afd-4e77-8fd8-3f6028f02cf8"
    ],
    "album": "It Had to be You - Lost Radio Recordings",
    "release_id": null,
    "release_group_id": "06e49ed9-1ff6-4b68-8b5e-d95671ff587d",
    "labels": [
        "Real Gone Music"
    ],
    "label_ids": [
        "c4a2c17b-ec52-49dd-ae65-ce5519702f49"
    ],
    "release_date": "2017-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sending this one out to Fiona (and cats Toni & Ziti) in Oakland from Spencer!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}