Information about plays

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

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

{
    "id": 3547384,
    "uri": "https://api.kexp.org/v2/plays/3547384/?format=api",
    "airdate": "2025-09-01T01:50:51-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/83f3be45-a97e-4406-ab0f-b7f0adbcc237/36958120015-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/83f3be45-a97e-4406-ab0f-b7f0adbcc237/36958120015-250.jpg",
    "song": "Lilac Wine",
    "track_id": null,
    "recording_id": "67429c10-17bc-4565-b179-d80b0f27826e",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Four Women: The Nina Simone Philips Recordings",
    "release_id": null,
    "release_group_id": "f344816b-a4e0-334d-9103-adb6b7d1b2be",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}