Information about plays

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

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

{
    "id": 3582039,
    "uri": "https://api.kexp.org/v2/plays/3582039/?format=api",
    "airdate": "2025-11-23T18:23:23-08:00",
    "show": 65191,
    "show_uri": "https://api.kexp.org/v2/shows/65191/?format=api",
    "image_uri": "https://coverartarchive.org/release/1df275e2-4b34-43e7-9908-f8f56e2b0621/34281322066-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1df275e2-4b34-43e7-9908-f8f56e2b0621/34281322066-250.jpg",
    "song": "He Has Made Me Glad (I Will Enter His Gates)",
    "track_id": null,
    "recording_id": "ca0732c1-0c81-417c-9f04-3ddd367e07ed",
    "artist": "Cory Henry",
    "artist_ids": [
        "3d475031-f309-4d57-b88d-22cfa40f4e78"
    ],
    "album": "The Revival",
    "release_id": null,
    "release_group_id": "dd64055c-4ed0-45a3-a1b2-1f605612b065",
    "labels": [
        "GroundUP Music"
    ],
    "label_ids": [
        "3708fdc3-d5ff-425a-a3d9-947389dc848e"
    ],
    "release_date": "2016-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cory Henry released \"He Has Made Me Glad (I Will Enter His Gates)\" on the 2016 album, The Revival, with the GroundUP Music label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}