Information about plays

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

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

{
    "id": 3550351,
    "uri": "https://api.kexp.org/v2/plays/3550351/?format=api",
    "airdate": "2025-09-08T07:01:30-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Morning Show Theme",
    "track_id": null,
    "recording_id": null,
    "artist": "Doctor Amy Lindsey",
    "artist_ids": [],
    "album": "The French Connection",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Loveless Records"
    ],
    "label_ids": [
        "04ea137c-7a6c-40f4-bebf-6c2638d14127"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Monday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}