Information about plays

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

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

{
    "id": 3604720,
    "uri": "https://api.kexp.org/v2/plays/3604720/?format=api",
    "airdate": "2026-01-15T15:43:08-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Magnify Your Name",
    "track_id": null,
    "recording_id": "082229e4-b552-42ed-a258-011e028562ed",
    "artist": "Shekinah Glory Ministry",
    "artist_ids": [
        "9de44e3d-8c91-4199-a24c-bb1389cfe43f"
    ],
    "album": "Praise Is What I Do",
    "release_id": null,
    "release_group_id": "138a9cf4-3403-3e0f-9b77-ec7e7fb7ce92",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shekinah Glory Ministry is an American gospel music group ministry from Chicago, Illinois, which started making music in 2000.\nTheir 2007 song \"We Magnify Your Name\" was directly sampled by Floorplan in 2011.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}