Information about plays

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

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

{
    "id": 3599070,
    "uri": "https://api.kexp.org/v2/plays/3599070/?format=api",
    "airdate": "2026-01-02T03:40:47-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dragostea Din Tei",
    "track_id": null,
    "recording_id": "813442a2-2039-4ac3-8d3f-73c913070d26",
    "artist": "O-Zone",
    "artist_ids": [
        "5cb608ea-bd36-4a33-b9a5-822c7fc4194d"
    ],
    "album": "Dragostea din teï",
    "release_id": null,
    "release_group_id": "2887b831-4c5c-3a01-8cf6-8e06f9e6d991",
    "labels": [
        "Universal Music Domestic Division"
    ],
    "label_ids": [
        "f98a92ef-7557-4291-bc9f-9f6ab93cbb4f"
    ],
    "release_date": "2003-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}