Information about plays

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

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

{
    "id": 3543291,
    "uri": "https://api.kexp.org/v2/plays/3543291/?format=api",
    "airdate": "2025-08-22T13:21:23-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Incident",
    "track_id": null,
    "recording_id": "cd1b764b-a02d-4d1b-a4e9-7be6c2b208c6",
    "artist": "Modern English",
    "artist_ids": [
        "78605d0c-7454-456d-934c-51eb46122566"
    ],
    "album": "Mesh & Lace",
    "release_id": null,
    "release_group_id": "680b5735-0674-308a-840f-2512473680be",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1981-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mesh & Lace is the debut 1981 studio album by English post-punk band Modern English",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}