Information about plays

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

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

{
    "id": 3585865,
    "uri": "https://api.kexp.org/v2/plays/3585865/?format=api",
    "airdate": "2025-12-02T13:54:44-08:00",
    "show": 65271,
    "show_uri": "https://api.kexp.org/v2/shows/65271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hi There",
    "track_id": null,
    "recording_id": "3259c749-e169-4af5-a382-31c993fa367b",
    "artist": "Blue Lab Beats",
    "artist_ids": [
        "1dc143d2-9eed-42a0-bcaf-903494079d78"
    ],
    "album": "Vibe Central",
    "release_id": null,
    "release_group_id": "00c958f9-df8a-4142-abe9-2332b4bbc9c3",
    "labels": [
        "AllPoints"
    ],
    "label_ids": [
        "47e38473-a31e-4f6f-98a0-d7d223dbc70f"
    ],
    "release_date": "2019-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to more from Vibe Central here, enjoy:\nhttps://bluelabbeats.bandcamp.com/album/vibe-central-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}