Information about plays

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

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

{
    "id": 3620957,
    "uri": "https://api.kexp.org/v2/plays/3620957/?format=api",
    "airdate": "2026-02-22T18:55:22-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "https://coverartarchive.org/release/2725295d-96e3-4bc6-834e-75a6169fe806/16545998940-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2725295d-96e3-4bc6-834e-75a6169fe806/16545998940-250.jpg",
    "song": "Ready or Not Here I Come",
    "track_id": null,
    "recording_id": "a6813465-2600-4fd2-b464-0368ac7087e1",
    "artist": "The Delfonics",
    "artist_ids": [
        "cfe0dee4-4409-46e3-bbf2-edac88971132"
    ],
    "album": "La-La Means I Love You",
    "release_id": null,
    "release_group_id": "40c4efb0-701e-356a-93bc-4004a3a10c7f",
    "labels": [
        "Brilliant"
    ],
    "label_ids": [
        "55f59d39-df0b-4d3c-9911-1892b930776f"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}