Information about plays

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

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

{
    "id": 3586047,
    "uri": "https://api.kexp.org/v2/plays/3586047/?format=api",
    "airdate": "2025-12-02T23:37:39-08:00",
    "show": 65274,
    "show_uri": "https://api.kexp.org/v2/shows/65274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watermelon Man",
    "track_id": "019a129a-3530-4738-a0d8-74198dc8fc1f",
    "recording_id": "0abceccf-61cb-4d86-b64c-6279cd45fb21",
    "artist": "Mongo SantamarĂ­a",
    "artist_ids": [
        "915f84de-eac2-4e78-99ad-9ab6e2c50af6"
    ],
    "album": "Summer of Soul (... Or, When the Revolution Could Not Be Televised) [original Motion Picture Soundtrack]",
    "release_id": "f42fdc4c-6e5f-4892-a167-b568de019845",
    "release_group_id": "12814386-09b9-4493-8c0c-0d8523973c68",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2022-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}