Information about plays

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

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

{
    "id": 3576253,
    "uri": "https://api.kexp.org/v2/plays/3576253/?format=api",
    "airdate": "2025-11-10T01:50:12-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://coverartarchive.org/release/37d8fabe-320b-42c7-b1ec-ebc8448e95cd/37707749638-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37d8fabe-320b-42c7-b1ec-ebc8448e95cd/37707749638-250.jpg",
    "song": "The Human Touch",
    "track_id": null,
    "recording_id": "38dbe2d8-3783-4dc4-9d74-cd6c2fdc32b1",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Nina Simone & Piano! / Silk & Soul",
    "release_id": null,
    "release_group_id": "cf3c272b-6b7b-37d7-a141-d97b575ae35c",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}