Information about plays

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

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

{
    "id": 3543443,
    "uri": "https://api.kexp.org/v2/plays/3543443/?format=api",
    "airdate": "2025-08-22T19:23:51-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funky Nassau",
    "track_id": null,
    "recording_id": "418a1a7d-3638-4542-b96c-4d4a5e2840b5",
    "artist": "The Beginning of the End",
    "artist_ids": [
        "875885b7-9619-423f-b039-2046361d5c18"
    ],
    "album": "Soul Dancing",
    "release_id": null,
    "release_group_id": "327e763c-61be-3b36-a156-a39d7539cb25",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beginning of the End was a funk group from Nassau, Bahamas. The group formed in 1969 and consisted of three brothers, a fourth member on bass, and a fifth on guitar. They were complemented by the Funky Nassau Horns.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}