Information about plays

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

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

{
    "id": 3566953,
    "uri": "https://api.kexp.org/v2/plays/3566953/?format=api",
    "airdate": "2025-10-18T21:38:48-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "https://coverartarchive.org/release/99afe05f-8268-4b27-a2b4-ebf12307bace/41012387361-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99afe05f-8268-4b27-a2b4-ebf12307bace/41012387361-250.jpg",
    "song": "All Bosses Are Bastards (ABAB)",
    "track_id": null,
    "recording_id": "335e35f8-d040-4392-8181-e82a5ca6727c",
    "artist": "Material Support",
    "artist_ids": [
        "6a5128de-242f-432e-8e31-77063fcac6fa"
    ],
    "album": "Specter EP",
    "release_id": null,
    "release_group_id": "3534de5c-d547-4ae7-9147-862978922e5f",
    "labels": [
        "Aklasan Records"
    ],
    "label_ids": [
        "6f9119f7-298e-4693-83ef-8eb7009ad92b"
    ],
    "release_date": "2019-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Material Support released an EP last month titled Philippine History to commemorate the occasion of the 53rd anniversary of Martial Law in the Philippines to join the voices of the Filipino masses who refuse to let history repeat itself.\n\nhttps://materialsupport.bandcamp.com/album/philippine-history-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}