Information about plays

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

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

{
    "id": 3547371,
    "uri": "https://api.kexp.org/v2/plays/3547371/?format=api",
    "airdate": "2025-09-01T00:54:15-07:00",
    "show": 64441,
    "show_uri": "https://api.kexp.org/v2/shows/64441/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fd6f3d0-8d14-4e53-9069-e683cc75f13d/9333823522-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7fd6f3d0-8d14-4e53-9069-e683cc75f13d/9333823522-250.jpg",
    "song": "Mas Que Nada",
    "track_id": null,
    "recording_id": "decdb2c8-d3a3-448f-bcb2-2343c645cd3d",
    "artist": "Sérgio Mendes",
    "artist_ids": [
        "6bf591c4-b050-478e-9d9f-167394d66c90"
    ],
    "album": "Sunshine: The Cool Sound of a Hot Summer",
    "release_id": null,
    "release_group_id": "b2a91b96-ee3c-409a-9c3d-c9a4ad70761f",
    "labels": [
        "Universal Music TV"
    ],
    "label_ids": [
        "1b498e6d-1c44-4b11-a479-4131f759fea7"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}