Information about plays

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

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

{
    "id": 3550542,
    "uri": "https://api.kexp.org/v2/plays/3550542/?format=api",
    "airdate": "2025-09-08T18:46:58-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/aeb6c492-c7cb-488c-9d42-7193eab481b3/5296387593-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aeb6c492-c7cb-488c-9d42-7193eab481b3/5296387593-250.jpg",
    "song": "Lullaby (Jazzanova remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Free Design",
    "artist_ids": [
        "8e2188f5-c28b-4cf5-9f01-b3ed0ed2b00b"
    ],
    "album": "Sing for Very Important People",
    "release_id": null,
    "release_group_id": "2a2e98cf-1841-3c66-ad38-ec420b27eb95",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}