Information about plays

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

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

{
    "id": 3631241,
    "uri": "https://api.kexp.org/v2/plays/3631241/?format=api",
    "airdate": "2026-03-19T22:51:38-07:00",
    "show": 66226,
    "show_uri": "https://api.kexp.org/v2/shows/66226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whole",
    "track_id": null,
    "recording_id": "adbc4493-0297-415f-8f01-6894bb31b6e3",
    "artist": "Amos Miller feat. Adra Boo, Jahon Mikal, Evan Flory-Barnes & Jeremy Jones",
    "artist_ids": [
        "d9f2f057-a486-4973-92fa-510864a61728",
        "6bc3c2b4-23df-4a98-b216-907683ceb788",
        "9b88d1de-77ab-4073-98e8-710e3a18b33f",
        "c77ff5ca-dcb2-4c26-86de-20cc19fb7ee9",
        "6d345db9-0df7-4aca-b9f2-e03866fb62e3"
    ],
    "album": "SuperSquare",
    "release_id": null,
    "release_group_id": "81e97694-c318-42aa-b678-ca4a1af4c0c7",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}