Information about plays

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

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

{
    "id": 3588578,
    "uri": "https://api.kexp.org/v2/plays/3588578/?format=api",
    "airdate": "2025-12-08T17:28:13-08:00",
    "show": 65325,
    "show_uri": "https://api.kexp.org/v2/shows/65325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Monkey Don’t Stop No Show Part1 + Part 2",
    "track_id": null,
    "recording_id": null,
    "artist": "Honey Cone",
    "artist_ids": [
        "570938b4-8fe5-44f9-ab43-9438feb03c6f"
    ],
    "album": "Soulful Tapestry",
    "release_id": null,
    "release_group_id": "c8631764-a4cd-3da3-ab98-6398c66599c2",
    "labels": [
        "Hot Wax"
    ],
    "label_ids": [
        "3f3520d2-706d-4d46-88bd-f975576e95d4"
    ],
    "release_date": "1971-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}