Information about plays

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

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

{
    "id": 3578394,
    "uri": "https://api.kexp.org/v2/plays/3578394/?format=api",
    "airdate": "2025-11-15T06:45:13-08:00",
    "show": 65114,
    "show_uri": "https://api.kexp.org/v2/shows/65114/?format=api",
    "image_uri": "https://coverartarchive.org/release/685525ef-772a-4435-b6d4-c890c6aa69c1/15447134455-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/685525ef-772a-4435-b6d4-c890c6aa69c1/15447134455-250.jpg",
    "song": "The Ocean (Is Bleeding Salt)",
    "track_id": null,
    "recording_id": "89936eb6-2b6f-4950-8f20-2f9d1ce03fab",
    "artist": "Margot & the Nuclear So and So’s",
    "artist_ids": [
        "343b3983-1506-44cc-a4a4-e12afa636467"
    ],
    "album": "Not Animal",
    "release_id": null,
    "release_group_id": "450c6966-9210-3195-96da-188c261ffbce",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2008-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}