Information about plays

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

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

{
    "id": 3543286,
    "uri": "https://api.kexp.org/v2/plays/3543286/?format=api",
    "airdate": "2025-08-22T13:07:55-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seaside Weekend",
    "track_id": null,
    "recording_id": "cbc44d61-2abb-4755-b3eb-b30f7c757145",
    "artist": "Antena",
    "artist_ids": [
        "c86a6eeb-c0cb-4321-a9ea-dbc1e5b8acd7"
    ],
    "album": "Camino del Sol",
    "release_id": null,
    "release_group_id": "3a2f6da8-95db-4042-baa8-4f04e7425065",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}