Information about plays

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

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

{
    "id": 3630659,
    "uri": "https://api.kexp.org/v2/plays/3630659/?format=api",
    "airdate": "2026-03-18T14:57:43-07:00",
    "show": 66215,
    "show_uri": "https://api.kexp.org/v2/shows/66215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U.N.I.T.Y.",
    "track_id": null,
    "recording_id": "432a5cf4-b127-453f-9d44-bbce7464f0c2",
    "artist": "Queen Latifah",
    "artist_ids": [
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Queen Latifah!!!\nDana Elaine Owens was born on this date in 1970!\n--\nDon't miss this performance of \"U.N.I.T.Y.\" at the 2014 Nobel Peace Prize Concert: https://www.youtube.com/watch?v=twv4PP4QSPM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}