Information about plays

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

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

{
    "id": 3543531,
    "uri": "https://api.kexp.org/v2/plays/3543531/?format=api",
    "airdate": "2025-08-23T00:21:34-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No More Old Men feat. Jamila Woods",
    "track_id": null,
    "recording_id": null,
    "artist": "Chance the Rapper",
    "artist_ids": [
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438"
    ],
    "album": "STAR LINE",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chance the Rapper LLC"
    ],
    "label_ids": [
        "c5caf197-2115-4b5b-a4f7-fc0e8648d0ab"
    ],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}