Information about plays

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

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

{
    "id": 3539380,
    "uri": "https://api.kexp.org/v2/plays/3539380/?format=api",
    "airdate": "2025-08-13T00:22:44-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pressure",
    "track_id": null,
    "recording_id": "5558e2e3-d879-44df-9bbc-c57ce3bcb86b",
    "artist": "K-Lone",
    "artist_ids": [
        "6e1b1094-2126-4bb9-b59f-15d58af0a986"
    ],
    "album": "Pressure EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tempa"
    ],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://k-lone.bandcamp.com/album/pressure-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}